mks0601 / TF-SimpleHumanPose

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

test.py outputs -1 for Average Precision and Average Recall metrics #37

Closed anhminh3105 closed 5 years ago

anhminh3105 commented 5 years ago

I ran the test.py prorgramme on the COCO test2017 dataset with the human_detections_text-dev2017.json renamed to human_detections.json. However, the output results of all the Average Precision and Average Recall metrics are -1. Here is the snapshot:

Screenshot from 2019-07-23 11-05-01

I am unsure whether the problem is due to the human_detections_text-dev2017.json is not the right file to use.

Could you please help? Thanks in advance.

mks0601 commented 5 years ago

For the test set, COCO dataset does not provide groundtruth. You have to evaluate your result using CodaLab. Please read http://cocodataset.org/#guidelines

anhminh3105 commented 5 years ago

Thanks for the guide.

I ran the test with COCO val2017 dataset and reproduced the exact same results as you got.

I will try to upload the test2017 dataset outputs to CodaLab to get the results next.

Thank you.