LoLI-Street: Benchmarking Low-Light Image Enhancement and Beyond (Paper)
Md Tanvir Islam 1, Inzamamul Alam 1, Simon S. Woo 1, *, Saeed Anwar 2, IK Hyun Lee 3, Khan Muhammad 1, *
| 1. Sungkyunkwan University, South Korea | 2. ANU, Australia | 3. Tech University of Korea, South Korea || *Corresponding Author |
- Trained weights will be uploaded soon.
- Proposed TriFuse model code is updated.
- Dataset is uploaded online.
- Kaggle: https://www.kaggle.com/datasets/tanvirnwu/loli-street-low-light-image-enhancement-of-street
- Google Drive: https://drive.google.com/file/d/1xfATFqrYvMU5a4eLJ5iMi7PVts1x3mmi/view?usp=sharing
pip install -r requirements.txt
You need to modify datasets/dataset.py and configs/*.yml slightly for your environment, and then:
python train.py
How to test?
python evaluate.py
If you find our work useful in your research, please consider citing our paper:
@InProceedings{Islam_2024_ACCV,
author = {Islam, Md Tanvir and Alam, Inzamamul and Woo, Simon S. and Anwar, Saeed and Lee, IK Hyun and Muhammad, Khan},
title = {LoLI-Street: Benchmarking Low-light Image Enhancement and Beyond},
booktitle = {Proceedings of the Asian Conference on Computer Vision (ACCV)},
month = {December},
year = {2024},
pages = {1250-1267}
}