sanghyun-son / EDSR-PyTorch

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

Denoising model in "Residual Dense Network for Image Restoration" #352

Open shengyenlin opened 12 months ago

shengyenlin commented 12 months ago

Hi,

First, thanks for your amazing work. I found this repo from the original implementation repo of RDN . On their repo page, they state that this repo contains the model implemented in PyTorch.

However, I couldn't find any de-noising RDN model in this repo. I'm not sure if I lost something, or this repo only implements their SR models.

I would be more than grateful if you could provide advice on this matter.

Thanks in advance.