loicmarie / hands-detectionLinks
Hands video tracker using the Tensorflow Object Detection API and Faster RCNN model. The data used is the Hand Dataset from University of Oxford.
☆91Updated 2 years ago
Alternatives and similar repositories for hands-detection
Users that are interested in hands-detection are comparing it to the libraries listed below
Sorting:
- Keras implementation of Realtime Multi-Person Pose Estimation☆108Updated 4 years ago
- ☆88Updated 7 years ago
- A tutorial on how to train a hand detector with TensorFlow Object Detection API☆192Updated 5 years ago
- Mobilenet SSD based pedestrian detection☆50Updated 7 years ago
- Openpose implementation using darknet☆157Updated 6 years ago
- Dataset, necessary Scripts and trained SSD Model for detecting Hands in Realtime.☆32Updated 7 years ago
- The original code is from "https://github.com/matterport/Mask_RCNN"☆129Updated 7 years ago
- FaceBoxes for hand detection in PyTorch☆97Updated 6 years ago
- HyperFace☆67Updated 7 years ago
- Chainer implementation of Pose Proposal Networks☆117Updated 6 years ago
- Keras version of Realtime Multi-Person Pose Estimation project☆118Updated 6 years ago
- Deep Neural Network (DNN) which predicts face/non-face, landmarks, pose and gender simultaneously with Chainer.☆179Updated 4 years ago
- Provides the source code for the deep learning components mentioned in "Depth-based hand pose estimation: methods, data, and challenges"☆185Updated 8 years ago
- Two multitasking CNNs for simultaneous face detection, landmarks estimation and visibility, pose estimation and gender recognition. hype…