Eugene Siow
commited on
Commit
•
b67a94b
1
Parent(s):
7d258af
Add x2 scale model.
Browse files- README.md +5 -5
- pytorch_model_2x.pt +3 -0
README.md
CHANGED
@@ -106,18 +106,18 @@ Evaluation datasets include:
|
|
106 |
|
107 |
The results columns below are represented below as `PSNR/SSIM`. They are compared against a Bicubic baseline.
|
108 |
|
109 |
-
|Dataset |Scale |Bicubic |msrn
|
110 |
|--- |--- |--- |--- |
|
111 |
-
|Set5 |2x |33.64/0.9292 |
|
112 |
|Set5 |3x |30.39/0.8678 |**35.12/0.9409** |
|
113 |
|Set5 |4x |28.42/0.8101 |**32.19/0.8951** |
|
114 |
-
|Set14 |2x |30.22/0.8683 |
|
115 |
|Set14 |3x |27.53/0.7737 |**31.08/0.8593** |
|
116 |
|Set14 |4x |25.99/0.7023 |**28.78/0.7862** |
|
117 |
-
|BSD100 |2x |29.55/0.8425 |
|
118 |
|BSD100 |3x |27.20/0.7382 |**29.67/0.8198** |
|
119 |
|BSD100 |4x |25.96/0.6672 |**28.53/0.7657** |
|
120 |
-
|Urban100 |2x |26.66/0.8408 |
|
121 |
|Urban100 |3x | |**29.31/0.8743** |
|
122 |
|Urban100 |4x |23.14/0.6573 |**26.12/0.7866** |
|
123 |
|
|
|
106 |
|
107 |
The results columns below are represented below as `PSNR/SSIM`. They are compared against a Bicubic baseline.
|
108 |
|
109 |
+
|Dataset |Scale |Bicubic |msrn |
|
110 |
|--- |--- |--- |--- |
|
111 |
+
|Set5 |2x |33.64/0.9292 |**38.08/0.9609** |
|
112 |
|Set5 |3x |30.39/0.8678 |**35.12/0.9409** |
|
113 |
|Set5 |4x |28.42/0.8101 |**32.19/0.8951** |
|
114 |
+
|Set14 |2x |30.22/0.8683 |**33.75/0.9183** |
|
115 |
|Set14 |3x |27.53/0.7737 |**31.08/0.8593** |
|
116 |
|Set14 |4x |25.99/0.7023 |**28.78/0.7862** |
|
117 |
+
|BSD100 |2x |29.55/0.8425 |**33.82/0.9258** |
|
118 |
|BSD100 |3x |27.20/0.7382 |**29.67/0.8198** |
|
119 |
|BSD100 |4x |25.96/0.6672 |**28.53/0.7657** |
|
120 |
+
|Urban100 |2x |26.66/0.8408 |**32.14/0.9287** |
|
121 |
|Urban100 |3x | |**29.31/0.8743** |
|
122 |
|Urban100 |4x |23.14/0.6573 |**26.12/0.7866** |
|
123 |
|
pytorch_model_2x.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bfb9115db44b1001bd420e03200ffd0f91ef1b67a30faebfc332a96b937d60d6
|
3 |
+
size 23752331
|