face-landmark-localization
face-landmark-localization copied to clipboard
Just pose angles Model.
Thanks for sharing the code! very good job!
You know, dlib provides good implementation for face landmarks estimation. In order to make it faster, I want to predict only the pose (yaw,roll,pitch). So if I want to predict the pose angles only, what alterations on model do you suggest in order to make it faster.
Thanks.
I think maybe change a lightweight network structure, and make the input size smaller.
Have you done this modification? very interesting