GeorgeSeif / Semantic-Segmentation-Suite

Semantic Segmentation Suite in TensorFlow. Implement, train, and test new Semantic Segmentation models easily!
2.5k stars 880 forks source link

"_gt" images in checkpoint folder look different than they actually are #234

Open ersinsiginc opened 4 years ago

ersinsiginc commented 4 years ago

I have different objects on an image with the same class. But during training, images with "_gt" in the checkpoint folder show these objects as combined. What should I do to perceive them differently?

ghost commented 4 years ago

Maybe a problem of resizing + cropping. You can try to remove the copping in the train.py file.