MjdMahasneh/Simple-PyTorch-Semantic-Segmentation-CNNs
PyTorch Implementation of Semantic Segmentation CNNs: This repository features key architectures like UNet, DeepLabv3+, SegNet, FCN, and PSPNet. It's crafted to provide a solid foundation for Semantic Segmentation tasks using PyTorch.
This project helps developers working with image analysis by providing pre-built and configurable deep learning models for semantic segmentation. You provide images and corresponding pixel-level masks, and it trains a model to output new masks that precisely delineate objects or regions within images. It is designed for machine learning engineers and researchers who need to implement or experiment with state-of-the-art semantic segmentation techniques.
No commits in the last 6 months.
Use this if you are a developer looking for a straightforward, adaptable PyTorch implementation of popular semantic segmentation architectures to quickly train and deploy models for pixel-level image classification.
Not ideal if you are a practitioner without coding experience who needs an out-of-the-box solution to segment images, or if you require advanced capabilities beyond the core architectures provided.
Stars
19
Forks
—
Language
Python
License
—
Category
Last pushed
Nov 23, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/MjdMahasneh/Simple-PyTorch-Semantic-Segmentation-CNNs"
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