SonghyunYu
SonghyunYu
In our experiment, there was almost no difference in performance depending on the use of bias. So we removed it in the convolution layers as other prior studies did.
Original images should be clean images, and setting noiseSigma bigger than 0 can add Gaussian noise to the clean images.
Hi, This is the code for the paper (Gaussian RGB & grayscale image denoising), and we trained the model using SIDD dataset for the challenge. So you can train the...
I uploaded the pre-trained model for the ntire challenge! check the readme file.
Hi, ./data folder includes dataset generation .m files using matlab.
If it means input and output file names do not match, I think it would help to use the sorted() function to the 'origin_names' variable in the evaluation code like:...