AmeryXiong / MixDehazeNet

Code for "MixDehazeNet: Mix Structure block for image dehazing network"
MIT License
59 stars 7 forks source link

about ssim calculation #4

Open hezw2016 opened 11 months ago

hezw2016 commented 11 months ago

Hey Authors,

Thank you very much for sharing your codes.

Before computing the SSIM, there is a down_ratio in the script. down_ratio = max(1, round(min(H, W) / 256))

Could you provide more explainations about it?

Best, Zewei