I want to train my model in Keras, so tried to load images as numpy array and resizing them, but it failed because I don't have enough memory.
MemoryError when I normalize images by img/255
My task is semantic segmentation. I have two folders. One is for the input images and the other is for desired output images. The corresponding images have the same name.
Are there useful API in Keras?