Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

18 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages