qc903113684 commited on
Commit
72d88ef
·
verified ·
1 Parent(s): 0b7755a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -5
README.md CHANGED
@@ -1,5 +1,34 @@
1
- ---
2
- license: other
3
- license_name: aplux-model-farm-license
4
- license_link: https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: aplux-model-farm-license
4
+ license_link: https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf
5
+ ---
6
+
7
+ ![](https://aiot.aidlux.com/_next/image?url=%2Fapi%2Fv1%2Ffiles%2Fmodel%2Fcover%2F%25E5%259B%25BE-44.png&w=640&q=75)
8
+
9
+ ## MediaPipe-Hand: Gesture Recognition
10
+
11
+ MediaPipe Hands is a real-time hand tracking and gesture recognition framework developed by Google, based on deep learning. This model can detect and track hands using a single RGB camera, identifying 21 key points of the hand and fingers. MediaPipe Hands employs a lightweight convolutional neural network, allowing it to achieve high-precision gesture recognition and hand tracking with low latency. The algorithm first uses a palm detector to locate the hand, followed by refining the position of key hand points. Its efficiency makes MediaPipe Hands widely used in applications such as virtual reality, gesture control, and augmented reality, providing robust support for real-time interaction systems.
12
+
13
+ ### Source model
14
+
15
+ - Input shape: [1x3x256x256], [1x3x256x256]
16
+ - Number of parameters:1.76M, 2.01M
17
+ - Model size:7.11MB, 8.09MB
18
+ - Output shape: [1x2944x18, 1x2944x1], [1,1,1x21x3]
19
+
20
+ Source model repository: [MediaPipe-Hand](https://github.com/zmurez/MediaPipePyTorch/)
21
+
22
+ ## Performance Reference
23
+
24
+ Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
25
+
26
+ ## Inference & Model Conversion
27
+
28
+ Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
29
+
30
+ ## License
31
+
32
+ - Source Model: [APACHE-2.0](https://github.com/zmurez/MediaPipePyTorch/blob/master/LICENSE)
33
+
34
+ - Deployable Model: [APLUX-MODEL-FARM-LICENSE](https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf)