#605 · Primary category: Computer Vision

LEDNet

cityscape-dataset computer-vision lednet pytorch real-time semantic-segmentation

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