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
558 stars 41 forks source link

questions about dataset #79

Open kejia1 opened 6 months ago

kejia1 commented 6 months ago

I want to know how to create the GT and LQ datasets in train? Do GT and LQ use norain.png and rain.png?

Algolzw commented 6 months ago

Yes! You just need to move/copy all clean images into GT and put all low-quality images into the LQ directory.

kejia1 commented 6 months ago

thanks,I am running your code