Update README.md
Browse files
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 |
+
.png&w=640&q=75)
|
12 |
+
|
13 |
+
## QuickSRNetMedium: 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: 59.58KB
|
21 |
+
- Model size: 244KB
|
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)
|