matlab-deep-learning/pretrained-deeplabv3plus
DeepLabv3+ inference and training in MATLAB for Semantic Segmentation
This project helps computer vision practitioners automatically identify and separate different types of objects in images or videos. You provide an image, and it outputs a segmented image where each pixel is labeled with the object it belongs to, like 'car,' 'person,' or 'airplane.' This is ideal for scientists, researchers, or engineers working on image analysis tasks in MATLAB.
No commits in the last 6 months.
Use this if you need to quickly identify and segment common objects in images using a pre-trained model in MATLAB, or adapt it to segment new types of objects in your own datasets.
Not ideal if you are not a MATLAB user or if your primary goal is to segment highly specialized or rare objects without any prior training data.
Stars
24
Forks
4
Language
MATLAB
License
—
Category
Last pushed
Apr 26, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/matlab-deep-learning/pretrained-deeplabv3plus"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
MLSTRUCT/MLStructFP
Multi-unit floor plan dataset for architectural analysis and recognition
yassouali/pytorch-segmentation
:art: Semantic segmentation models, datasets and losses implemented in PyTorch.
wkentaro/pytorch-fcn
PyTorch Implementation of Fully Convolutional Networks. (Training code to reproduce the original...
meetps/pytorch-semseg
Semantic Segmentation Architectures Implemented in PyTorch
fregu856/deeplabv3
PyTorch implementation of DeepLabV3, trained on the Cityscapes dataset.