mks0601 / TF-SimpleHumanPose

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

how to get the ap75,ap #57

Closed henbucuoshanghai closed 4 years ago

henbucuoshanghai commented 4 years ago

AP | AP .5 | AP .75 | AP (M) | AP (L

henbucuoshanghai commented 4 years ago

ap means oks?? where is the code to evaluate the test data???get the ap50,ap75???

mks0601 commented 4 years ago

oks is metric how estimated 2d pose is close to the gt. ap is calculated from oks of whole data. To evaluate on test-dev, you should use codalab. See http://cocodataset.org/#keypoints-eval

henbucuoshanghai commented 4 years ago

in the papers.people always using the oks for coco,and pckh for mpii???   isnt it???

henbucuoshanghai commented 4 years ago

where is the coco istance??crop it form the original images??? how to get the correspoding keypoints??

mks0601 commented 4 years ago

please read the code and paper carefully.

henbucuoshanghai commented 4 years ago

but Results on MSCOCO 2017 dataset,it has ap75.ap50      The table below is APs on COCO val2017 set.

MethodsAPAP .5AP .75AP (M)AP (L)ARAR .5AR .75AR (M)AR (L)Download 256x192_resnet50 (this repo)70.488.677.867.076.976.293.083.071.982.4model pose

how did you get it ???where is the code?  thanks

mks0601 commented 4 years ago

스크린샷 2019-12-21 오전 1 27 57

This screenshot is what I'm seeing and I cannot understand what you are saying. Please ask questions in a more clear and specific way. Also, do not ask basic questions.