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

Create Get_filenames.py #66

Open Stuti-G opened 11 months ago

Stuti-G commented 11 months ago

While Inferencing, the dataset must contain a text file for all the input images, this python script works for both getting all the file names and saving to the respective folder. So, the inferencing can be done on any dataset and process becomes more continent.