SeokjaeLIM / DSLR-release

Deep Stacked Laplacian Restorer for Low-light Image Enhancement

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DSLR-release

This repository is a Pytorch implementation of the paper "DSLR: Deep Stacked Laplacian Restorer for Low-light Image Enhancement"

Seokjae Lim and Wonjun Kim
IEEE Transactions on Multimedia

When using this code in your research, please cite the following paper:

Seokjae Lim and Wonjun Kim, "DSLR: Deep Stacked Laplacian Restorer for Low-light Image Enhancement," IEEE Transactions on Multimedia DOI:10.1109/TMM.2020.3039361.

Experimental results with state-of-the art methods on the MIT-Adobe FiveK dataset

example1 Test samples from the MIT-Adobe FiveK dataset and corresponding enhancement results by previous methods and the proposed DSLR. (a) Origianl input. (b) CLAHE. (c) LDR. (d) LIME. (e) HDRNet. (f) DR. (g) DPE. (h) UPE. (i) DSLR (proposed). (j) Ground truth

Experimental results with state-of-the art methods on the MIT-Adobe FiveK dataset

example2 More examples of enhancement results on the MIT-Adobe FiveK dataset. (a) Origianl input. (b) CLAHE. (c) LDR. (d) LIME. (e) HDRNet. (f) DR. (g) DPE. (h) UPE. (i) DSLR (proposed). (j) Ground truth

Experimental results with state-of-the art methods on our own dataset

example3 Test samples from our own dataset and corresponding enhancement results by previous methods and the proposed DSLR. (a) Origianl input. (b) CLAHE. (c) LDR. (d) LIME. (e) HDRNet. (f) DR. (g) DPE. (h) UPE. (i) DSLR (proposed).

Experimental results with state-of-the art methods on our own dataset

example4 More examples of enhancement results on our own dataset. (a) Origianl input. (b) CLAHE. (c) LDR. (d) LIME. (e) HDRNet. (f) DR. (g) DPE. (h) UPE. (i) DSLR (proposed).

Requirements

  • Python >= 3.5
  • Pytorch 0.4.0
  • Ubuntu 16.04
  • CUDA 8 (if CUDA available)
  • cuDNN (if CUDA available)

Pretrained models

You can download pretrained DSLR model

Note

  1. you should place the weights in the ./data/model/
  2. Dataset is also placed in the ./data directory (i.e., ./data/training_dataset)
  3. Testset is placed in the ./data/test/input directory
  4. test results are saved in the ./data/result/

Training

  • DSLR: Deep Stacked Laplacian Restorer training
python main.py n

Testing

  • DSLR: Deep Stacked Laplacian Restorer testing
python test.py t

About

Deep Stacked Laplacian Restorer for Low-light Image Enhancement

License:Apache License 2.0


Languages

Language:Python 100.0%