Official code of HBANet: A hybrid boundary-aware attention network for infrared and visible image fusion.
This repository contains the official code of the paper "HBANet: A hybrid boundary-aware attention network for infrared and visible image fusion". The code is implemented in PyTorch.
- Clone this repository.
git clone https://github.com/LuoXubo/HBANet.git
cd HBANet
- Install the required packages.
pip install -r requirements.txt
- Download the dataset and put it in the
data
folder. - Train the model (Optional).
python train.py
- Test the model.
python test.py
The code is based on the following repositories:
If you find this work helpful, please consider citing:
@article{LUO2024104161,
title = {HBANet: A hybrid boundary-aware attention network for infrared and visible image fusion},
journal = {Computer Vision and Image Understanding},
volume = {249},
pages = {104161},
year = {2024},
issn = {1077-3142},
doi = {https://doi.org/10.1016/j.cviu.2024.104161},
url = {https://www.sciencedirect.com/science/article/pii/S107731422400242X},
author = {Xubo Luo and Jinshuo Zhang and Liping Wang and Dongmei Niu}
}