#287 · Primary category: Computer Vision
pytorch-semseg
Semantic Segmentation Architectures Implemented in PyTorch
Project last updated:10/11/23
GitHub Stars
3.4K
Forks
787
Contributors
17
License
MIT
Why we included this project
For anyone working on semantic segmentation, this repo collects the classic architectures in one PyTorch codebase: FCN, U-Net, SegNet, PSPNet, ICNet, LinkNet, and FRRN. Because they all share the same training loop, you can run them on the same data and see how the different designs actually compare, rather than assembling seven separate projects with their own conventions. The bundled data loaders cover CamVid, Cityscapes, Pascal VOC, ADE20K, and NYU Depth, so starting real benchmark training takes minimal setup. The models are implemented directly in PyTorch, not wrapped behind a heavyweight framework, which keeps the code readable and easy to adapt when you want to add your own dataset or tweak an architecture. It leans toward a learning and reference toolkit rather than a maintained production service, but for research, coursework, or a quick prototype, it is a convenient starting point with everything in one place.
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)