File tree Expand file tree Collapse file tree 1 file changed +18
-12
lines changed
Expand file tree Collapse file tree 1 file changed +18
-12
lines changed Original file line number Diff line number Diff line change 11## Hand tracking
22
3- ### 1. ファイル説明
4- - ` palm_detection_without_custom_op.tflite ` (手のひら検出)モデルファイル:[ * mediapipe-models* ] レポジトリよりダウンロードしました。
5- - ` hand_landmark.tflite ` (ランドマーク検出)モデルファイル:[ * mediapipe* ] レポジトリよりダウンロードしました。
6- - ` anchors.csv ` ファイルと` hand_tracker.py ` ファイル:[ * hand_tracking* ] レポジトリよりダウンロードしました。
3+ Forked from : https://github.com/metalwhale/hand_tracking
74
8- ### 2. 実施方法
5+ ### 1. File Description
6+ - ` palm_detection_without_custom_op.tflite ` - For the Palm Detection with the custom operations
7+ - ` hand_landmark.tflite ` - For the Landmark detection
8+ - ` anchors.csv ` and ` hand_tracker.py ` for running those code.
9+
10+ ### 2. Setup
911```
10- $ pip install opencv-python tensorflow
11- $ python run.py
12+ $ git clone https://github.com/aswinkumar1999/hand_tracking.git
13+ $ pip3 install opencv-python tensorflow
14+ $ python3 run.py
1215```
1316
14- ### 3. 結果
15- ![ Result] ( /output.gif?raw=true " Result ")
17+ ### 3. Other Useful Resources
18+ [ mediapipe-models] ( https://github.com/junhwanjang/mediapipe-models/tree/master/palm_detection/mediapipe_models )
19+
20+ [ mediapipe] ( https://github.com/google/mediapipe/tree/master/mediapipe/models )
1621
17- [ *mediapipe-models* ] : https://github.com/junhwanjang/mediapipe-models/tree/master/palm_detection/mediapipe_models
18- [ *mediapipe* ] : https://github.com/google/mediapipe/tree/master/mediapipe/models
19- [ *hand_tracking* ] : https://github.com/wolterlw/hand_tracking
22+ [ hand_tracking] ( https://github.com/wolterlw/hand_tracking )
23+
24+ ### 4. Output
25+ ![ Result] ( /output.gif?raw=true " Result ")
You can’t perform that action at this time.
0 commit comments