Skip to content
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

Zero-shot detection evaluation #8

Closed
chaos1992 opened this issue Feb 6, 2023 · 1 comment
Closed

Zero-shot detection evaluation #8

chaos1992 opened this issue Feb 6, 2023 · 1 comment

Comments

@chaos1992
Copy link

Thanks for your great work. I have a confusion about the zero-shot evaluation. In the 'cascade_mask_rcnn_R_50_FPN.yaml' config file, ROI_HEADS.NUM_CLASSES is setted to 1, so CutLER only can distinguish the foreground objects and background objects. However, such as in COCO dataset, there are 80 different classes, how CutLER compute the AP50 metric in zero-shot?

@hetavv
Copy link

hetavv commented Apr 19, 2023

Could anyone confirm if my understand of Zero-shot detection is correct or not? My understanding is all the objects are assigned a singular label, say "object" and then treat the detected bounding boxes with label "object" and keep it similar in the ground truth as well? Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants