Open alaa-yahia opened 6 years ago
Hello, did you find a solution to your problem ? I'm trying to do the same thing !
Hello.. Actually I didn't research it enough and left it unsolved but I am pretty sure it could be solved with some research
Hello, In case you might be interested, I eventually used face_recognition for the face detection part, and managed to do the head pose estimation with another library "DeepGaze".
Thanks for sharing!
@forwitai can that be used to Detect if person looking at the camera head on (like a passport picture) to ensure face is all centered ?
I believe it's achievable with DeepGaze, since it allows you to calculate the yaw, pitch and roll angles.
Hello How I can determine the head pose angle using the landmarks obtained from
face_recognition.face_landmarks(image)
?