few-shot-object-detection icon indicating copy to clipboard operation
few-shot-object-detection copied to clipboard

what has been changed in your commit fix isort?

Open bsun0802 opened this issue 5 years ago • 2 comments

Dear Author,

What change has been made in the commit fix isort to prepare voc few shot data?

Thanks

bsun0802 avatar Nov 04 '20 13:11 bsun0802

Hi, sorry for the delay.

The commit fix isort is just to reformat the code and no substantial change to prepare voc few shot data.

Thanks!

xinw1012 avatar Dec 18 '20 00:12 xinw1012

I see, thanks. I notice fsdet's current data loader is loading 1 instance per image for shot data. For example, 3 shots (maybe different categories) are coming from the same image, then the same image will generate 3 records in dataset_dicts, each with the same image and 1 gt box. And when training, the omitted instances are treated as background for one image.

Is this design purpose? Because I think its more like a bug and one should merge dataset_dicts from the same image to generate correct annotations for shots data.

bsun0802 avatar Dec 18 '20 00:12 bsun0802