Skip to content

Commit c8f8db8

Browse files
Update README.md
1 parent bc316be commit c8f8db8

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

README.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
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")

0 commit comments

Comments
 (0)