This project aims to understand the idea of the paper ,"Neighbor2Neighbor:Self-Supervised Denoising From Single Noisy Images". Since this code is an unofficial implementation, some details may differ from the original description in the paper. To make it easier to understand the underlying theory, All the codes are written by Python and Tensorflow.
All the results are tested on SIDD Validation Dataset
Noisy Image | denoised Result |
---|---|
Testing files, including trained model, are uploaded. The main testing file is "test.py", which can easily run by input the command .
python test.py -s saves -n nets.Unet -d dataDir -r resultDir
The "dataDir" specifies the testing data directory, and the "resultDir" is the path for saving result.
For rendering the '.mat' data, using the Simple Camera Pipline.
More training files will be uploaded as soon as possible. To be continue ...