No description
Find a file
2017-12-27 15:57:44 +08:00
assets add assets files 2017-12-27 15:50:34 +08:00
.gitignore
LICENSE
mark_detector.py add function to draw all face detection result 2017-12-27 15:57:44 +08:00
README.md Create README.md 2017-12-27 15:28:04 +08:00

Head pose estimation

Use CNN and OpenCV to estimate head poses.

CNN stands for Convolutional Neural Network. It is used to detect facial landmarks in image.

Considering human faces are roughly same in facial landmark distribution, OpenCV provides mutual PnP algorithms which could be adopted for pose estimation.