what has been changed in your commit fix isort?
Dear Author,
What change has been made in the commit fix isort to prepare voc few shot data?
Thanks
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!
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.