Update app.py
Browse files
app.py
CHANGED
@@ -96,15 +96,14 @@ description = '''
|
|
96 |
|
97 |
#### [IMAG Lab](https://imag-njust.net/), Nanjing University of Science and Technology
|
98 |
|
99 |
-
|
100 |
<p align="center">
|
101 |
-
<img width="800" src="assets/smfanet_arch.png">
|
102 |
</p>
|
103 |
-
|
104 |
|
105 |
#### Drag the slider on the super-resolution image left and right to see the changes in the image details. SeemoRe performs x4 upscaling on the input image.
|
106 |
-
<br>
|
107 |
|
|
|
108 |
<code>
|
109 |
@inproceedings{smfanet,
|
110 |
title={SMFANet: A Lightweight Self-Modulation Feature Aggregation Network for Efficient Image Super-Resolution},
|
|
|
96 |
|
97 |
#### [IMAG Lab](https://imag-njust.net/), Nanjing University of Science and Technology
|
98 |
|
|
|
99 |
<p align="center">
|
100 |
+
<img width="800" src="/assets/smfanet_arch.png">
|
101 |
</p>
|
102 |
+
###Network architecture of the proposed SMFANet. The proposed s SMFANet consists of a shallow feature extraction module, feature modulation blocks, and a lightweight image reconstruction module. Feature modulation block contains one self-modulation feature aggregation (SMFA) module and one partial convolution-based feed-forward network (PCFN).*
|
103 |
|
104 |
#### Drag the slider on the super-resolution image left and right to see the changes in the image details. SeemoRe performs x4 upscaling on the input image.
|
|
|
105 |
|
106 |
+
<br>
|
107 |
<code>
|
108 |
@inproceedings{smfanet,
|
109 |
title={SMFANet: A Lightweight Self-Modulation Feature Aggregation Network for Efficient Image Super-Resolution},
|