Unofficial implement of Deep Burst Denoising https://arxiv.org/abs/1712.05790
requirement.txt
Use SIDD dataset. Have two folder : noisy image and ground true image
Input folder have struct :
/
/noise
/[scene_instance]
/[image].PNG
/gt
/[scene_instance]
/[image].PNG
python train.py -n /home/dell/Downloads/FullTest/noisy -g /home/dell/Downloads/FullTest/clean -sz 256 -nw 8 -bs 2 -ep 100 -se 100 --type single -r SFD_C_99.pth.tar
python train.py -n /home/dell/Downloads/FullTest/noisy -g /home/dell/Downloads/FullTest/clean -sz 256 -nw 8 -bs 2 -ep 100 -se 100 --type multi -r MFD_C_99.pth.tar
[1] https://arxiv.org/abs/1712.05790 , Godard, Clément, Kevin Matzen, and Matt Uyttendaele. "Deep burst denoising." Proceedings of the European Conference on Computer Vision (ECCV). 2018.