SDDGAN-tensorflow
December 22, 2021 ยท View on GitHub
Sematic-Supervised Infrared and Visible Image Fusion via Dual-Discriminator Generative Adversarial Network
This work can be applied for infrared and visible image fusion
Framework

Architecture of the generator

Architecture of the discriminator

If this work is helpful to you, please cite it as:
@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}
}
To train:
python3 main.py
To test:
python3 test_one_image.py
Note:
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.