Question of 'Real-world noisy Removal'
Opened this issue · 4 comments
Hello,
When I tried to run'Real-world noisy Removal', I find the code 'download_sidd_all.py' requires 'SIDD_URLs.txt' which I cannot find it, can you provide it?
thanks
https://www.eecs.yorku.ca/~kamel/sidd/dataset.php, please download the data from such official website. @SZUHvern
i cannot create the environment.yml file succesfully first because the cudnn version 8.3.2 is only available for cuda toolkit version 11.5 and 10.2 in the nvidia archive, and your repo requires only cuda version 11.3 so it is not able to resolve the matter, i tried cuda 11.5 for cudnn 8.3.2 (which is available ) but still its giving me errors
I'm sorry I couldn't find the requirements.txt file specifically, are you referring to install the packages individually by using pip
…
On Sat, 12 Oct 2024, 4:42 pm Zongsheng Yue, @.> wrote: i cannot create the environment.yml file succesfully first because the cudnn version 8.3.2 is only available for cuda toolkit version 11.5 and 10.2 in the nvidia archive, and your repo requires only cuda version 11.3 so it is not able to resolve the matter, i tried cuda 11.5 for cudnn 8.3.2 (which is available ) but still its giving me errors I have provided a requirement file. Please try to install the pytorch first and then install other packages via pip from requirements.txt. — Reply to this email directly, view it on GitHub <#1 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/BESXNK6DPOYTR3NIBIJ6TETZ3EDJDAVCNFSM6AAAAABP2KX7X6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBYGUZTGMZSGE . You are receiving this because you commented.Message ID: @.>
Sorry for the late response. I have updated this repo and included the requirements file. Please refer to the "Requirements" part of the readme.