mks0601 / TF-SimpleHumanPose

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

set v=1 of all keypoints when testing? #38

Closed chenyanyin closed 4 years ago

chenyanyin commented 5 years ago

hello, i am confused about test result. As we know, all keypoints are composed 3 parts: (x,y,v), v is valid. but i found your test result(https://cv.snu.ac.kr/research/TF-SimpleHumanPose/COCO/pose_result/person_keypoints_256x192_resnet50_val2017_results.json), is all 1, and test code, 11111

set v=1 of all keypoints.

mks0601 commented 5 years ago

If you read http://cocodataset.org/#keypoints-eval, that does not matter.