Testing( An example of Haze.)
python test.py \
--ir_path ./Test_imgs/Haze/ir \
--vi_path ./Test_imgs/Haze/vi \
--weights_path ./checkpoint/AWM_Fuse.pth \
--save_path ./result/Haze \
--input_text ./Test_imgs/Haze/Haze_captions \
--blip_vi_text ./Test_imgs/Haze/vi_npy \
--blip_ir_text ./Test_imgs/Haze/ir_npy
Fig1. Comparison of image fusion results of different methods in ideal and rain scenes. The ”Difference” represents the difference map between AWM-Fuse (GT) and AWM-Fuse (Rain).
Fig2. Comparison of image fusion results of different methods in ideal and haze scenes.The ”Difference” represents the difference map between AWM-Fuse (GT) and AWM-Fuse (Haze).
Fig3. Comparison of image fusion results of different methods in ideal and snow scenes. The ”Difference” represents the difference map between AWM-Fuse (GT) and AWM-Fuse (Snow).