Skip to content

vluz/CVPoseDetect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCV Pose Detection

Simple pose detection with OpenCV

Requires camera, webcam or similar.


Very simple implementation of OpenCV Pose Detection done from documentation
Overlays the nodes on the camera image

Screenshot


Open a command prompt and cd to a new directory of your choosing:

(optional; recommended) Create a virtual environment with:

python -m venv "venv"
venv\Scripts\activate

To install do:

git clone https://github.com/vluz/CVPoseDetect.git
cd CVPoseDetect
pip install -r requirements.txt

On first run it may download several models.
It will take quite some time, both on reqs above and on first run.
Please allow it time to finish.
All runs after the first are then faster to load.

To run do:
python posedetect.py

Note: Do not use this for production, it's untested

About

Simple pose detection with OpenCV

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published