Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 518 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 518 Bytes

Edge-Enhanced Dilated Residual Attention Network for Multimodal Medical Image Fusion

Code for paper Edge-Enhanced Dilated Residual Attention Network for Multimodal Medical Image Fusion

Most of the code is based on this repo

Train

python3 ./train_with_cv.py --dataset CT-MRI/MRI-SPECT --batch_size 4 --epochs 100 --lambda1 0.2 --lambda2 0.2 --cuda

Infernece

Refer to the setup and instructions on this repo