How to adapt your code into another dataset
Vandermode opened this issue · 2 comments
Vandermode commented
Hi, I was wondering how to adapt you code to another dataset for training, e.g. SID dataset [1]
[1] Learning to see in the dark
AbdoKamel commented
This will require modifying the data loading code (classes ImageLoader, PatchSampler, etc.) or using your own data loading code.
Vandermode commented
Hi, thanks for the reply. I have adapted your method into the SID dataset