Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 752 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 752 Bytes

Licent

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 

Citation

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.

License and Acknowledgement

The code and models in this repo are for research purposes only. The code is bulit upon Gladnet.