Keras.NET
Keras.NET copied to clipboard
ImageDataGenerator related question
I want to extract the actual image from the KerasIterator instance created using ImageDataGenerator.FlowFromDirectory or ImageDataGenerator.Flow .
But, I don't know how.
I would be really appreciated if someone could share example code.