divamgupta / image-segmentation-keras

Implementation of Segnet, FCN, UNet , PSPNet and other models in Keras.
https://divamgupta.com/image-segmentation/2019/06/06/deep-learning-semantic-segmentation-keras.html
MIT License
2.92k stars 1.16k forks source link

poor results with gray scale images #372

Open jaigsingla opened 2 years ago

jaigsingla commented 2 years ago

Hi,

we trained unet_vgg19 model using GT with training accuracy of 99.6 % on grayscale (converted RGB) data . After getting such a good accuracies in training getting .60 as IOU on validation ?? Waiting for your reaction

divamgupta commented 2 years ago

Could you post your predictions and GT?