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

How to use 68 landmarks in cvlib #19

Open
ThanhNhann opened this issue May 2, 2019 · 4 comments
Open

How to use 68 landmarks in cvlib #19

ThanhNhann opened this issue May 2, 2019 · 4 comments
Labels
feature request Request to add new functionality

Comments

@ThanhNhann
Copy link

In the cvlib package, is there a method to use file shape_predictor_68_face_landmarks.dat?

@7thstorm
Copy link

will this return the actual number of landmarks detected? I'm using dlib now and it is returning all 68 points even for profile faces. It should only return the actual number of landmarks detected. comment?

@ThanhNhann
Copy link
Author

Yeah I want to have the coordinates of the points in faces but when i read the document of cvlib, It doesn't has.

@arunponnusamy
Copy link
Owner

@ThanhNhann as of now cvlib doesn't have method for landmark detection. You can use dlib directly to get the facial landmarks.

@arunponnusamy
Copy link
Owner

@7thstorm dlib landmark detector is actually trained on frontal faces I believe. It will try to give all 68 points for each face. There is also 5 point landmark detector in dlib. Maybe you can give that a try.
https://github.com/davisking/dlib-models
https://www.pyimagesearch.com/2018/04/02/faster-facial-landmark-detector-with-dlib/

@arunponnusamy arunponnusamy added the feature request Request to add new functionality label Jun 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request to add new functionality
Projects
None yet
Development

No branches or pull requests

3 participants