Transformers
MSRN
super-image
image-super-resolution
Inference Endpoints
Eugene Siow commited on
Commit
cd43d33
1 Parent(s): a16c423

Add standardized decimal points for results.

Browse files
Files changed (1) hide show
  1. README.md +13 -12
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  license: apache-2.0
3
  tags:
 
4
  - image-super-resolution
5
  datasets:
6
  - div2k
@@ -108,18 +109,18 @@ The results columns below are represented below as `PSNR/SSIM`. They are compare
108
 
109
  |Dataset |Scale |Bicubic |msrn-bam |
110
  |--- |--- |--- |--- |
111
- |Set5 |2x |33.64/0.9292 |**38.023705/0.960794** |
112
- |Set5 |3x |30.39/0.8678 |**35.155403/0.940999** |
113
- |Set5 |4x |28.42/0.8101 |**32.263668/0.89554** |
114
- |Set14 |2x |30.22/0.8683 |**33.635643/0.917744** |
115
- |Set14 |3x |27.53/0.7737 |**30.974932/0.857354** |
116
- |Set14 |4x |25.99/0.7023 |**28.660543/0.782889** |
117
- |BSD100 |2x |29.55/0.8425 |**32.208752/0.899763** |
118
- |BSD100 |3x |27.20/0.7382 |**29.668056/0.820912** |
119
- |BSD100 |4x |25.96/0.6672 |**27.614033/0.736893** |
120
- |Urban100 |2x |26.66/0.8408 |**32.084557/0.927621** |
121
- |Urban100 |3x | |**29.314505/0.873682** |
122
- |Urban100 |4x |23.14/0.6573 |**26.100685/0.785711** |
123
 
124
  ![Comparing Bicubic upscaling against the models x2 upscaling on Set5 Image 2](images/msrn_2_4_compare.png "Comparing Bicubic upscaling against the models x2 upscaling on Set5 Image 2")
125
 
 
1
  ---
2
  license: apache-2.0
3
  tags:
4
+ - super-image
5
  - image-super-resolution
6
  datasets:
7
  - div2k
 
109
 
110
  |Dataset |Scale |Bicubic |msrn-bam |
111
  |--- |--- |--- |--- |
112
+ |Set5 |2x |33.64/0.9292 |**38.02/0.9607** |
113
+ |Set5 |3x |30.39/0.8678 |**35.16/0.9410** |
114
+ |Set5 |4x |28.42/0.8101 |**32.26/0.8955** |
115
+ |Set14 |2x |30.22/0.8683 |**33.63/0.9177** |
116
+ |Set14 |3x |27.53/0.7737 |**30.97/0.8574** |
117
+ |Set14 |4x |25.99/0.7023 |**28.66/0.7829** |
118
+ |BSD100 |2x |29.55/0.8425 |**32.20/0.8998** |
119
+ |BSD100 |3x |27.20/0.7382 |**29.67/0.8209** |
120
+ |BSD100 |4x |25.96/0.6672 |**27.61/0.7369** |
121
+ |Urban100 |2x |26.66/0.8408 |**32.08/0.9276** |
122
+ |Urban100 |3x | |**29.31/0.8737** |
123
+ |Urban100 |4x |23.14/0.6573 |**26.10/0.7857** |
124
 
125
  ![Comparing Bicubic upscaling against the models x2 upscaling on Set5 Image 2](images/msrn_2_4_compare.png "Comparing Bicubic upscaling against the models x2 upscaling on Set5 Image 2")
126