Closed yjwnet9 closed 1 month ago
self.keypoints = _load(osp.join(d, 'keypoints_sim.npy'))
This line extracts commonly used 68 point landmarks for AFLW2000-3D eval. AFLW usea 21 point landmarks, and from their landmark definition converting directly from 68 points would cause large error. We picked the indices that best match AFLW's definition (https://drive.google.com/file/d/1AYRUrrV_Kc8sa50EHmd-Sc8QmiVflCU0/view?usp=share_link). Just replace the mentioned line with this npy file and do the evaluation.
Face alignment evaluation result of AFLW in the paper and my evaluation result are different.
Could you provide the evaluation code of AFLW dataset?