'mmdetection/data/coco/annotations/instances_val2017.json' not found in annotation location
sunny1401 opened this issue · 4 comments
Hi again - I am trying to fine-tune sdm, with novel categories. However, the annotation location only had train_instances, but in the .sh you add --check_val_every_n_epoch 1
. Could you please tell what am I missing?
@sunny1401 You should download the COCO dataset, and place it in the directory "mmdetection/data/coco"
Yes - I did add the image data from coco to the location - do you mean the annotations from validation are directly coming from coco? Asking cause you have added a train annotations file?
@sunny1401 Yes, the annotation file of validation set is directly coming from the COCO dataset. We specifically included the train annotation file because it is a new file that exclusively consists of annotations for the base categories.
Ah makes sense - thank you