About clipping additive noise
yueruchen opened this issue · comments
Hi, thanks for sharing this work.
I have a question about AWGN denoising task. When building the noisy examples, do you clip the noisy images to [0, 255] or use unbounded images, on both training and testing?
Thanks
Unbounded. You can find the details in KAIR.
Thanks!