michalfaber / keras_Realtime_Multi-Person_Pose_Estimation

Keras version of Realtime Multi-Person Pose Estimation project
Other
780 stars 372 forks source link

FileNotFoundError while running generate_masks.py #34

Closed Yuren-Zhong closed 7 years ago

Yuren-Zhong commented 7 years ago

while I run python generate_masks.py, this is the output:

python generate_masks.py loading annotations into memory... Traceback (most recent call last): File "generate_masks.py", line 17, in coco = COCO(val_anno_path) File "/home/yurzho/anaconda3/envs/keras-openpose/lib/python3.6/site-packages/pycocotools/coco.py", line 84, in init dataset = json.load(open(annotation_file, 'r')) FileNotFoundError: [Errno 2] No such file or directory: '/home/yurzho/keras_Realtime_Multi-Person_Pose_Estimation/dataset/annotations/person_keypoints_train2017.json'

Yuren-Zhong commented 7 years ago

forgot to unzip .zip files in annotations... : )