Realtime_Multi-Person_Pose_Estimation icon indicating copy to clipboard operation
Realtime_Multi-Person_Pose_Estimation copied to clipboard

How to evalauteAP.m and prediction_mode1.mat evalaute training datasets

Open HuAndrew opened this issue 8 years ago • 4 comments

Hi, I had got the prediction_mode1.mat with evalMPII.m .However, the validation code with MPII datasets failed to verify success. Could you give me some advice about how to use prediction_mode1.mat and evalauteAP.m. Thanks a lot!

HuAndrew avatar Apr 29 '18 14:04 HuAndrew

I did not modify the evaluateAP.m from MPII. The prediction result should be evaluated properly using their code. What's the error you got?

ZheC avatar Apr 29 '18 18:04 ZheC

Yeah, I'd like to use evaluateAP.m test the model and analyze the sample of PAF prediction error. Then it needs to get the images' ground truth standard. I thought your team have tested the prediction results of multi-persons, might give me some advices.

HuAndrew avatar Apr 30 '18 03:04 HuAndrew

Hi @HuAndrew, you should preallocate space for the variable 'pred'. The length of 'pred' should be the same as the number of groups. Thanks.

yw155 avatar Apr 30 '18 10:04 yw155

@yw155 thanks a lot.

HuAndrew avatar May 03 '18 03:05 HuAndrew