SkillAgentSearch skills...

HeadPoseEstimation

Head Pose Estimation using OpenCV solving PNP.

Install / Use

/learn @by-sabbir/HeadPoseEstimation
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Head Pose Estimation - OpenCV

In computer vision pose estimation specifically refers to the relative orientation of the object with respect to a camera. Pose estimation often referred to as a Perspective-n-Point problem or PNP problem in computer vision.

<br> sample video credits

Installation

Using the package manager pip.

pip install -r requirements.txt
cd models
bash downloader.sh
cd ..

Usage

Get Pose From Image

python head_pose_from_image.py -h

Get Pose From Webcame

python head_pose_from_webcam.py -h

#### For source 0 and focal length 1
python head_pose_from_webcam.py -f 1 -s 0

3D model visualization

python Visualize3DModel.py

Related Skills

View on GitHub
GitHub Stars112
CategoryDevelopment
Updated1mo ago
Forks20

Languages

Python

Security Score

85/100

Audited on Mar 3, 2026

No findings