/head-pose-estimation

Head Pose Estimation using Mediapipe face mesh

Primary LanguagePython

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: