fanq15 / FewX

FewX is an open-source toolbox on top of Detectron2 for data-limited instance-level recognition tasks.
https://github.com/fanq15/FewX
MIT License
346 stars 48 forks source link

How to train an own model #60

Open jxx19970107 opened 3 years ago

jxx19970107 commented 3 years ago

Sorry to interrupt, but when I follow the training way that you show on the page, I got some problems below:

  1. Can I set up a new final_split_voc_10_shot_instances_train2017.json file for my own use;
  2. When I try to train the model, I come up with this problem:
    id = dataset_dict['annotations'][0]['id']
    KeyError: 'id'