#360 · Primary category: Computer Vision
handtracking
Building a Real-time Hand-Detector using Neural Networks (SSD) on Tensorflow
Project last updated:09/30/21
GitHub Stars
1.7K
Forks
457
Contributors
8
License
MIT
Why we included this project
Anyone building a hand-detection feature for webcam or video feeds will get more than a tutorial here. The repo documents training an SSD hand detector with the TensorFlow Object Detection API, and the author is honest about the hardest step, choosing the right dataset: the Oxford Hands set did not work for his egocentric, table-top view, while EgoHands matched the task far better. Alongside the write-up, it includes model checkpoints you can use without retraining, plus later additions showing how to export those checkpoints for TensorFlow.js, for browser-based tracking, and to TFLite for Android and iOS. That combination makes it a practical learning path for adapting SSD to a custom object class and a reasonable starting point for a hand-interaction feature in a real app. One caveat: the code targets TensorFlow 1.4, so you may need to regenerate a frozen graph to run it on a modern setup.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)