cleardusk/3DDFA

Landmarks location on face / map of landmarks

leolellisr opened this issue · 3 comments

Congratulations on your great work and thanks for sharing it.

Is there any reference to the location of the landmarks on face (or a map of the landmarks) generated with dense_flag = True (the estimated 38k points)?
Something like dlib in this image? https://pyimagesearch.com/wp-content/uploads/2017/04/facial_landmarks_68markup.jpg

When dense_flag = False, the location of the points is the same as the dlib, right?

I appreciate the attention.

The semantic positions are the same.

annotation from https://github.com/anilbas/BFMLandmarks
image
annotation from 3DDFA
image

I find that the annotations are slightly different, especially the points around the eyebow , nose tip and nose-lip junction.