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

Pixel probability #164

Closed 1451154 closed 5 years ago

1451154 commented 5 years ago

Hello, In semantics segmentation, the softmax function will output the probability of each pixel. In your FC-Dense, I did not find the probability output。I want to get the probability that the pixels belong to some kind of object.