Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 556 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 556 Bytes

Repository is based on https://www.learnopencv.com/hand-keypoint-detection-using-deep-learning-and-opencv/ additional development was made as a wrapping class to detect hand keypoints based on the article - https://arxiv.org/pdf/1704.07809.pdf

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

To create a class for hand keypoints detector python HandKeypointDetector.py