#241 · Primary category: Computer Vision

pytorch-segmentation

computer-vision deep-learning semantic-segmentation

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

Project last updated:02/23/25

GitHub Stars

1.8K

Forks

389

Contributors

9

License

MIT

Why we included this project

Training semantic segmentation models often means juggling several repos for models, losses, and data handling. This project pulls the common pieces into one place: DeepLab V3+, PSPNet, UperNet, and a few other encoders, plus the loss functions, learning-rate schedules, data augmentations, and dataset loaders those models typically rely on. It is built as a training toolkit rather than a deployable service, with JSON config files that make swapping models or tuning hyperparameters straightforward. Newcomers get everything pre-wired, while experienced users can read a single architecture's implementation without digging through unrelated code. The included Colab notebook also lets you run a full training loop in the browser before you commit local GPU time.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category