AutoFuse:Degradation-Resistant Infrared-Visible Image Fusion with Auto-Generated Textual Objectives and Embedded Contrastive Learning
- create conda environment
conda create -n AutoFuse python=3.9.12
conda activate AutoFuse
- Install Dependencies
pip install -r requirements.txt
(recommended cuda11.1 and torch 1.8.2)
Please put test data into the test_imgs
directory
(infrared images in ir
subfolder, visible images in vi
subfolder)
Run python src/test_sr.py
The fused results will be saved in the ./results/
folder
From left to right are the infrared image, visible image, and fused image.