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 have been able to run the Clandmark dense facial landmark detector example using OpenCV library on Windows 10. Is there any way (exposed functions) to extract the pitch, roll and yaw values of the face using the landmark positions?
Thanks!
The text was updated successfully, but these errors were encountered:
we are not providing such functionality in this library, however, you can do it by yourself. One of the possible approaches is to fit a 3D model to the landmarks (look e.g. here).
I have been able to run the Clandmark dense facial landmark detector example using OpenCV library on Windows 10. Is there any way (exposed functions) to extract the pitch, roll and yaw values of the face using the landmark positions?
Thanks!
The text was updated successfully, but these errors were encountered: