Semantic segmentation for grayscale image
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
How can implement semantic segmentation for gray scale image? How to train that network?
2 Commenti
Walter Roberson
il 27 Giu 2022
Yes. At worst case, repmat() the grayscale along the third dimension to make it an RGB image.
Risposte (2)
Image Analyst
il 27 Giu 2022
Start here:
I'm working on a simplified version where you simply just locate your input images, and labeled images folder but it's not ready to share yet.
2 Commenti
Image Analyst
il 28 Giu 2022
If the Mathworks demo isn't working then make sure your input is correct (whether color image or gray scale, and size of image, if that matters). If it is correct then call tech support and tell them the demo doesn't work.
Zara Khan
il 28 Giu 2022
12 Commenti
Walter Roberson
il 30 Giu 2022
Perhaps you should be training your own network; see https://www.mathworks.com/help/deeplearning/ug/create-simple-semantic-segmentation-network-in-deep-network-designer.html
The pre-trained Triangle Semantic Segmentation Network might simply be too weak for your purposes, especially since your sample sign images are not very triangular.
Vedere anche
Categorie
Scopri di più su Image Data Workflows in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!