chrispolo / Keypoints-of-humanpose-with-Mask-R-CNN

Use the Mask RCNN for the human pose estimation
266 stars 90 forks source link

About train process #12

Open chenyanyin opened 5 years ago

chenyanyin commented 5 years ago

hello, when i run "python coco.py train --data=/home/tesla/data/COCO/train --model=mask_rcnn_coco_humanpose.h5", the erro is happen, FileNotFoundError: [Errno 2] No such file or directory: '/home/tesla/data/COCO/train/annotations/instances_valminusminival2017.json' in coco.py, "DEFAULT_DATASET_YEAR = "2017" ", is coco2017? But you have validate by instances_minival2014.json and instances_valminusminival2014.json??

Mstfakts commented 4 years ago

Did u understand it?