This repository is the official implementation of the RECNet, where more implementation details are presented.
python=3.8.16
pytorch=2.0.1
torchvision=0.8
cuda=11.7
opencv-python
Refer to ENC for details.
bash scripts/test.sh
bash scripts/train.sh
If you find this work useful for your research, please consider citing:
@inproceedings{DBLP:conf/aaai/LiuFWM24,
author = {Jin Liu and
Huiyuan Fu and
Chuanming Wang and
Huadong Ma},
editor = {Michael J. Wooldridge and
Jennifer G. Dy and
Sriraam Natarajan},
title = {Region-Aware Exposure Consistency Network for Mixed Exposure Correction},
booktitle = {Thirty-Eighth {AAAI} Conference on Artificial Intelligence, {AAAI}
2024, Thirty-Sixth Conference on Innovative Applications of Artificial
Intelligence, {IAAI} 2024, Fourteenth Symposium on Educational Advances
in Artificial Intelligence, {EAAI} 2014, February 20-27, 2024, Vancouver,
Canada},
pages = {3648--3656},
publisher = {{AAAI} Press},
year = {2024},
url = {https://doi.org/10.1609/aaai.v38i4.28154},
doi = {10.1609/AAAI.V38I4.28154}
}
This repository is based on ENC - special thanks to their code!