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

Support set selection #22

Open
daniel-cores opened this issue Jan 11, 2023 · 0 comments
Open

Support set selection #22

daniel-cores opened this issue Jan 11, 2023 · 0 comments

Comments

@daniel-cores
Copy link

daniel-cores commented Jan 11, 2023

If I understood correctly, you are selecting the support set for each image based on the category of the first annotation of this image. This is the code from inference_loader.py:

current_gt_class_id = int(gt_boxes[0][4])
selected_supports = self.support_pool[current_gt_class_id]

It seems that the support set only contains images from one category, which is the same as one of the annotations. Couldn't this image contain annotations from different categories? How can the method correctly detect these objects if the support set only contains images from one category?

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

1 participant