pytorch-semantic-segmentation and pytorch-segmentation

These are **competitors** — both are standalone PyTorch implementations of semantic segmentation models with similar scope, and users would typically choose one based on which repository's model architectures, dataset support, and loss functions better match their specific needs.

pytorch-segmentation
51
Established
Maintenance 0/25
Adoption 10/25
Maturity 16/25
Community 25/25
Maintenance 0/25
Adoption 10/25
Maturity 16/25
Community 25/25
Stars: 1,740
Forks: 392
Downloads:
Commits (30d): 0
Language: Python
License: MIT
Stars: 1,814
Forks: 393
Downloads:
Commits (30d): 0
Language: Jupyter Notebook
License: MIT
Stale 6m No Package No Dependents
Stale 6m No Package No Dependents

About pytorch-semantic-segmentation

zijundeng/pytorch-semantic-segmentation

PyTorch for Semantic Segmentation

This project helps computer vision engineers and researchers to experiment with and apply various deep learning models for semantic segmentation. It takes an input image and outputs a pixel-level classification map, where each pixel is labeled with the category of the object it belongs to. This is ideal for those working on scene understanding, autonomous systems, or medical image analysis.

image-segmentation computer-vision deep-learning-research autonomous-driving medical-imaging-analysis

About pytorch-segmentation

yassouali/pytorch-segmentation

:art: Semantic segmentation models, datasets and losses implemented in PyTorch.

This project helps scientists and researchers in fields like medical imaging or autonomous driving to precisely outline objects within images. It takes raw images and their corresponding pixel-level annotations (telling the system what each pixel represents, e.g., 'tumor', 'road', 'sky') and trains models to automatically identify and highlight specific regions. The output is a highly accurate model capable of segmenting new, unseen images, delineating boundaries of objects with pixel-perfect precision.

biomedical-imaging autonomous-driving aerial-imagery-analysis scene-understanding image-analysis

Scores updated daily from GitHub, PyPI, and npm data. How scores work