Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.1 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.1 KB

Hand tracking

Forked from : https://github.com/metalwhale/hand_tracking

1. File Description

  • palm_detection_without_custom_op.tflite - For the Palm Detection without the custom operations
  • hand_landmark.tflite - For the Landmark detection
  • anchors.csv and hand_tracker.py for running those code.

2. Setup

$ git clone https://github.com/aswinkumar1999/hand_tracking.git
$ pip3 install opencv-python tensorflow
$ python3 run.py

3. Other Useful Resources

mediapipe-models

mediapipe

hand_tracking

4. Output

Result

5. Sign-Language Translation

Code : run1.py

How it was built : hand_tracking.ipynb

Properly Documented code will be uploaded shortly.

How to run :

$ git clone https://github.com/aswinkumar1999/hand_tracking.git
$ pip3 install opencv-python tensorflow
$ python3 run1.py

Result