Kagami/go-face

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

Opened this issue · 1 comments

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

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";