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.