eval-mpii-pose
eval-mpii-pose copied to clipboard
Evaluation code for the MPII human pose dataset
I use the test.json(7000+ samples) provided by HRNet to generated pred.mat, then i use your code to convert it to pred_mpii_keypoints.mat, but in this process, there rise a error that...
I want to evaulate my test_pred.mat, and send an email to [email protected], debut no one answered my email.
I would like to ask about the submission of MPII test set. Besides the test set prediction results (pred_keypoints_mpii. Mat) that mpi require, should I prepare any other relevant reports?
Hi, Thanks for sharing your code. I want to evaluate our dataset on single keypoint. but met some issues, I find the number of gt must be match with dt's?...
When we do Multi person Estimation and generate the prediction mat ```matlab % Set predicted x_pred, y_pred coordinates and prediction score for each body joint pred(imgidx).annorect(ridx).annopoints.point(pidx).x = x_pred; pred(imgidx).annorect(ridx).annopoints.point(pidx).y =...