hli1221 / densefuse-pytorch

DenseFuse (TIP2019) - Pytorch 0.4.1
108 stars 29 forks source link

Question about mssim #4

Open bsun0802 opened 4 years ago

bsun0802 commented 4 years ago

李博你好,

I'm reading your source code and I have two questions:

  1. I think there is a little bug in net.py, correct me if I am wrong. In net.py, I think you want to (but forget to) specify is_last=True for conv5 in decoder.

  2. What is the benefit of using MS-SSIM instead of original SSIM here? Or MS-SSIM was simply empirically chosen here?

Thanks in advance!

feixiangdekaka commented 4 years ago

请问代码融合一对图像需要多久

huhuchao commented 2 years ago

I have the same question as you, I see your implement of the code, This is meaningful for me, have you improve the metrics?