lincolnhard / head-pose-estimation

Real-time head pose estimation built with OpenCV and dlib
MIT License
581 stars 172 forks source link

Increasing range of estimation. #21

Open jack17529 opened 5 years ago

jack17529 commented 5 years ago

Can we make the range of the head pose estimator go up in pitch range and others? Can someone please tell how to do so?

lincolnhard commented 5 years ago

It depends on 2D facial landmark localization accuracy. Maybe you could try to use mtcnn to replace dlib's method.