DIDN icon indicating copy to clipboard operation
DIDN copied to clipboard

the output of the model is the same noisy image

Open mohameddhaifbelja opened this issue 4 years ago • 1 comments

I am trying to test the code on noisy images, the original images are noisy images however for I assign noiseSigma to 0 when generating the dataset, that way the noisy and orginal dataset contains the same values. In this case the model outputs the same noisy image I started with

mohameddhaifbelja avatar Aug 08 '20 23:08 mohameddhaifbelja

Original images should be clean images, and setting noiseSigma bigger than 0 can add Gaussian noise to the clean images.

SonghyunYu avatar Aug 13 '20 07:08 SonghyunYu