qc903113684 commited on
Commit
28b9a94
·
verified ·
1 Parent(s): 66adad2

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
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
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%2F20250320024554_%25E5%259B%25BE1(2).png&w=640&q=75)
12
+
13
+ ## QuickSRNetLarge: Super Resolution
14
+
15
+ QuickSRNet is a lightweight real-time image super-resolution model optimized for mobile and edge devices, efficiently enhancing image resolution under low computational resources. It employs a streamlined residual architecture with shallow feature reuse and efficient channel attention, minimizing parameters while improving detail reconstruction (e.g., edge sharpening and texture recovery). Supporting 2x/4x upscaling, its dynamic upsampling module adaptively balances speed and quality, achieving PSNR/SSIM metrics close to complex models (e.g., EDSR) with significantly faster inference. Ideal for real-time video enhancement, mobile image processing, and IoT devices, it delivers an efficient solution for resource-constrained environments.
16
+
17
+ ### Source model
18
+
19
+ - Input shape: 1x3x128x128
20
+ - Number of parameters: 425.67KB
21
+ - Model size: 1.67M
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/quicksrnet)
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)