#418 · Primary category: Computer Vision
deeplabv3
PyTorch implementation of DeepLabV3, trained on the Cityscapes dataset.
Project last updated:02/09/22
GitHub Stars
815
Forks
180
Contributors
3
License
MIT
Why we included this project
This is a small, readable DeepLabV3 codebase in PyTorch, and it comes with a model already trained on Cityscapes. You can run it on street-scene images and get segmentation output immediately, no training required. The code is compact enough to read through in an afternoon, which helps if you want to see how the atrous-convolution backbone and decoder are put together. For autonomous driving or outdoor scene-parsing work, the training and evaluation pipeline on Cityscapes is easy to adapt to your own data. One caveat: it targets PyTorch 0.4, so expect some dependency updates before it runs on a modern environment.
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)