#424 · Primary category: Computer Vision
KittiSeg
A Kitti Road Segmentation model implemented in tensorflow.
Project last updated:03/02/18
GitHub Stars
917
Forks
394
Contributors
4
License
MIT
Why we included this project
Teams working on camera-based road detection for autonomous driving will find this a compact, well-documented reference for training a fully convolutional network that separates drivable road pixels from everything else. Its most useful trait is data efficiency: the model reportedly exceeds 96% MaxF1 on the KITTI Road benchmark while training on only 250 densely labelled images, a practical lesson for teams that cannot collect huge segmentation datasets. The repository keeps training, evaluation, visualization, and a demo in one place, and the demo runs inference at roughly 95 ms per image, which puts it in range for latency-sensitive pipelines. Since it is built on the TensorVision backend and organized as a clean reusable module, it is also easy to study as a template for your own TensorFlow segmentation experiments before moving to newer frameworks.
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)