qc903113684 commited on
Commit
2d0beac
·
verified ·
1 Parent(s): 89c2fd7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -5
README.md CHANGED
@@ -1,5 +1,38 @@
1
- ---
2
- license: other
3
- license_name: aimet-model-zoo-license
4
- license_link: https://github.com/quic/aimet-model-zoo/blob/develop/LICENSE.pdf
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: aimet-model-zoo-license
4
+ license_link: https://github.com/quic/aimet-model-zoo/blob/develop/LICENSE.pdf
5
+ pipeline_tag: image-to-image
6
+ tags:
7
+ - AIoT
8
+ - QNN
9
+ ---
10
+
11
+ ![](https://aiot.aidlux.com/_next/image?url=%2Fapi%2Fv1%2Ffiles%2Fmodel%2Fcover%2F20250321053616_%25E5%259B%25BE1%402x.png&w=640&q=75)
12
+
13
+ ## XLSR (Extreme Lightweight Super Resolution): Super Resolution
14
+
15
+ XLSR is an ultra-lightweight image super-resolution model designed for mobile devices, featuring extremely low parameter count and model size. It supports quantization acceleration to enable efficient image upscaling and enhancement in resource-constrained environments. With hardware-aware design and Clipped ReLU activation, XLSR maintains strong reconstruction quality after quantization, making it suitable for real-time video processing and on-device image enhancement.
16
+
17
+ ### Source model
18
+
19
+ - Input shape: 1x3x128x128
20
+ - Number of parameters: 0.03M
21
+ - Model size: 172KB
22
+ - Output shape: 1x3x512x512
23
+
24
+ The source model can be found [here](https://github.com/quic/aimet-model-zoo/tree/develop/aimet_zoo_torch/xlsr)
25
+
26
+ ## Performance Reference
27
+
28
+ Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
29
+
30
+ ## Inference & Model Conversion
31
+
32
+ Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
33
+
34
+ ## License
35
+
36
+ - Source Model: [AIMET-MODEL-ZOO](https://github.com/quic/aimet-model-zoo/blob/develop/LICENSE.pdf)
37
+
38
+ - Deployable Model: [AIMET-MODEL-ZOO](https://github.com/quic/aimet-model-zoo/blob/develop/LICENSE.pdf)