DRF

October 25, 2021 ยท View on GitHub

Code of DRF: Disentangled Representation for Visible and Infrared Image Fusion

To train:

download the training dataset through Google Drive link or BaiduYun link (password:vzcz)
python main.py --phase train --dataset VIF

To test:

download the model
python main.py --phase test --dataset VIF

Cite it as:

@article{xu2021drf,
  title={DRF: Disentangled representation for visible and infrared image fusion},
  author={Xu, Han and Wang, Xinya and Ma, Jiayi},
  journal={IEEE Transactions on Instrumentation and Measurement},
  volume={70},
  pages={1--13},
  year={2021},
  publisher={IEEE}
}