GeorgeSeif / Semantic-Segmentation-Suite

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

question about class balance #210

Open YyChen818 opened 5 years ago

YyChen818 commented 5 years ago

I run this model to do binary segmentation on my own dataset, but I got the images in checkpoints file are all black or all red. I think it may be class balance problem. So, is there someone solve the class balance problem. If so, could you please help me, thank you.

katmatus commented 5 years ago

Hello! I have the same problem. Did you solve it?