qc903113684 commited on
Commit
37d4590
·
verified ·
1 Parent(s): 8c09ad1

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%2F20250327023243_%25E4%25BC%2581%25E4%25B8%259A%25E5%25BE%25AE%25E4%25BF%25A1%25E6%2588%25AA%25E5%259B%25BE_17430427511882.png&w=640&q=75)
8
+
9
+ ## LiteHRNet:Pose Estimation
10
+
11
+ LiteHRNet is a lightweight high-resolution network designed for real-time computer vision tasks like pose estimation. Optimized from the HRNet architecture, it reduces computational redundancy and parameters while preserving multi-scale feature fusion, enabling efficient deployment on mobile or resource-constrained devices. Its core strength lies in high-resolution detail retention and efficient feature extraction, supporting applications such as human pose estimation, facial landmark detection, and action recognition in scenarios like smart surveillance, mobile fitness coaching, and AR interaction. Challenges include balancing accuracy with speed, maintaining multi-scale information in compact models, and ensuring cross-device compatibility.
12
+
13
+ ### Source model
14
+
15
+ - Input shape: 1x3x256x192
16
+ - Number of parameters: 1.08M
17
+ - Model size: 13.82M
18
+ - Output shape: 17x2, 17, 17x64x48
19
+
20
+ The source model can be found [here](https://github.com/HRNet/Lite-HRNet)
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/HRNet/Lite-HRNet/blob/hrnet/LICENSE)
33
+
34
+ - Deployable Model: [APLUX-MODEL-FARM-LICENSE](https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf)