how to combine two separately trained semantic segmentation neural networks into one to detect mixtures

9 visualizaciones (últimos 30 días)
I'm using machine learning to train a semantic segmentation network model to segments certain objects in image files. I have different objects in my image files that i want my network to be able to segment and differentiate. For now i have been abe to separately train networks for each of them and these networks can segment each of the objects in test images containing the specific objects. However i want t have a network that can detect each object in an image containing all 3 types of objects that i want to differentiate. How do i go about this? Can i combine the 3 separate networks i have individually trained to be able to achieve this? What will be the best way to do this. @MathWorks Support Team

Respuestas (1)

Mahesh Taparia
Mahesh Taparia el 30 de En. de 2021
Hi
You can train a single network which can segment the multiple classes in an image. Assign the different label ID of each class and train the network. Then evaluate that trained network on the test dataset. You can refer this documentation of multi class semantic segmentation using deep neural network. Hope it will help!
  4 comentarios
Mahesh Taparia
Mahesh Taparia el 31 de En. de 2021
Hi
In your older comment, you mentioned that you have the labels information of one class in one label image, i.e if the image have 4 classes then you have 4 different label images.
You can combine this label information into 1 image by mapping those label value to 4 different categorical labels (say 1,2,3,4) which is also followed in this documentation. My previous comment was just a sample illustration.

Iniciar sesión para comentar.

Productos


Versión

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by