No description
Find a file
2017-12-28 17:56:26 +08:00
assets move file into root directory 2017-12-28 13:15:36 +08:00
.gitignore Initial commit 2017-12-27 15:23:36 +08:00
LICENSE Initial commit 2017-12-27 15:23:36 +08:00
mark_detector.py add function to draw marks on image 2017-12-27 16:49:01 +08:00
optical_flow_tracker.py extract drawing code to a function 2017-12-28 13:53:05 +08:00
point_stabilizer.py add test code 2017-12-28 17:56:26 +08:00
pose_estimator.py add file for pose estimation 2017-12-28 08:54:55 +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.