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
583 stars 43 forks source link

关于corrector #99

Open try-agaaain opened 3 months ago

try-agaaain commented 3 months ago

您好,代码中训练部分的注释是 ###### Predictor&Corrector train ######,但是在代码实现上似乎并没有使用到corrector,那么corrector对这个模型的训练是否有益处呢?

Algolzw commented 3 months ago

你好,我们最终没有实现这个部分的代码所以也不清楚是否有显著提升。