Semantic Segmentation Overview - Train a Semantic Segmentation Network Using Deep Learning.
Learn the five major steps that make up semantic segmentation.
Get a Free Deep Learning ebook: https://goo.gl/ieToL9
To learn more, see the semantic segmentation using deep learning example: https://goo.gl/f7KESN
First, the Image Labeler app allows you to ground truth label your objects at the pixel level. Then, you create two datastores and partition them into training and test sets. Next, you import a pretrained convolution neural network and modify it to be a semantic segmentation network. Finally, you train and evaluate your network.
No comments