Skip to content

Latest commit

 

History

History

HandPose

Hand Keypoint Detection using Deep Learning and OpenCV

This repository contains code for Hand Keypoint Detection using Deep Learning and OpenCV blog post.

download

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

AI Courses by OpenCV

Want to become an expert in AI? AI Courses by OpenCV is a great place to start.