Skip to content

Source Code for paper "Infrared and Visible Image Fusion via Parallel Scene and Texture Learning".

Notifications You must be signed in to change notification settings

Linfeng-Tang/PSTLFusion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSTLFusion

This is the official Tensorflow implementation of "Infrared and Visible Image Fusion via Parallel Scene and Texture Learning".

Overall Framework

image The overall framework of the fusion process of proposed method.

Network Architecture

image The architecture of the proposed infrared and visible image fusion method via parallel scene and texture learning.

To Train

Run python main.py --phase train to train your model. The format of the training data must be HDF5.

To Test

Run python main.py --phase guide to test the model.

Fusion Example

image Qualitative comparison of PSTLFusion with 7 state-of-the-art methods on TNO and RoadScene datasets.

Detection Result

image These are some object detection results for infrared, visible and fused images from the MFNet dataset. We pre-train the YOLOv5 detector on the CoCo dataset and deploy it on our fused result.

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

@article{xu2022infrared,
  title={Infrared and visible image fusion via parallel scene and texture learning},
  author={Xu, Meilong and Tang, Linfeng and Zhang, Hao and Ma, Jiayi},
  journal={Pattern Recognition},
  pages={108929},
  year={2022},
  publisher={Elsevier}
}

About

Source Code for paper "Infrared and Visible Image Fusion via Parallel Scene and Texture Learning".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%