cybergen / hand_tracking

Disclaimer: I'm not the author. Please refer to the repositories listed in README for more information.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hand tracking

1. ファイル説明

  • palm_detection_without_custom_op.tflite(手のひら検出)モデルファイル:mediapipe-modelsレポジトリよりダウンロードしました。
  • hand_landmark.tflite(ランドマーク検出)モデルファイル:mediapipeレポジトリよりダウンロードしました。
  • anchors.csvファイルとhand_tracker.pyファイル:hand_trackingレポジトリよりダウンロードしました。

2. 実施方法

$ pip install opencv-python tensorflow
$ python run.py

3. 結果

Result

About

Disclaimer: I'm not the author. Please refer to the repositories listed in README for more information.


Languages

Language:Python 100.0%