mks0601 / TF-SimpleHumanPose

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

human detection json #51

Closed henbucuoshanghai closed 4 years ago

henbucuoshanghai commented 4 years ago

how to get the human detection json???the mpii dataset has it????

it means get the pepole bbox from the imgs???

henbucuoshanghai commented 4 years ago

using a dnn approach?like faster rcnn??

mks0601 commented 4 years ago

I haven't run human detection on MPII dataset, but you can run it using existing human detection models such as mask-rcnn

henbucuoshanghai commented 4 years ago

existing human detection models to detect the people in the mpii images????but how to get the new keypoints in the new imgs that detected by the mask-rcnn??

mks0601 commented 4 years ago

Train TF-SimpleHumanPose on the MPII dataset.

henbucuoshanghai commented 4 years ago

i have the mpii dataset,and get train.json,test.json i want to Train TF-SimpleHumanPose on the MPII dataset. does i have to get the human detection json?how to get it