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

How to get the RGB image of each predicted segment? #179

Open MoAbd opened 5 years ago

MoAbd commented 5 years ago

@GeorgeSeif Can you help please? , Many thanks.

kirgal commented 5 years ago

create masks for each predicted segment and apply it on input image

MoAbd commented 5 years ago

@kirgal can you give more clarification please?