- This repo provides a light-weight, end-to-end image dehazing network.
# Python 3.10+ and CUDA 12.4 recommended
pip install -r requirements.txt- Specify the training-set and test-set path.
# train & test
python -m SLRNetThis paper has been accepted by ICIC 2026 (Link).
@inproceedings{qu2026slrnet,
title={SLRNet: Super Lightweight Residual Network for Real-Time Image Dehazing},
author={Qu, Guanheng and Jiang, Fan and Liu, Jiangming},
journal={},
year={2026},
address={Toronto, Canada},
month={July},
url={},
doi = {10.5281/zenodo.20051973},
note={Accepted for publication},
}
