qc903113684 commited on
Commit
274c5c0
·
verified ·
1 Parent(s): cc6d0d1

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%2F%25E5%259B%25BE-13.png&w=640&q=75)
8
+
9
+ ## ESRGAN:Image Super Resolution
10
+
11
+ ESRGAN (Enhanced Super-Resolution Generative Adversarial Networks) is an efficient and user-friendly deep learning framework designed for performing image super-resolution tasks. It adopts a SRResNet-based architecture and incorporates residual, contextual loss, perceptual loss, and adversarial loss. The aim is to train the generator and discriminator networks to restore image details while making the generated images more realistic.
12
+
13
+ ### Source model
14
+
15
+ - Input shape: 128x128
16
+ - Number of parameters: 16.69M
17
+ - Model size: 63.8MB
18
+ - Output shape: 1x3x512x512
19
+
20
+ Source model repository: [ESRGAN](https://github.com/xinntao/ESRGAN/)
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/xinntao/ESRGAN/blob/master/LICENSE)
33
+
34
+ - Deployable Model: [APLUX-MODEL-FARM-LICENSE](https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf)