I have 3 folders with color images. Name of the folder is label for the images inside. cls1 |____img_0.png |____ ... |____img_n.png cls2 |____img_0.png |____ ... |____img_n.png cls3 |____img_0.png |____ ... |____img_n.png I would like to use Keras library to create Convolutional neural network for classification, but I can't find, how to create dataset from color images. Can you help me?
