bingykang / Fewshot_Detection

Few-shot Object Detection via Feature Reweighting
https://arxiv.org/abs/1812.01866
526 stars 111 forks source link

Support (context) set cardinality less than the expected number of shots #27

Open raghavgoyal14 opened 4 years ago

raghavgoyal14 commented 4 years ago

Hi,

I observed that the number of samples in the Support (context) set for most of the classes are less than the actual number. Is there a reason for this?

e.g. https://github.com/bingykang/Fewshot_Detection/blob/master/data/vocsplit/box_10shot_boat_train.txt contains 6 samples.

This pattern repeats throughout the data folder.

Thanks!

sheepdnb commented 4 years ago

If you look at the images, you'll see that they often have multiple objects of that class in them. My guess is it's 10 examples, not 10 images.