Zheng-MJ commited on
Commit
feba69f
1 Parent(s): 9330ae9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -3
app.py CHANGED
@@ -89,16 +89,20 @@ load_network(model, MODEL_NAME, strict=True, param_key='params')
89
 
90
 
91
 
92
- title = "See More Details"
93
- description = ''' ### [ECCV 2024] SMFANet: A Lightweight Self-Modulation Feature Aggregation Network for Efficient Image Super-Resolution
94
 
95
  #### [Mingjun Zheng](https://github.com/Zheng-MJ), [Long Sun](https://github.com/sunny2109), [Jiangxin Dong](https://scholar.google.com/citations?user=ruebFVEAAAAJ&hl=zh-CN&oi=ao), and [Jinshan Pan](https://jspan.github.io/)
96
 
97
  #### [IMAG Lab](https://imag-njust.net/), Nanjing University of Science and Technology
98
 
99
 
100
- #### 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.
 
 
 
101
 
 
102
  <br>
103
 
104
  <code>
 
89
 
90
 
91
 
92
+ title = "[ECCV 2024] SMFANet: A Lightweight Self-Modulation Feature Aggregation Network for Efficient Image Super-Resolution"
93
+ description = '''
94
 
95
  #### [Mingjun Zheng](https://github.com/Zheng-MJ), [Long Sun](https://github.com/sunny2109), [Jiangxin Dong](https://scholar.google.com/citations?user=ruebFVEAAAAJ&hl=zh-CN&oi=ao), and [Jinshan Pan](https://jspan.github.io/)
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
+ ***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).*
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>