You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Applied Research Center (ARC), Tencent PCG; Shenzhen Institutes of Advanced Technology, Chinese Academy of Sciences
10
10
11
+
<palign="center">
12
+
<imgsrc="assets/teaser.jpg">
13
+
</p>
14
+
11
15
#### Abstract
12
16
13
17
Though many attempts have been made in blind super-resolution to restore low-resolution images with unknown and complex degradations, they are still far from addressing general real-world degraded images. In this work, we extend the powerful ESRGAN to a practical restoration application (namely, Real-ESRGAN), which is trained with pure synthetic data. Specifically, a high-order degradation modeling process is introduced to better simulate complex real-world degradations. We also consider the common ringing and overshoot artifacts in the synthesis process. In addition, we employ a U-Net discriminator with spectral normalization to increase discriminator capability and stabilize the training dynamics. Extensive comparisons have shown its superior visual performance than prior works on various real datasets. We also provide efficient implementations to synthesize training pairs on the fly.
@@ -27,20 +31,16 @@ We are cleaning the training codes. It will be finished on 23 or 24, July.
27
31
28
32
---
29
33
30
-
You can download **Windows executable files** from https://https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN-ncnn-vulkan.zip
34
+
You can download **Windows executable files** from https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN-ncnn-vulkan.zip
This executable file is based on the wonderful [ncnn project](https://github.com/Tencent/ncnn)and [realsr-ncnn-vulkan](https://github.com/nihui/realsr-ncnn-vulkan)
41
+
Note that it may introduce block artifacts (and also generate slightly different results from the PyTorch implementation), because this executable file first crops the input image into several tiles, and then processes them separately, finally stitches together.
38
42
39
-
---
40
-
41
-
<palign="center">
42
-
<imgsrc="assets/teaser.jpg">
43
-
</p>
43
+
This executable file is based on the wonderful [ncnn project](https://github.com/Tencent/ncnn) and [realsr-ncnn-vulkan](https://github.com/nihui/realsr-ncnn-vulkan).
44
44
45
45
---
46
46
@@ -69,12 +69,12 @@ This executable file is based on the wonderful [ncnn project](https://github.com
0 commit comments