#378 · Primary category: Computer Vision
pytorch-semantic-segmentation
PyTorch for Semantic Segmentation
Project last updated:10/25/19
GitHub Stars
1.7K
Forks
390
Contributors
4
License
MIT
Why we included this project
This collection shows how the classic semantic segmentation networks fit together. It bundles FCN, U-Net, SegNet, PSPNet, GCN, and DUC/HDC implementations with a shared training and testing pipeline, so you can compare them without hopping between repos. The code reflects the PyTorch style of its time, which makes it compact and easy to trace when you want to see where each architecture diverges. Since it pins an old PyTorch version and has been untouched since 2019, treat it as a reference for porting ideas into modern code, not as a drop-in for production. For anyone rebuilding these models today, it's a handy reminder of the original implementation details before you dig into the official releases.
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
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)