yassouali/pytorch-segmentation
:art: Semantic segmentation models, datasets and losses implemented in PyTorch.
Implements multiple encoder-decoder architectures (DeepLab V3+, PSPNet, UperNet, U-Net, etc.) with atrous convolution and multi-scale parsing strategies for dense pixel-level prediction. Provides specialized loss functions including Lovász-Softmax for direct mIoU optimization and focal loss for handling class imbalance, alongside poly and one-cycle learning rate schedulers commonly used in segmentation workflows. Supports Pascal VOC, Cityscapes, ADE20K, and COCO Stuff datasets with JSON-based configuration for reproducible training pipelines.
1,814 stars. No commits in the last 6 months.
Stars
1,814
Forks
393
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Feb 23, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/yassouali/pytorch-segmentation"
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
rankseg/rankseg
Boost segmentation model mIoU/Dice instantly WITHOUT retraining. A plug-and-play, training-free...
sthalles/deeplab_v3
Tensorflow Implementation of the Semantic Segmentation DeepLab_V3 CNN
zijundeng/pytorch-semantic-segmentation
PyTorch for Semantic Segmentation
meetps/pytorch-semseg
Semantic Segmentation Architectures Implemented in PyTorch