robail/Pytorch-Convolution-neural-network-for-semantic-segmentation
Pytorch Convolution neural network for semantic segmentation
If you work with image analysis and need to precisely outline objects within images, this helps you do that. It takes an image as input and outputs a pixel-level map where each pixel is classified as belonging to a specific object or region, enabling detailed understanding of image content. This is for researchers, engineers, or analysts in fields like medical imaging, autonomous vehicles, or remote sensing who need to automatically identify and delineate features.
No commits in the last 6 months.
Use this if you need to accurately identify and separate different objects or regions within complex images, like tumors in medical scans or pedestrians in street scenes.
Not ideal if you only need to classify an entire image (e.g., 'cat' or 'dog') or detect bounding boxes around objects, rather than pixel-level segmentation.
Stars
9
Forks
5
Language
Python
License
—
Category
Last pushed
Mar 08, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/robail/Pytorch-Convolution-neural-network-for-semantic-segmentation"
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
DrSleep/light-weight-refinenet
Light-Weight RefineNet for Real-Time Semantic Segmentation
wkentaro/pytorch-fcn
PyTorch Implementation of Fully Convolutional Networks. (Training code to reproduce the original...
luyanger1799/Amazing-Semantic-Segmentation
Amazing Semantic Segmentation on Tensorflow && Keras (include FCN, UNet, SegNet, PSPNet, PAN,...
meetps/pytorch-semseg
Semantic Segmentation Architectures Implemented in PyTorch