No description
assets | ||
.gitignore | ||
LICENSE | ||
mark_detector.py | ||
optical_flow_tracker.py | ||
point_stabilizer.py | ||
pose_estimator.py | ||
README.md |
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.