yinguobing / cnn-facial-landmark

Training code for facial landmark detection based on deep convolutional neural network.
MIT License
626 stars 182 forks source link

68 landmarks reference #107

Closed youjin-c closed 3 years ago

youjin-c commented 3 years ago

Hello Yinguobing,

I am trying to merge your repo with my current project. Since it takes certain points from landmarks, I'd like to know if they match yours. Do you have any reference documents or pictures for which 68 landmarks this is detecting?

Best, Youjin

yinguobing commented 3 years ago

The demo code used 68 points to be fit with the IBUG datasets. Please note that you can custom the number of points.

IBUG: https://ibug.doc.ic.ac.uk/resources/facial-point-annotations/

youjin-c commented 3 years ago

Thank you so much! This confirmed the match!