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

dehaze #3

Open RC-Qiao opened 1 year ago

RC-Qiao commented 1 year ago

What are the metrics obtained by your method on the dehazing dataset (outdoor and indoor)

RC-Qiao commented 1 year ago

How long it takes to train the ITS on a single 3090

Algolzw commented 1 year ago

Hi! In our paper, we only qualitatively evaluated the model on dehazing task (indoor). The training takes about ~3 days on an A100 GPU (40GB). You can absolutely train it on your only GPU but with a smaller batch size.

And if you really want the metrics results, we can report them later!