Skip to content
forked from JinyuanLiu-CV/SMoA

SMoA: Searching a Modality-Oriented Architecture for Infrared and Visible Image Fusion

Notifications You must be signed in to change notification settings

xuqian6078/SMoA

This branch is up to date with JinyuanLiu-CV/SMoA:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

25c8191 · Jan 23, 2022

History

1 Commit
Jan 23, 2022
Jan 23, 2022
Jan 23, 2022
Jan 23, 2022
Jan 23, 2022
Jan 23, 2022
Jan 23, 2022
Jan 23, 2022
Jan 23, 2022
Jan 23, 2022
Jan 23, 2022
Jan 23, 2022
Jan 23, 2022
Jan 23, 2022
Jan 23, 2022
Jan 23, 2022
Jan 23, 2022

Repository files navigation

Introduction

This is the implementation of the paper SMoA: Searching a Modality-Oriented Architecture for Infrared and Visible Image Fusion.

Requirements

  • python >= 3.6
  • pytorch == 1.7
  • torchvision == 0.8

Datasets

You can download the datasets here.

Test

python test.py

Train from scratch

step 1

python train_search.py

step 2

Find the string which descripting the searched architectures in the log file. Copy and paste it into the genotypes.py, the format should consist with the primary architecture string.

step 3

python train.py

Citation

If you use any part of this code in your research, please cite our paper:

@ARTICLE{9528046,
author={Liu, Jinyuan and Wu, Yuhui and Huang, Zhanbo and Liu, Risheng and Fan, Xin},
journal={IEEE Signal Processing Letters},
title={SMoA: Searching a Modality-Oriented Architecture for Infrared and Visible Image Fusion},
year={2021},
volume={28},
number={},
pages={1818-1822},
doi={10.1109/LSP.2021.3109818}}

About

SMoA: Searching a Modality-Oriented Architecture for Infrared and Visible Image Fusion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%