Hey guys,
I’m trying to build some equvilant Resnet code to this code:
Basically, by using long-exposure images (GT), we can train the model to reconstruct dark images (short-exposure images) as if they were shot in long-exposure mode.
I’ve got two Qs:
- Is there any previous code, based on fastai library to train the same model?
- Let’s say that I have the Dataset. It contains hundreds of pairs (Short-vs-Long exposure images). How do I label them? After all it isn’t a classification task, right?
Oh, one more question. Oh do I use path function here? Just use the file path I have?
Thanks…