How to train a deep learning network like a denoising network to learn a model using two image datasets when the images do not fit into memory?
Show older comments
How to train a deep learning network like a denoising network to learn a model using two image datasets when the images do not fit into memory?
I am trying to to build a network that can do a pixel wise estimation, i.e., if I train it with "before" and "after" images, the network can learn the manipulation on the image (image correction, denoise, object reorient, etc..). I want to learn a model such that, for example, if I have an image that has rain in the image, and then one without rain. Then the model should take away rain or, the model should predict the differences. I want to build a custom network like "denoisingNetwork".
I am using denoising as an example, but I am interested in other functionalities like image correction, object reorientation, etc.
How to specify the "before", and "after" image dataset to train the network when the images do not fit into memory?
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!