Algolzw / image-restoration-sde

Image Restoration with Mean-Reverting Stochastic Differential Equations, ICML 2023. Winning solution of the NTIRE 2023 Image Shadow Removal Challenge.
https://algolzw.github.io/ir-sde/index.html
MIT License
580 stars 42 forks source link

关于图像去雾后质量变差的问题 #109

Open SueZhang2000 opened 1 month ago

SueZhang2000 commented 1 month ago

作者您好!想请教您这一问题出现的原因是什么?patch size为原图像尺寸,其他的参数基本没有改变,无论是使用预训练模型去雾还是自己训练的模型去雾都存在图像变模糊的问题。 期待您的回复!非常感谢!

Algolzw commented 1 month ago

你好 你是在哪个数据集上测试的呢,可以看一下结果图吗?

SueZhang2000 commented 1 month ago

感谢您的回复!我是在我自己的遥感图像数据集上训练的,去雾的效果很不错,但是会出现图像分辨率变差的情况(左图为GT,右图为推理图像) image

Algolzw commented 1 month ago

原图尺寸多大呢?你可以试一下posterior sampling

SueZhang2000 commented 1 month ago

尺寸512×512的