From e3caa577bec5db46aaf45807679aff306adde0e1 Mon Sep 17 00:00:00 2001 From: Xintao Date: Wed, 5 Sep 2018 22:16:48 +0800 Subject: [PATCH] Create README.md --- models/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 models/README.md diff --git a/models/README.md b/models/README.md new file mode 100644 index 0000000..7408c93 --- /dev/null +++ b/models/README.md @@ -0,0 +1,9 @@ +## Place pretrained models here. + +We provide two pretrained models: + +1. `RRDB_ESRGAN_x4.pth`: the final ESRGAN model we used in our [paper](https://arxiv.org/abs/1809.00219). +2. `RRDB_PSNR_x4.pth`: the PSNR-oriented model with **high PSNR** (now achieves state-of-the-art PSNR performace). + +*Note that* the pretrained models are trained under the `MATLAB bicubic` kernel. +If the downsampled kernel is different from that, the results may have artifacts.