Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jianlizh429/head_pose
https://github.com/jianlizh429/head_pose
dlib headpose pnp
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jianlizh429/head_pose
- Owner: JianliZh429
- License: mit
- Created: 2018-05-25T09:59:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-30T23:53:02.000Z (4 months ago)
- Last Synced: 2024-10-10T18:21:54.133Z (3 months ago)
- Topics: dlib, headpose, pnp
- Language: Python
- Size: 3.74 MB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# head_pose
Use opencv-python API, solvePnP method to estimate head pose.
Dlib is not must, only for face landmarks detection in this repository,
you can definitely change it to another face landmarks detection library, such as MTCNN.# Usage
See test samples of test_head_pose_estimator.py
## To run test, put the test images in sample_images directory
```
python test_head_pose_estimator.py
```# TO DO
Will add CNN to do head pose estimation,
for many situations, it's hard to get all the accurate needed points for PnP algorithm