This is the code of the paper titled as "LE2Fusion: A novel local edge enhancement module for infrared and visible image fusion".
The paper is accepted by ICIG2023 and can be found above.
- Python 3.9.13
- torch 1.12.1
- torchvision 0.13.1
- tqdm 4.64.1
We train our network using MSRS.
You can run the following prompt:
python train.py
Put your image pairs in the "test_data" directory and run the following prompt:
python test.py
The model for our network is "fusion_model_epoch_4.pth".
- For calculating the image quality assessments, please refer to this Metric.
If you have any questions, please contact me at yongbiao_xiao_jnu@163.com.
If this work is helpful to you, please cite it as (BibTeX):
@article{xiao2023le2fusion,
title={LE2Fusion: A novel local edge enhancement module for infrared and visible image fusion},
author={Xiao, Yongbiao and Li, Hui and Cheng, Chunyang and Song, Xiaoning},
journal={arXiv preprint arXiv:2305.17374},
year={2023}
}