Deep-Learning icon indicating copy to clipboard operation
Deep-Learning copied to clipboard

Using Keras ImageDataGenerator class

Open mavaylon1 opened this issue 4 years ago • 0 comments

This doesn't seem to work when I use my own data with keras image data generator class. For context, I've tested this data with UNET and VGG and works. I also wonder if the output dimensions is correct. I'm using this for image segmentation and the images are (512,512,3) but the output_shape from this resnet model is (None,2).

mavaylon1 avatar Sep 25 '20 19:09 mavaylon1