image as CNN output matlab
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I know this might seem a stupid question but I've been really ramming my head with this one. I want to build a CNN which would take an image as input and return a matrix with the same width and length (It would be a segmentation NOT SEMANTIC) as the same image. The problem is I really can't seem to define the output as such matrix, all I can find is documentation on how to make a semantic segmentation but this is not what I want, the closest I have found was using the imagedatastore and pixellabeldatastore objects for defining input and output, but I cant find anything on how to build these pixellabeldatastore files or their format.
0 comentarios
Respuestas (1)
Zenin Easa Panthakkalakath
el 2 de Ag. de 2018
Hey Tidia,
I understand that you want to use an image as the input to your network and get an output which is an image. What you need is written in this article, scroll down to the section titled "Test Network on One Image": https://www.mathworks.com/help/vision/examples/semantic-segmentation-using-deep-learning.html
'imshow()' function might be what you are looking for.
0 comentarios
Ver también
Categorías
Más información sobre Recognition, Object Detection, and Semantic Segmentation en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!