This is the code of the paper titled as "DePF: A Novel Fusion Approach based on Decomposition Pooling for Infrared and Visible Images".
The article is accepted by IEEE Transactions on Instrumentation and Measurement.
- Python 3.9.13
- torch 1.12.1
- torchvision 0.13.1
- tqdm 4.64.1
We train our network using MS-COCO 2014(T.-Y. Lin, M. Maire, S. Belongie, J. Hays, P. Perona, D. Ramanan, P. Dollar, and C. L. Zitnick. Microsoft coco: Common objects in context. In ECCV, 2014. 3-5.)
You can run the following prompt:
python train_auto_encoder.py
Put your image pairs in the "test_images" directory and run the following prompt:
python test.py
- Our code of training is based on the DenseFuse.
- For calculating the image quality assessments, please refer to this Metric.
If you have any questions, please contact me at [email protected].
If this work is helpful to you, please cite it as (BibTeX):
@article{li2023depf,
title={DePF: A Novel Fusion Approach based on Decomposition Pooling for Infrared and Visible Images},
author={Li, Hui and Xiao, Yongbiao and Cheng, Chunyang and Shen, Zhongwei and Song, Xiaoning},
journal={IEEE Transactions on Instrumentation and Measurement},
year={2023},
publisher={IEEE}
}