Implementation of LiCENt: Low-Light Image Enhancement Using the Light Channel of HSL
use the link to download pretrained weights"https://drive.google.com/drive/folders/1SWzJQTOJ-OGLo8A00BxwwtSJ7cfYH-EG?usp=sharing"
use this command to test(add"--use_gpu 1" to test on gpu)
python main.py --phase test
use this command to train(add"--use_gpu 1" to train on gpu, use '--help' for other instruction)
python main.py --phase train
Garg, Atik, Xin-Wen Pan, and Lan-Rong Dung. "LiCENt: Low-Light Image Enhancement Using the Light Channel of HSL." IEEE Access 10 (2022): 33547-33560.
The code and models in this repo are for research purposes only. The code is bulit upon Gladnet.