Wanli
commited on
Commit
·
f43147d
1
Parent(s):
e2e9bc1
update and modify documentation (#161)
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ This model is converted from TFlite to ONNX using following tools:
|
|
10 |
|
11 |
**Note**:
|
12 |
- The int8-quantized model may produce invalid results due to a significant drop of accuracy.
|
13 |
-
- Visit https://
|
14 |
|
15 |
## Demo
|
16 |
|
@@ -19,7 +19,7 @@ Run the following commands to try the demo:
|
|
19 |
# detect on camera input
|
20 |
python demo.py
|
21 |
# detect on an image
|
22 |
-
python demo.py -i /path/to/image
|
23 |
```
|
24 |
|
25 |
### Example outputs
|
@@ -32,6 +32,7 @@ All files in this directory are licensed under [Apache 2.0 License](./LICENSE).
|
|
32 |
|
33 |
## Reference
|
34 |
|
35 |
-
- MediaPipe Handpose: https://
|
36 |
-
- MediaPipe hands model and model card: https://
|
|
|
37 |
- Int8 model quantized with rgb evaluation set of FreiHAND: https://lmb.informatik.uni-freiburg.de/resources/datasets/FreihandDataset.en.html
|
|
|
10 |
|
11 |
**Note**:
|
12 |
- The int8-quantized model may produce invalid results due to a significant drop of accuracy.
|
13 |
+
- Visit https://github.com/google/mediapipe/blob/master/docs/solutions/models.md#hands for models of larger scale.
|
14 |
|
15 |
## Demo
|
16 |
|
|
|
19 |
# detect on camera input
|
20 |
python demo.py
|
21 |
# detect on an image
|
22 |
+
python demo.py -i /path/to/image -v
|
23 |
```
|
24 |
|
25 |
### Example outputs
|
|
|
32 |
|
33 |
## Reference
|
34 |
|
35 |
+
- MediaPipe Handpose: https://developers.google.com/mediapipe/solutions/vision/hand_landmarker
|
36 |
+
- MediaPipe hands model and model card: https://github.com/google/mediapipe/blob/master/docs/solutions/models.md#hands
|
37 |
+
- Handpose TFJS:https://github.com/tensorflow/tfjs-models/tree/master/handpose
|
38 |
- Int8 model quantized with rgb evaluation set of FreiHAND: https://lmb.informatik.uni-freiburg.de/resources/datasets/FreihandDataset.en.html
|