Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 369 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 369 Bytes

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