sanghyun-son / EDSR-PyTorch

PyTorch version of the paper 'Enhanced Deep Residual Networks for Single Image Super-Resolution' (CVPRW 2017)
MIT License
2.44k stars 671 forks source link

EDSR_baseline pretrained model file #102

Closed Zheng222 closed 5 years ago

Zheng222 commented 5 years ago

@thstkdgus35 Hello, I cannot find the EDSR_baseline pretrained model for ×2, ×3, and ×4. Could you please provide these files?

AbdulMoqeet commented 5 years ago

https://cv.snu.ac.kr/research/EDSR/model_pytorch.tar

Zheng222 commented 5 years ago

@Abdul--Muqeet , this tar file contains EDSR pretrained model (not EDSR_baseline).

sanghyun-son commented 5 years ago

Hi.

You can use a --pre_train download argument to download and load those pre-trained files.

Thank you