Tim M 57b5cefde5 Updated all `.md` files to contain newest image пре 2 година
..
hand dcf3f0ce11 added code for Hand Pose Detection пре 6 година
CMakeLists.txt dcf3f0ce11 added code for Hand Pose Detection пре 6 година
README.md 57b5cefde5 Updated all `.md` files to contain newest image пре 2 година
asl.mp4 34f692675c updated code for handpose and added sample video пре 6 година
front-back.jpg 5e43a3cea3 added notebook and images for handpose пре 6 година
getModels.sh dcf3f0ce11 added code for Hand Pose Detection пре 6 година
hand.jpg dcf3f0ce11 added code for Hand Pose Detection пре 6 година
handPose-Notebook.ipynb 34f692675c updated code for handpose and added sample video пре 6 година
handPoseImage.cpp f818752028 added and updated README пре 6 година
handPoseImage.py 8b86915b9a modified: handPoseImage.py пре 6 година
handPoseVideo.cpp f818752028 added and updated README пре 6 година
handPoseVideo.py b30c390cef removed savgol filter from handpose пре 6 година
right-frontal.jpg 5e43a3cea3 added notebook and images for handpose пре 6 година

README.md

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.