#605 · Primary category: Computer Vision
LEDNet
LEDNet: A Lightweight Encoder-Decoder Network for Real-time Semantic Segmentation
Project last updated:12/05/20
GitHub Stars
522
Forks
78
Contributors
1
License
MIT
Why we included this project
If you build perception systems that need to run on embedded or mobile hardware, this compact reference is worth studying. LEDNet is a semantic-segmentation network squeezed into under a million parameters, using channel split-and-shuffle residual blocks and an attention pyramid decoder to keep both compute and accuracy in check. The authors report over 71 FPS on a GTX 1080Ti and a favorable speed-accuracy trade-off on Cityscapes, and the repo ships the PyTorch training and evaluation code behind those numbers. That makes it a handy starting point for reproducing the paper's results, comparing lightweight backbones for urban scene parsing, or adapting a proven design pattern when you need dense pixel classification that stays cheap. Just note the code targets an older PyTorch stack, so you will likely need to port it before running on a current 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)