qubvel / segmentation_models

Segmentation models with pretrained backbones. Keras and TensorFlow Keras.
MIT License
4.73k stars 1.03k forks source link

Instance segmentation training #439

Open alem-memic opened 3 years ago

alem-memic commented 3 years ago

I tried to find this on previous questions, but failed. What is the way (if there is any) to do instance segmentation with your repo? I trained already ordinary segmentation, but now I have one class with two instances. There are two objects of the same class on the image, so I need to detect both of them. Is it possible with this repo?

JordanMakesMaps commented 3 years ago

Not currently, you would need to adapt the architectures in order to do so.