YoungXIAO13 / FewShotDetection

(ECCV 2020) PyTorch implementation of paper "Few-Shot Object Detection and Viewpoint Estimation for Objects in the Wild"
http://imagine.enpc.fr/~xiaoy/FSDetView/
MIT License
211 stars 33 forks source link

3K base class instances in fine-tuning stage #44

Open pengyinxw opened 2 years ago

pengyinxw commented 2 years ago

@YoungXIAO13 Hi, I am wondering if the filter class function could guarantee that there will be 3K base instances in the query data, since it will add all the base class instances in 'voc_2007_shots' with the "cls_id <= base_num" condition. Please correct me if I have misunderstanding.