sthalles/deeplab_v3
Tensorflow Implementation of the Semantic Segmentation DeepLab_V3 CNN
This project helps computer vision researchers and practitioners accurately outline specific objects within images. You input raw images, and the system outputs images with precise pixel-level masks around objects like people, cars, or animals. It's designed for those who need to segment visual data for analysis or further processing.
805 stars. No commits in the last 6 months.
Use this if you need a high-performance deep learning model to perform semantic segmentation on images, whether using pre-trained weights or your own custom dataset.
Not ideal if you're looking for a simple, off-the-shelf image classification tool or if you do not have familiarity with deep learning model training and evaluation.
Stars
805
Forks
282
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Dec 08, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/sthalles/deeplab_v3"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related frameworks
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.