cszn / DnCNN

Beyond a Gaussian Denoiser: Residual Learning of Deep CNN for Image Denoising (TIP, 2017)
https://cszn.github.io/
1.42k stars 534 forks source link

About simultaneous denoise and super resolution task #66

Open bittergourd1224 opened 4 years ago

bittergourd1224 commented 4 years ago

In the paper, I see you proposed a DnCNN-3 model which can either denoise a picture or perform super resolution on a picture. However if I want to denoise a picutre and perform super resolution on it at the same time, is this model capable of this task? I trained a model by myself but the result is very poor if the input is both noisy and bicubic magnified. Could you offer me some advice on it?