Closed ShowTsai closed 5 years ago
Hey, apologies for taking so long to respond.
keras.preprocessing.image.ImageDataGenerator.flow
.Other than that, is this issue still relevant to you or anyone else?
Other than that, is this issue still relevant to you or anyone else?
I suppose not... Closing it for the moment
I have my own dataset There are 34774 png input images and 34774 png labels images input images are in shape (576, 576, 3) label images are in shape(576, 576) Every pixel in label image has a class number and there are 6 classes I don't quite understand how you deal with the MSCOCO annotations and what you do in "flow()" function in datasets.py, So what should I do on the"flow()"function , thanks!