The full codebase for the paper ``L0-Regularized Sparse Coding-based Interpretable Network for Multi-Modal Image Fusion" is available at FNet-MMIF
- Python 3.9
- PyTorch 2.0.1
- NVIDIA GPU + CUDA (https://developer.nvidia.com/cuda-downloads)
conda create -n git python=3.9conda activate gitpip install -r requirements.txt
-
test datasets in location
test_img. -
Test the MI, VIF, Qabf, SSIM metrics on the six test sets
python test.py -
The output images are in
results/.
