Wanli commited on
Commit ·
d503f01
1
Parent(s): eca876a
update and modify documentation (#161)
Browse files
README.md
CHANGED
|
@@ -4,11 +4,11 @@ This model detects palm bounding boxes and palm landmarks, and is converted from
|
|
| 4 |
|
| 5 |
- TFLite model to ONNX: https://github.com/onnx/tensorflow-onnx
|
| 6 |
- simplified by [onnx-simplifier](https://github.com/daquexian/onnx-simplifier)
|
| 7 |
-
- SSD Anchors are generated from [GenMediaPipePalmDectionSSDAnchors](https://github.com/VimalMollyn/GenMediaPipePalmDectionSSDAnchors)
|
| 8 |
|
|
|
|
| 9 |
|
| 10 |
**Note**:
|
| 11 |
-
- Visit https://
|
| 12 |
|
| 13 |
## Demo
|
| 14 |
|
|
@@ -18,7 +18,7 @@ Run the following commands to try the demo:
|
|
| 18 |
# detect on camera input
|
| 19 |
python demo.py
|
| 20 |
# detect on an image
|
| 21 |
-
python demo.py -i /path/to/image
|
| 22 |
|
| 23 |
# get help regarding various parameters
|
| 24 |
python demo.py --help
|
|
@@ -34,6 +34,7 @@ All files in this directory are licensed under [Apache 2.0 License](./LICENSE).
|
|
| 34 |
|
| 35 |
## Reference
|
| 36 |
|
| 37 |
-
- MediaPipe Handpose: https://
|
| 38 |
-
- MediaPipe hands model and model card: https://
|
|
|
|
| 39 |
- Int8 model quantized with rgb evaluation set of FreiHAND: https://lmb.informatik.uni-freiburg.de/resources/datasets/FreihandDataset.en.html
|
|
|
|
| 4 |
|
| 5 |
- TFLite model to ONNX: https://github.com/onnx/tensorflow-onnx
|
| 6 |
- simplified by [onnx-simplifier](https://github.com/daquexian/onnx-simplifier)
|
|
|
|
| 7 |
|
| 8 |
+
SSD Anchors are generated from [GenMediaPipePalmDectionSSDAnchors](https://github.com/VimalMollyn/GenMediaPipePalmDectionSSDAnchors)
|
| 9 |
|
| 10 |
**Note**:
|
| 11 |
+
- Visit https://github.com/google/mediapipe/blob/master/docs/solutions/models.md#hands for models of larger scale.
|
| 12 |
|
| 13 |
## Demo
|
| 14 |
|
|
|
|
| 18 |
# detect on camera input
|
| 19 |
python demo.py
|
| 20 |
# detect on an image
|
| 21 |
+
python demo.py -i /path/to/image -v
|
| 22 |
|
| 23 |
# get help regarding various parameters
|
| 24 |
python demo.py --help
|
|
|
|
| 34 |
|
| 35 |
## Reference
|
| 36 |
|
| 37 |
+
- MediaPipe Handpose: https://developers.google.com/mediapipe/solutions/vision/hand_landmarker
|
| 38 |
+
- MediaPipe hands model and model card: https://github.com/google/mediapipe/blob/master/docs/solutions/models.md#hands
|
| 39 |
+
- Handpose TFJS:https://github.com/tensorflow/tfjs-models/tree/master/handpose
|
| 40 |
- Int8 model quantized with rgb evaluation set of FreiHAND: https://lmb.informatik.uni-freiburg.de/resources/datasets/FreihandDataset.en.html
|