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 a face detection model with 68 feature points. #101

Open
ppd324 opened this issue May 13, 2023 · 1 comment
Open

How to use a face detection model with 68 feature points. #101

ppd324 opened this issue May 13, 2023 · 1 comment

Comments

@ppd324
Copy link

ppd324 commented May 13, 2023

How should I configure the facial recognition model using 68 feature points?

@DeeCen
Copy link

DeeCen commented Nov 26, 2024

I don't find change this by go, so I changed facerec.cc LINE 66
std::string shape_predictor_path = dir + "/shape_predictor_5_face_landmarks.dat";
to
std::string shape_predictor_path = dir + "/shape_predictor_68_face_landmarks.dat";

std::string shape_predictor_path = dir + "/shape_predictor_5_face_landmarks.dat";

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