Wanli commited on
Commit
5e47c84
·
1 Parent(s): 06ca052

Update handpose estimation model from MediaPipe (2023feb) (#133)

Browse files

* update handpose model

* update quantize model

* fix quantize path

* update readme of quantization and benchmark result

* fix document

Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -7,6 +7,9 @@ This model detects palm bounding boxes and palm landmarks, and is converted from
7
  - SSD Anchors are generated from [GenMediaPipePalmDectionSSDAnchors](https://github.com/VimalMollyn/GenMediaPipePalmDectionSSDAnchors)
8
 
9
 
 
 
 
10
  ## Demo
11
 
12
  Run the following commands to try the demo:
 
7
  - SSD Anchors are generated from [GenMediaPipePalmDectionSSDAnchors](https://github.com/VimalMollyn/GenMediaPipePalmDectionSSDAnchors)
8
 
9
 
10
+ **Note**:
11
+ - Visit https://google.github.io/mediapipe/solutions/models.html#hands for models of larger scale.
12
+
13
  ## Demo
14
 
15
  Run the following commands to try the demo: