Results 3 comments of XuDongHecs

If we know gt_noise, is this task still blind denoise?

---python clean_patch = image[i:i + image_size, j:j + image_size] x[sample_id] = self.source_noise_model(clean_patch) y[sample_id] = self.target_noise_model(clean_patch) --- this means you train with input clean data + noise and output is org...

if you solve this problem. contact me! ---Original--- From: "araleqiu"