How to evalauteAP.m and prediction_mode1.mat evalaute training datasets
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!
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?
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.
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 thanks a lot.