Skip to content
/ LSD2 Public

Joint Denoising and Deblurring of Short and Long Exposure Images with CNNs

Notifications You must be signed in to change notification settings

jannemus/LSD2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LSD2

Keras implementation of the method:
LSD2 -- Joint Denoising and Deblurring of Short and Long Exposure Images with CNNs [arXiv]

Testing

Download the weights for LSD2 from here and put them to the checkpoints folder.

To process the images in the folder input/test/..., execute:
python predict.py

Output images will be saved to output/test/.... Note that the network expects a pair of short and long exposure images taken with specific camera settings. It will probably not work with other kinds of inputs.

Training

To train your own model, execute:
python train.py

The folders input/train/... and input/val/... contain a few training and validation images. You can replace them with your own.

Android image acquisition software

Soon to be uploaded.

Citation

If you find our code helpful in your research or work, please cite our paper.

@InProceedings{Mustaniemi_2020_BMVC,
  author = {Mustaniemi, Janne and Kannala, Juho and Matas, Jiri and Särkkä, Simo and Heikkilä, Janne},
  title = {LSD_2 - Joint Denoising and Deblurring of Short and Long Exposure Images with CNNs},
  booktitle = {The 31st British Machine Vision Virtual Conference (BMVC)},
  month = {September},
  year = {2020}
}

About

Joint Denoising and Deblurring of Short and Long Exposure Images with CNNs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages