PyraNet icon indicating copy to clipboard operation
PyraNet copied to clipboard

How to get the [email protected] on MPII test set, and [email protected] on Lip test set

Open Posecc-wcl opened this issue 5 years ago • 2 comments

May I ask that the prediction of single person attitude estimation is, the first step command is not quite right, how to operate

annolist_test = annolist(RELEASE.img_train == 0);

When I type an original command,it occurs an error: Undefined function or variable 'Imgidx' . How to solve ig How should the command on lines 2-4 proceed?Where should I find the assignment of three variables?

Posecc-wcl avatar Aug 11 '20 02:08 Posecc-wcl

Groundtruth of the MPII test is held by the MPII team for fair comparison.

For getting evaluation results on the MPII test set, you need to prepare your results as required by http://human-pose.mpi-inf.mpg.de/#evaluation and submit to the MPII dataset team.

We didn't conduct experiment on LIP dataset. So unfortunately I cannot answer your question on that.

bearpaw avatar Aug 18 '20 19:08 bearpaw

Thank for your advice.I have trained for our models inspired by Pyranet for lsp dataset,and the best epoch is 240. We get the pred_post240.h5. And Can you tell me the eval [email protected] steps in detail

Posecc-wcl avatar Aug 19 '20 03:08 Posecc-wcl