Skip to content

Files

Latest commit

8b86915 · Oct 26, 2018

History

History
This branch is 1843 commits behind spmallick/learnopencv:master.

HandPose

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 27, 2018
Sep 27, 2018
Oct 8, 2018
Oct 8, 2018
Sep 27, 2018
Sep 27, 2018
Sep 27, 2018
Oct 8, 2018
Oct 8, 2018
Oct 26, 2018
Oct 8, 2018
Oct 24, 2018
Sep 27, 2018

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