meetps/pytorch-semseg
Semantic Segmentation Architectures Implemented in PyTorch
Implements 8+ segmentation architectures (PSPNet, FCN, U-Net, SegNet, LinkNet, ICNet, FRRN) with pretrained weights and integrated support for 7 major datasets (Pascal VOC, Cityscapes, ADE20K, CamVid, NYUDv2, etc.). Provides YAML-based configuration for training with modular components including multiple optimizers, learning rate schedules, data augmentation pipelines, and loss functions. Includes utilities for validation with flip augmentation, inference on custom images with optional DenseCRF post-processing, and real-time FPS measurement.
3,411 stars. No commits in the last 6 months.
Stars
3,411
Forks
792
Language
Python
License
MIT
Category
Last pushed
Oct 11, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/meetps/pytorch-semseg"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related frameworks
rankseg/rankseg
Boost segmentation model mIoU/Dice instantly WITHOUT retraining. A plug-and-play, training-free...
MLSTRUCT/MLStructFP
Multi-unit floor plan dataset for architectural analysis and recognition
sthalles/deeplab_v3
Tensorflow Implementation of the Semantic Segmentation DeepLab_V3 CNN
yassouali/pytorch-segmentation
:art: Semantic segmentation models, datasets and losses implemented in PyTorch.
luyanger1799/Amazing-Semantic-Segmentation
Amazing Semantic Segmentation on Tensorflow && Keras (include FCN, UNet, SegNet, PSPNet, PAN,...