DIDN
DIDN copied to clipboard
the output of the model is the same noisy image
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
Original images should be clean images, and setting noiseSigma bigger than 0 can add Gaussian noise to the clean images.