Transformers
MDSR
super-image
image-super-resolution
Inference Endpoints
Eugene Siow commited on
Commit
3938ffa
1 Parent(s): 4609933

Add x2 and x3 models.

Browse files
Files changed (3) hide show
  1. README.md +8 -8
  2. pytorch_model_2x.pt +3 -0
  3. pytorch_model_3x.pt +3 -0
README.md CHANGED
@@ -111,17 +111,17 @@ The results columns below are represented below as `PSNR/SSIM`. They are compare
111
 
112
  |Dataset |Scale |Bicubic |mdsr-bam |
113
  |--- |--- |--- |--- |
114
- |Set5 |2x |33.64/0.9292 |**** |
115
- |Set5 |3x |30.39/0.8678 |**** |
116
  |Set5 |4x |28.42/0.8101 |**32.19/0.8949** |
117
- |Set14 |2x |30.22/0.8683 |**** |
118
- |Set14 |3x |27.53/0.7737 |**** |
119
  |Set14 |4x |25.99/0.7023 |**28.73/0.7847** |
120
- |BSD100 |2x |29.55/0.8425 |**** |
121
- |BSD100 |3x |27.20/0.7382 |**** |
122
  |BSD100 |4x |25.96/0.6672 |**28.5/0.7645** |
123
- |Urban100 |2x |26.66/0.8408 |**** |
124
- |Urban100 |3x | |**** |
125
  |Urban100 |4x |23.14/0.6573 |**26.02/0.7834** |
126
 
127
  ![Comparing Bicubic upscaling against the models x4 upscaling on Set5 Image 2](images/mdsr_2_4_compare.png "Comparing Bicubic upscaling against the models x4 upscaling on Set5 Image 2")
111
 
112
  |Dataset |Scale |Bicubic |mdsr-bam |
113
  |--- |--- |--- |--- |
114
+ |Set5 |2x |33.64/0.9292 |**38/0.9607** |
115
+ |Set5 |3x |30.39/0.8678 |**35.07/0.9402** |
116
  |Set5 |4x |28.42/0.8101 |**32.19/0.8949** |
117
+ |Set14 |2x |30.22/0.8683 |**33.68/0.9182** |
118
+ |Set14 |3x |27.53/0.7737 |**31.04/0.8582** |
119
  |Set14 |4x |25.99/0.7023 |**28.73/0.7847** |
120
+ |BSD100 |2x |29.55/0.8425 |**33.77/0.9253** |
121
+ |BSD100 |3x |27.20/0.7382 |**29.62/0.8188** |
122
  |BSD100 |4x |25.96/0.6672 |**28.5/0.7645** |
123
+ |Urban100 |2x |26.66/0.8408 |**32.04/0.9272** |
124
+ |Urban100 |3x | |**29.16/0.8717** |
125
  |Urban100 |4x |23.14/0.6573 |**26.02/0.7834** |
126
 
127
  ![Comparing Bicubic upscaling against the models x4 upscaling on Set5 Image 2](images/mdsr_2_4_compare.png "Comparing Bicubic upscaling against the models x4 upscaling on Set5 Image 2")
pytorch_model_2x.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fffd2f7bc8418996886a6a0373f9adede0aa72196a98aafb50fcf53e2bafbfae
3
+ size 10989961
pytorch_model_3x.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b978805ed254fb41c321d8d84c93bf9d938e88c48b28d969c242cbd6563519fa
3
+ size 11728521