priya-dwivedi / Deep-Learning

MIT License
3.35k stars 2.5k forks source link

Using Keras ImageDataGenerator class #121

Open mavaylon1 opened 4 years ago

mavaylon1 commented 4 years ago

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).