An open API service indexing awesome lists of open source software.

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

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.