Create README.md

This commit is contained in:
Xintao 2018-09-05 22:16:48 +08:00 committed by GitHub
parent 53a31d7a4e
commit e3caa577be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
models/README.md Normal file
View File

@ -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.