fanq15 / FewX

FewX is an open-source toolbox on top of Detectron2 for data-limited instance-level recognition tasks.
https://github.com/fanq15/FewX
MIT License
346 stars 48 forks source link

Query images #26

Open labiao opened 3 years ago

labiao commented 3 years ago

Hello,thank you for your work! I have a question. Do query images in your code come from coco val2017?

fanq15 commented 3 years ago

Yes. During inference, the query images are from coco val2017.

labiao commented 3 years ago

Ok, thank you!

labiao commented 3 years ago

Where are the query images from during the training phase? Are the query images from coco val2017 too in the training phase?

fanq15 commented 3 years ago

No. In the training, the query images are from coco train2017.

labiao commented 3 years ago

In your work, you visualized the bounding boxes with scores larger than 0.8. What are the scores related to? Is it related to both IOU and categories?