mks0601 / TF-SimpleHumanPose

TensorFlow implementation of "Simple Baselines for Human Pose Estimation and Tracking", ECCV 2018
336 stars 90 forks source link

where to place mpii_human_pose_v1_u12_1 #68

Closed AkshayMalavade closed 3 years ago

AkshayMalavade commented 3 years ago

i placed mpii_human_pose_v1_u12_1 in tool directory and ran the code. it gives me an error no such directory found. aslo you said to human_detection.json is in README section , I don't find it can you please give me a link please

mks0601 commented 3 years ago

You shoud put the json file at here. You can find the human_detection.json in README.

AkshayMalavade commented 3 years ago

You shoud put the json file at here. You can find the human_detection.json in README. No no. I meant it gives me error when I run mpii2coco.py it says no directory for annotations found. How do I modify code so it can access that mpii annotation directory. And human_detection.json is not there in read me section only the link to coco web is available. I don't know how to make my own .json file. Please send the file.

AkshayMalavade commented 3 years ago

https://github.com/mks0601/TF-SimpleHumanPose/blob/5e958ae7832b282cb7134b312091a1b5076e4e89/tool/mpii2coco.py#L24

In this line should it be .mat ??

mks0601 commented 3 years ago

mat file dir: https://github.com/mks0601/TF-SimpleHumanPose/blob/5e958ae7832b282cb7134b312091a1b5076e4e89/tool/mpii2coco.py#L24 human detection: https://github.com/mks0601/TF-SimpleHumanPose#results-on-mscoco-2017-dataset