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

fix issue #27 #28

Closed Ze-Yang closed 3 years ago

Ze-Yang commented 3 years ago
  1. record the exact instances when constructing meta-data set, which will be stored in instances_shots2014.json.
  2. get rid of 3x shots for base classes

fix #27

YoungXIAO13 commented 3 years ago

The original sampling code is inspired from Meta R-CNN, which could indeed cause a problem as you mentioned. That's why I've done a double-check using the json files provided by TFA.

The modification is indeed very clear and useful, I've merged it. Thanks!