Pytorch_Retinaface
Pytorch_Retinaface copied to clipboard
face angles
trafficstars
Hello, I would like to ask if this model can detect the yaw, pitch and raw angles of the face? Thanks!
This model cannot detect the angles but you use the 5 landmarks returned by this model to detect the yaw, pitch and roll angles. You can see https://github.com/fisakhan/Face_Pose for code.