PyTorch code for our paper" DLEN: Deep Laplacian Enhancement Networks for Low-Light Images "
cd DLEN
pip install -r ./requirements.txt
Download the datasets and pretrained models first. Please prepare the basic folder structure as follows.
/DLEN
/src # config files for datasets and PSNR and SSIM code
/models # python files for DLEN
/pretrained_models # folder for pretrained models
requirements.txt
README.md
# put datasets and pretrained model in the corresponding directory
cd DLEN
python test.py
The source code for training our DLEN will be available after the publication of the paper.