- Install Dependancies
pip3 install -r requirements.txt
- Run model on custom dataset
python3 eval.py --output <output-dir> --input <input-dir>
- Training script we used to train out models
python3 train.py
We used LOL-v1
dataset from Deep Retinex Decomposition for Low-Light Enhancement for training and evaluation. The dataset is added to this repo no need to download it from other sources.