#295 · Primary category: Computer Vision
lanenet-lane-detection
Unofficial implemention of lanenet model for real time lane detection
Project last updated:12/08/23
GitHub Stars
2.6K
Forks
896
Contributors
7
License
Apache-2.0
Why we included this project
Teams prototyping lane detection for autonomous driving or driver assistance will find LaneNet a practical starting point, and this unofficial TensorFlow implementation is a solid one to study. It pairs an encoder-decoder backbone with two heads: one that produces binary lane masks and another that runs instance segmentation with a discriminative loss, so each lane line comes back as a separate instance instead of one merged blob. Pretrained weights trained on the TuSimple benchmark are included, and you can run inference on a single image right away, with the GPU portion of the pipeline hitting roughly 50 fps. The code is also a useful learning resource, since it walks through preparing TuSimple-style training records, generating binary and instance label maps, and training with VGG or custom encoder backbones. Just be aware the setup targets an older TensorFlow stack, so treat it as a proven baseline to adapt rather than a drop-in production package.
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)