IGITUGraz / WeatherDiffusion

Code for "Restoring Vision in Adverse Weather Conditions with Patch-Based Denoising Diffusion Models" [TPAMI 2023]
MIT License
286 stars 25 forks source link

How to prepare the test dataset #10

Closed oubotong closed 1 year ago

oubotong commented 1 year ago

I was trying to test the model but there lacks information about how to set up the test dataset. (especially the allweather.txt and raindroptesta.txt file).

Could you please add some instructions on how to set it up. Thanks!

oozdenizci commented 1 year ago

Please refer to the TransWeather Github repository for test set benchmarks (it includes the same .txt files used here as well). Our evaluations and comparisons were mainly based on those.

oubotong commented 1 year ago

Please refer to the TransWeather Github repository for test set benchmarks (it includes the same .txt files used here as well). Our evaluations and comparisons were mainly based on those.

Thanks!

henlyta commented 1 month ago

PermissionError: [Errno 13] Permission denied: 'datasets/' The code keeps reporting this error, may I ask what is the problem?