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.
- Python 3
- PyTorch 1.9.1
- tqdm
- pandas
- joblib
- matplotlib
- timm
Dealing with RGB input: Refer to DPCN-Fusion.
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).