umzi commited on
Commit
c4b45fc
·
verified ·
1 Parent(s): 49c8ee8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -1,3 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Fourier Inception Gated Super Resolution
2
 
3
  The main idea of the model is to integrate the [FourierUnit](https://github.com/deng-ai-lab/SFHformer/blob/1f7994112b9ced9153edc7187e320e0383a9dfd3/models/SFHformer.py#L143) into the [GatedCNN](https://github.com/yuweihao/MambaOut/blob/main/models/mambaout.py#L119) pipeline in order to strengthen the model’s global perception with minimal computational overhead.
@@ -18,7 +33,7 @@ The FourierUnit adds feature processing in the frequency domain, expanding the e
18
 
19
  ### figsr
20
 
21
- <img src="figs/figsr.png" width="600"/>
22
 
23
  ### GDB FU
24
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - Phips/BHI
5
+ pipeline_tag: image-to-image
6
+ tags:
7
+ - SISR
8
+ - single-image-super-resolution
9
+ - super-resolution
10
+ - sota
11
+ - fourier-transform
12
+ - restoration
13
+ - sota-model
14
+ - figsr
15
+ ---
16
  # Fourier Inception Gated Super Resolution
17
 
18
  The main idea of the model is to integrate the [FourierUnit](https://github.com/deng-ai-lab/SFHformer/blob/1f7994112b9ced9153edc7187e320e0383a9dfd3/models/SFHformer.py#L143) into the [GatedCNN](https://github.com/yuweihao/MambaOut/blob/main/models/mambaout.py#L119) pipeline in order to strengthen the model’s global perception with minimal computational overhead.
 
33
 
34
  ### figsr
35
 
36
+ <img src="figs/FIDSR.png" width="600"/>
37
 
38
  ### GDB FU
39