aidlearning / Hand-Detection-and-Distance-Estimation

Uses Tensorflow Object Detection API to detect and track hands as well as estimate their distance from the camera

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hand Detection and Distance Estimation

Uses Tensorflow Object Detection API to detect and track hands in real-time, as well as estimate their distance from the camera

hand_detection

Getting Started

Prerequisites

This projects requires that you have Anaconda installed to get the development enviroment installed

Installation

Included is a .yml file that installs the necessary compoments for this to run. Run the following bash file to setup the enviroment and activate it:

bash setup_enviroment.sh

To run the hand detection python script run:

python hand_detection

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

About

Uses Tensorflow Object Detection API to detect and track hands as well as estimate their distance from the camera

License:MIT License


Languages

Language:Python 99.5%Language:Shell 0.5%