You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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";
How should I configure the facial recognition model using 68 feature points?
The text was updated successfully, but these errors were encountered: