BorealisAI/noise_flow

How to adapt your code into another dataset

Vandermode opened this issue · 2 comments

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

This will require modifying the data loading code (classes ImageLoader, PatchSampler, etc.) or using your own data loading code.

Hi, thanks for the reply. I have adapted your method into the SID dataset