qc903113684 commited on
Commit
c38fc64
·
verified ·
1 Parent(s): f5d5eb6

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: openpose-license
4
- license_link: https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/LICENSE
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: openpose-license
4
+ license_link: https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/LICENSE
5
+ ---
6
+
7
+ ![](https://aiot.aidlux.com/_next/image?url=%2Fapi%2Fv1%2Ffiles%2Fmodel%2Fcover%2F20250516113425_OpenPose%402x.png&w=640&q=75)
8
+
9
+ ## OpenPose: Pose Estimation
10
+
11
+ OpenPose, an open-source real-time multi-person pose estimation framework developed by Carnegie Mellon University, detects human body, hand, and facial key points. Using CNN and Part Affinity Fields (PAFs), it locates and associates joints in multi-person scenarios, widely applied in action recognition, motion analysis, human-computer interaction, and AR. Its strength lies in high-accuracy multi-person tracking and cross-platform compatibility (CPU/GPU), though resource-intensive for edge deployment. Challenges include occlusion handling, model optimization, and robustness in low-light conditions.
12
+
13
+ ## Source Model
14
+
15
+ - Input shape: 1x3x224xx224
16
+ - Number of parameters: 49.89M
17
+ - Model size: 200.04M
18
+ - Output shape: 1x38x28x28, 1x19x28x28
19
+
20
+ The source model can be found [here](https://github.com/CMU-Perceptual-Computing-Lab/openpose)
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: [OPENPOSE_LICENSE](https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/LICENSE)
33
+
34
+ - Deployable Model: [OPENPOSE_LICENSE](https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/LICENSE)