Hello, thanks for releasing the DDNM code.
I ran into a couple of issues when trying the noisy versions of the SRx4 and deblurring tasks:
-
For deblur_gauss, using --add_noise and --sigma_y 0.05 gives very poor results. The PSNR drops below 10, which seems unexpected. It might be that the noise isn't being handled correctly?
-
For sr_bicubic, using --add_noise raises a NotImplementedError saying that SRConv does not implement the lambda function. It looks like the noisy version might not be supported in this case.
Could you please let me know whether these noisy settings are expected to work?
Thanks again!