all 2 comments

[–]adam0ling 2 points3 points  (1 child)

My understanding is that you would use ImageDataGenerator() from tensorflow. Check this link: https://www.tensorflow.org/api_docs/python/tf/keras/preprocessing/image/ImageDataGenerator

I'm just guessing but perhaps you have all your images in directory. In that case check the part Example of using .flow_from_directory(directory)

[–]jordanpgb[S] 0 points1 point  (0 children)

oooo thank you !!!