pytorch-semantic-segmentation and pytorch-semseg

These are competitors—both implement various semantic segmentation architectures (FCN, SegNet, U-Net, etc.) in PyTorch as standalone frameworks, so users would typically choose one based on their preferred architecture implementations and API design rather than using both together.

pytorch-semseg
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: 3,411
Forks: 792
Downloads:
Commits (30d): 0
Language: Python
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-semseg

meetps/pytorch-semseg

Semantic Segmentation Architectures Implemented in PyTorch

This project helps computer vision practitioners analyze images by automatically segmenting them. You provide an image, and it outputs a segmented image where each pixel is labeled with its corresponding object class (e.g., road, car, building). It's designed for researchers and engineers working with visual data who need to classify every pixel in an image.

image-segmentation computer-vision scene-understanding medical-imaging-analysis autonomous-driving

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