DnCNN-tensorflow icon indicating copy to clipboard operation
DnCNN-tensorflow copied to clipboard

Denoise the same picture with different nets

Open sdlpkxd opened this issue 7 years ago • 1 comments

Hi, Thanks for your codes at the first. I am confused by a phenomenon. I have trained 3 nets with sigma = 5,10,15 respectively and I get a noised picture with sigma = 5. Then I used three trained nets to denoised the same picture, but I find the net trained with sigma = 5 performs worse than other two nets. And I find the nets with sigma = 15 performs best. I am confused by this phenomenon, do you know the reason?

sdlpkxd avatar Jan 18 '18 06:01 sdlpkxd

sigma is parameters based on human, not based net. it's a kind of hyperparameters

mmmusong avatar Aug 16 '18 13:08 mmmusong