eldar / deepcut

Multi Person Pose Estimation
222 stars 83 forks source link

Evaluation on MPII Human Pose Dataset #9

Open andyqian2015 opened 7 years ago

andyqian2015 commented 7 years ago

Hi,I want to use the evaluation script evaluateAP.m downloaded on MPII Human Pose Dataset to measure my model's performance, but I could not find the annolist_dataset_v12.mat file loaded in this line of the script.

load([p.gtDir '/annolist_dataset_v12'],'annolist');

Do you know how to get this file, thanks.