Linfeng-Tang / SwinFusion

This is official Pytorch implementation of "SwinFusion: Cross-domain Long-range Learning for General Image Fusion via Swin Transformer"
161 stars 20 forks source link

MSRS Dataset (VIF) Performance Different #3

Open challow0 opened 1 year ago

challow0 commented 1 year ago

HI~ Thanks for your work~ When I tried to reproduce the result on the MSRS dataset, I got a different performance compared with yours. Here are my results.

         Your            Mine
SSIM     0.9676         0.957
PSNR     64.4063       63.778
Q_abf    0.6428         0.632
FMI      0.9308         0.929

Can you help me to figure it out? Thank you.

Linfeng-Tang commented 1 year ago

I'm very sorry, I don't know why this issue is occurring. Did you use the pre-trained model I provided for testing?

jyyuan666 commented 1 year ago

请问您是怎么运行成功这个代码的?MSRS数据集

Amano-Hina commented 1 year ago

HI~ Thanks for your work~ When I tried to reproduce the result on the MSRS dataset, I got a different performance compared with yours. Here are my results.

         Your            Mine
SSIM     0.9676         0.957
PSNR     64.4063       63.778
Q_abf    0.6428         0.632
FMI      0.9308         0.929

Can you help me to figure it out? Thank you.

I’d be grateful if you could let me know how to calcluate these data since the repository can't achieve this.