This is the code for multi-exposure image fusion via generative adversarial networks
CUDA_VISIBLE_DEVICES=0,1 python main.py
(2 GPUs are needed. One is for the self-attention block and the other one is for other blocks and the discriminator.)
CUDA_VISIBLE_DEVICES=0,1 python test_main.py
The training dataset is too large to be uploaded and downloaded. It may be more convenient to create your own dataset.
The code to create your own training dataset can be found here.
The multi-exposure image pairs can be downloaded here.
If you have any question, please email to me (xu_han@whu.edu.cn).