divamgupta / image-segmentation-keras

Implementation of Segnet, FCN, UNet , PSPNet and other models in Keras.
https://divamgupta.com/image-segmentation/2019/06/06/deep-learning-semantic-segmentation-keras.html
MIT License
2.9k stars 1.16k forks source link

multiclass segmentation #34

Open SteveIb opened 6 years ago

SteveIb commented 6 years ago

Hi, Is your code for unet support multiclass segmentation?

divamgupta commented 6 years ago

You mean a single pixel having multiple classes at once?

amardeepjaiman commented 4 years ago

does this support multiple classes on different channels ?