Skip to content
This repository has been archived by the owner on Aug 5, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 886 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 886 Bytes

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