-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The test results of the PSGTR model are incorrect #60
Comments
#51 |
In short, you might need to change OpenPSG/openpsg/models/frameworks/psgtr.py Line 16 in a0e5c8f def triplet2Result(triplets, use_mask, eval_pan_rels=True): to eval_pan_rels=False. |
Thanks for your detailed explanation! I set eval_pan_rels=False and R@20 is higher than before.
|
I would not conclude in this way, as mean recall is the metric the community cares more. Also, we turn on eval_pan_rel for easy submission of the competition, but the model who has good performance with eval_pan_rel off can also greatly support the downstream task. For researchers who follows PSG but not only for competition, we also recommend them to explore a better solution when eval_pan_rel off. |
I get it, thank you so much! |
I use the epoch_60.pth of PSGTR model to run test scripts
I change the detection_method='bbox'
This is the result in the log file you gave
There is a big difference between them,What is the problem behind this phenomenon?
The text was updated successfully, but these errors were encountered: