https://github.com/brionmario/pnp-head-pose-estimation-poc
Experiments to calculate head pose estimation using Dlib and OpenCV
https://github.com/brionmario/pnp-head-pose-estimation-poc
dlib head-pose-estimation opencv perspective-n-point python
Last synced: about 1 year ago
JSON representation
Experiments to calculate head pose estimation using Dlib and OpenCV
- Host: GitHub
- URL: https://github.com/brionmario/pnp-head-pose-estimation-poc
- Owner: brionmario
- License: mit
- Created: 2019-02-23T11:39:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-05T18:37:10.000Z (over 7 years ago)
- Last Synced: 2025-03-29T09:05:35.279Z (about 1 year ago)
- Topics: dlib, head-pose-estimation, opencv, perspective-n-point, python
- Language: Python
- Homepage:
- Size: 596 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
===========
PnP Head Pose Estimation(POC)
===========
This implementation uses solvePnP from openCV together with 68 point landmark detection through dlib to achieve head pose estimation. Contains few experiments with different face recognition methods to determine the best match with optimised results.