aurora95 / Keras-FCN

Keras-tensorflow implementation of Fully Convolutional Networks for Semantic Segmentation(Unfinished)
MIT License
650 stars 268 forks source link

Inference gives black output #87

Open dm0288 opened 1 year ago

dm0288 commented 1 year ago

Hi @aurora95 @ahundt ,

I have used the train and inference script along with UNet architecture instead of FCN with PAscal VOC dataset(without augmentation). I was able to train the model with losses going down till 100 epochs. The inference from the model is all black. However, strangely the model from 10 epochs is able to generate result but the class labels are not correct though the region obtained is pretty nice with some erroneous region as well. Could you please guide me where is it going wrong?

Result form 100 Epochs: 2007_001724 2007_001289 Results from 10 EPochs 2007_001289 2007_001724