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!
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!