/YDTR

[IEEE TMM 2022] Official implementation of YDTR: Infrared and Visible Image Fusion via Y-shape Dynamic Transformer

Primary LanguagePython

YDTR: Infrared and Visible Image Fusion via Y-shape Dynamic Transformer (IEEE TMM 2022)

This is the official implementation of the YDTR model proposed in the paper (YDTR: Infrared and Visible Image Fusion via Y-shape Dynamic Transformer) with Pytorch.

Requirements

  • Python 3
  • PyTorch 1.9.1
  • tqdm
  • pandas
  • joblib
  • matplotlib
  • timm

Tips:

Dealing with RGB input: Refer to DPCN-Fusion.

Cite the paper

If this work is helpful to you, please cite it as:

@ARTICLE{Tang_2023_YDTR,
  author={Tang, Wei and He, Fazhi and Liu, Yu},
  journal={IEEE Transactions on Multimedia}, 
  title={YDTR: Infrared and Visible Image Fusion via Y-shape Dynamic Transformer}, 
  year={2023},
  volume={25},
  number={},
  pages={5413-5428},
  doi={10.1109/TMM.2022.3192661}}

If you have any questions, feel free to contact me (weitang2021@whu.edu.cn).