MaskeZen / facePose-cv2Test

Mini example to understand basics of pose estimation with OpenCV.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple pose estimation

Mini example to understand basics of pose estimation with OpenCV. Example based on the following blog post.

imagen de prueba

Image credits: Photo by Tatiana Zanon on Unsplash

Activate environment:

python -m venv env
source env/bin/activate
pip install -r requirements.txt

Run script: python headPoseCv2.py

resultado

About

Mini example to understand basics of pose estimation with OpenCV.


Languages

Language:Python 100.0%