xinntao / ESRGAN

ECCV18 Workshops - Enhanced SRGAN. Champion PIRM Challenge on Perceptual Super-Resolution. The training codes are in BasicSR.
https://github.com/xinntao/BasicSR
Apache License 2.0
6.02k stars 1.07k forks source link

differenct about ESRGAN and PSNR #8

Closed suke27 closed 6 years ago

suke27 commented 6 years ago

hello, I check the 2 pretrained models that you provided, what is difference about 2 models. different training dataset or different loss function.

suke27 commented 6 years ago

by the way, do you have pretrained model for x8?

xinntao commented 6 years ago

@suke27

RRDB_PSNR_x4.pth is the model trained with L1 loss and want to achieve higher PSNR. RRDB_ESRGAN_x4.pth is the model trained for high visually perceptual quality, with another VGG and GAN loss.

  1. I have not trained x8 models.