ucbdrive / few-shot-object-detection

Implementations of few-shot object detection benchmarks
Apache License 2.0
1.1k stars 223 forks source link

need all annotations for same image? #185

Open xudou3 opened 1 year ago

xudou3 commented 1 year ago

Hi, Take prepare_coco_few_shot.py for example, I think that generate json only have one class with define random seed and num shots. While in training, these json files will be used. In same image, does it matter that some objects without annotions? How do you merge these json files together? Look for your reply.