I trained the network for my data. Once I ran this: To see the probability map
plt.imshow(prob[1], cmap='hot', interpolation='nearest')
plt.show()
And this is the probability map of Object 1
:
How can I get the solid segmentation from the probability map (even considering those points with lower probability belonging to the class)?
Thanks