This repository is the official implementation of "LoopExpose: An Unsupervised Framework for Arbitrary-Length Exposure Correction"
Ao Li1, Chen Chen4, Zhenyu Wang2*, Tao Huang2, Fangfang Wu3, Weisheng Dong 1
1School of Artificial Intelligence, Xidian University
2Hangzhou Institute of technology, Xidian University
3School of Computer Science and Technology, Xidian University
4Dalian University of Technology
*: Corresponding Author.
-
UEC https://github.com/BeyondHeaven/uec_code
After downloading the above two datasets, you can run the files in the
data_utilsfolder to reorganize the datasets.
OS: Ubuntu 20.04.6
python == 3.9.19
torch == 2.4.1
opencv == 4.10.0
This model is trained on an RTX 4090 GPU, taking about a day and occupies approximately 24GB of memory.
Please refer to Main.py for options information.
python Main.pyCheckpoints are released at ckpts.
python Test.pyIf you have any questions about the code, please email me directly : liaoxdu@foxmail.com or ali_0607@stu.xidian.edu.cn .
This implementation is based on CoTF、LACT、MEFNet and OpenCV. In the future, we will incorporate more exposure correction models and exposure fusion models into our framework. Everyone is also welcome to contribute to this project.