Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 455 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 455 Bytes

Head Pose Estimation

Predict head angles along three axes (yaw, pitch and role), using OpenCV and Mediapipe face mesh.

Usage

Install prerequisites.

pip install -r requirements.txt

Run the estimator script to predict head poses from webcam video.

python3 estimator.py

Please see the following blog post for more details about this code: