Semantic segmentation using deep learning
Show older comments
Hi. Can someone guide me regarding the semantic segmentation using deep learning. Since, I have tried some of the coding from the examples but not much understand and complete the coding when implement in my own dataset.If anyone can share their code would be better for me to make a reference.
Answers (1)
Asvin Kumar
on 8 Jan 2021
0 votes
Hi Ranjitha,
I understand you’re looking for code references on semantic segmentation in MATLAB. I’ll let the community provide that. Here’s a compilation of the different approaches to semantic segmentation covered in the Docs:
- SegNet – segnetlayers function
- Fully Convolutional Network (FCN) – fcnlayers function
- U-Net – unetlayers function
- DeepLab v3+ – Example on Deeplab v3+ using Renset-18
- Example on Semantic Segmentation with Maxpool and Transposed Convolution
- Using Dilated Convolutions – Example
Hope you find something useful in these.
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!