Skip to content

Latest commit

 

History

History

HandPose

Please run getModels.sh from the command line to download the model in the correct folder.

USAGE

Python

**For using it on single image : ** python handPoseImage.py

**For using on video : ** python handPoseVideo.py

C++

**From the command line : ** cmake . make

**For using it on single image : ** ./handPoseImage

**For using on video : ** ./handPoseVideo