-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Errno 2] No such file or directory: './data/COCO/annotations/instances_valminusminival2014.json' #13
Comments
You should first download the COCO 2014 dataset here, and place them accordingly under the instructions I provide in the README.md file. This error indicates that you did not correctly set up the dataset. |
thanks for your reply, I have downloaded the COCO 2014 dataset |
a problem had occured when I run the: the code of python train.py --save-folder weights/COCO60_pretrain -d COCO -p 1 had finished [04/27 08:26:11 Context-Transformer]: Starting training from iteration 0 |
I have no idea what the problem is with the information you provide. By the way, you may try to avoid using Chinese characters in the directory path since it may sometimes cause some weird errors that are hard to be noticed. Hope it helps. Thanks. |
Has your problem been solved? I have encountered the same problem as you. Can you tell me how you solved it? Thank you! |
I run the python data/split_coco_dataset_voc_nonvoc.py ,and I get this problem, how can I solve it.
Split 1: 346721 anns; save to ./data/COCO/annotations/split_voc_instances_train2014.json
Split 2: 258186 anns; save to ./data/COCO/annotations/split_nonvoc_instances_train2014.json
processing dataset ./data/COCO/annotations/instances_valminusminival2014.json
Traceback (most recent call last):
File "data/split_coco_dataset_voc_nonvoc.py", line 87, in
split_dataset(dataset_prefix + s, voc_inds, split1_prefix + s, split2_prefix + s)
File "data/split_coco_dataset_voc_nonvoc.py", line 16, in split_dataset
with open(dataset_file) as f:
FileNotFoundError: [Errno 2] No such file or directory: './data/COCO/annotations/instances_valminusminival2014.json'
The text was updated successfully, but these errors were encountered: