chenyilun95 / tf-cpn

Cascaded Pyramid Network for Multi-Person Pose Estimation (CVPR 2018)
MIT License
792 stars 197 forks source link

FileNotFoundError: [Errno 2] No such file or directory: '.../data/COCO/dets/person_detection_minival411_human553.json' #46

Closed sklf closed 5 years ago

sklf commented 5 years ago

Hello,recently I forked this project and tried to evaluate its performance. But there is an error message when I run 'python3 mptest.py -d 0-1 -r 350'. It says "FileNotFoundError: [Errno 2] No such file or directory: '.../data/COCO/dets/person_detection_minival411human553.json' ". I can't find this file in the Google Drive. So where can I download this json file? Thank you very much ^^

chenyilun95 commented 5 years ago

https://drive.google.com/drive/folders/1BllF9--dN9uV3FRROcmuIbwNCcn7cCP0?usp=sharing. it's in readme.

sklf commented 5 years ago

@chenyilun95 Thank you very much ^_^