joeylitalien / noise2noise-pytorch

PyTorch Implementation of Noise2Noise (Lehtinen et al., 2018)
MIT License
304 stars 61 forks source link

Using my own noisy-noisy pairs #9

Open AliMaleky7997 opened 4 years ago

AliMaleky7997 commented 4 years ago

Dear Authors,

There are no instructions on how to use the code for my own noisy-noisy pairs. The current code takes a dataset of images as input and applies two independent noises on each instance, leading to pairs of noisy-noisy train set. But what if I already have my own pairs of noisy-noisy images and want to train the network on them? Is this possible with current architecture?

Best, Ali.