Meta-Faster-R-CNN icon indicating copy to clipboard operation
Meta-Faster-R-CNN copied to clipboard

Can't find how to generate final_split_voc_{}_shot_instances_train2014.json

Open Gzu-xydong opened this issue 2 years ago • 3 comments

Dear author, when I ran the 3_gen_support_pool_any_shot_novel_class.py file of the coco dataset, I found the missing new_annotations/final_split_voc_{}_shot_instances_train2014.json file prevented me from generating the relevant support set. I have also carefully examined other codes and have not found the location where this file was generated. Could you tell me where this file was generated? thank you!

Gzu-xydong avatar Mar 26 '23 06:03 Gzu-xydong

I have already solved this problem, and I have found that it is necessary to implement the 3_novel_class_coco.py file to generate new annotations before implementing the 3_gen_support_pool_any_shot_novel_class.py file. Thank you very much.

Gzu-xydong avatar Mar 26 '23 09:03 Gzu-xydong

Yes, you are right.

GuangxingHan avatar Mar 31 '23 03:03 GuangxingHan

Dear author, FileNotFoundError: [Errno 2] No such file or directory: './new_annotations/final_split_voc_1_shot_instances_train2014.json' How do you solve this problem. I am also stuck in this problem. I cannot find the file final_split_voc_1_shot_instances_train2014.json. May I ask where I can find it?

GYQAme avatar Apr 26 '23 00:04 GYQAme