TaoHuang2018 / Neighbor2Neighbor

Neighbor2Neighbor: Self-Supervised Denoising from Single Noisy Images
BSD 3-Clause "New" or "Revised" License
248 stars 39 forks source link

Estimation in local images #18

Open YangGangZhiQi opened 1 year ago

YangGangZhiQi commented 1 year ago

Hi, thanks for this great works. I trained the denoise networks in ILSVRC2012_img_val(with noisetype = gauss25) and my local sRGB dataset, using the same configure parameters. When testing the trained models, the first model preforms good as expected, while the last performs not so good and it sames like have little denoise affect. Testing in BSD datasets. From left to right, its clean image\add_noisy image\denoisy image. BSD300_077-001_clean_merge BSD300_081-001_clean_merge Testing in local images. Left is noisy input, right is denoise output. jf102701_200_raw_merge jf102702_783_raw_merge It sames like training with synthetic dataset, the model performs good, while training with real local noisy datasets, the model performs not so good. I would appreciate it if anyone could give some advice.