Getting Started with Semantic Segmentation using DL

Getting Started with Deep Learning Semantic Segmentation using your own image dataset

You are now following this Submission

Overview :

This example shows how to train a semantic segmentation deep learning network using your own dataset. In this example, I will demonstrate how to label the pixel in the image by using MATAB image labeler app.After completing the labelling, I will export the labelling to workspace as 'gTruth'.
Later, I modify example below to accept gTruth as dataset.
https://www.mathworks.com/help/vision/examples/semantic-segmentation-using-deep-learning.html
After my modification, you do not need to modify anything, it would be workable if you run them directly. However, if the accuracy of network is not satisfied, you may tune the network with different hyperparameter setting and network selection.

Highlights :

1) Label your image at pixel level by MATLAB image labeler app
2) Concept and workflow of semantic segmentation using deep learning
3) Create two datastore (Image datastore and pixel Label datastore)
4) Modify Vgg16 or Vgg19 to SegNet
5) Classify the image by trained SegNet

Product Focus :

MATLAB
Deep Learning Toolbox

Written at 26 February 2019

Cite As

Kevin Chng (2026). Getting Started with Semantic Segmentation using DL (https://www.mathworks.com/matlabcentral/fileexchange/70400-getting-started-with-semantic-segmentation-using-dl), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.6

Change description

1.0.5

Change title

1.0.4

changes description

1.0.3

change description

1.0.2

change description

1.0.1

change description

1.0.0