Code for paper Edge-Enhanced Dilated Residual Attention Network for Multimodal Medical Image Fusion
Most of the code is based on this repo
python3 ./train_with_cv.py --dataset CT-MRI/MRI-SPECT --batch_size 4 --epochs 100 --lambda1 0.2 --lambda2 0.2 --cuda
Refer to the setup and instructions on this repo