This repo is based on https://github.com/IGITUGraz/WeatherDiffusion with modification
We perform experiments for raindrop removal on the RainDrop datasets.
python train_diffusion.py --config "allweather.yml" --resume 'WeatherDiff1024.pth.tar' --sampling_timesteps 25
python eval_diffusion.py --config "allweather_test.yml" --resume 'patch_ddpm_140000.pth.tar' --test_set 'snow' --sampling_timesteps 25