Sematic-Supervised Infrared and Visible Image Fusion via Dual-Discriminator Generative Adversarial Network
This work can be applied for infrared and visible image fusion
@article{zhou2021semantic,
title={Semantic-supervised Infrared and Visible Image Fusion via a Dual-discriminator Generative Adversarial Network},
author={Zhou, Huabing and Wu, Wei and Zhang, Yanduo and Ma, Jiayi and Ling, Haibin},
journal={IEEE Transactions on Multimedia},
year={2021},
publisher={IEEE}
}
python3 main.py
python3 test_one_image.py
The weight map generate method and evaluate methods are shown in 'matLab_code'. And these methods are implemented by MatLab.
This code is base on the code of FusionGAN.