Home

Awesome

Low-light-Image-Enhancement

A Python implementation for the following papers:

Installation

This implementation runs on python >= 3.7, use pip to install dependencies:

pip install -r requirements.txt

You can also use conda to install dependencies:

conda install --file requirements.txt

Usage

Go to enhance.py, adjust your filepath and type the following command to run the operator:

python enhance.py

Result

Here are two examples for LIME:

Low light imageEnhanced image with LIME

Here are few examples for DUAL:

Low light imageAdjusted image with DUAL
Over-exposed imageAdjusted image with DUAL

Thanks

Thanks to the writers of the papers.

Also thanks for the explanations given here: