Replies: 2 comments
-
Who can help us solve this problem? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I solved downloading the entire coco dataset, But I think detectron script in datasets/prepare_for_tests.sh should be fixed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using detectron2 (first times) train_net.py script:
python3.8 ./train_net.py --num-gpus 4 --config-file ../configs/COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_1x.yaml
Having the following error:
Reading the manual and using the script "prepare_for_tests.sh", are generated: val2017 and annotation directories with instances_val2017_100.json file. No train files are generated and the json file have "100" in the name, that is unexpected. Maybe some updated of the script is necessary? Could you help me to solve such problem? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions