Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

evaluation of AFLW dataset #21

Open
yjwnet9 opened this issue Jul 19, 2022 · 1 comment
Open

evaluation of AFLW dataset #21

yjwnet9 opened this issue Jul 19, 2022 · 1 comment

Comments

@yjwnet9
Copy link

yjwnet9 commented Jul 19, 2022

캡처

캡처

Face alignment evaluation result of AFLW in the paper and my evaluation result are different.

Could you provide the evaluation code of AFLW dataset?

@choyingw
Copy link
Owner

choyingw commented Dec 17, 2022

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.

facial_landmarks_68markup

Screenshot from 2022-12-16 23-36-44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants