SHI-Labs/Pyramid-Attention-Networks

SR pretrained models

alvin-p opened this issue · 2 comments

I have downloaded the pretrained models for SR (x4) from google drive and tested them on Set5, Set14 and Urban100, however I do not achieve the PSNR/SSIM results from the paper. Are the model weights on google drive the correct ones?

Hi, if you correctly follow the instructions, it should exactly reproduce the results in paper. Please use this codebase to avoid any version problems when load pretrained models.
Here is my results:
Screenshot from 2021-04-24 16-44-23

You can also double check the results by first inference the outputs and evaluate the results using third party code like (https://github.com/yulunzhang/RNAN/blob/master/SR/experiment/PP_Evaluate_SR.m).

Thanks!