Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Official PCKh on the validation set? #41

Open
tangweibh opened this issue Oct 15, 2017 · 2 comments
Open

Official PCKh on the validation set? #41

tangweibh opened this issue Oct 15, 2017 · 2 comments

Comments

@tangweibh
Copy link

Hi Alejandro,

Thanks for sharing your codes!

Since you have noted that the PCKh in the log files is not the official one, could you tell me how to obtain the official PCKh on the MPII validation set using your code, just like the PCKh results reported in your paper?

Thanks,
Wei

@anewell
Copy link
Collaborator

anewell commented Oct 17, 2017

All of the functions you need are in util/eval.lua. Specifically, if you have a set of predictions and their ground truth labels you can first call calcDists() to get normalized distances for each keypoint prediction. Then the function distAccuracy() will return the percentage of keypoints below a particular threshold.

These functions will ignore cases when no ground truth value is available for a particular keypoint.

You can also feel free to check out the official evaluation available from MPII: http://human-pose.mpi-inf.mpg.de

@tangweibh
Copy link
Author

Got it! Thanks so much for your detailed instructions!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants