#606 · Primary category: Computer Vision
MultiNet
Real-time Joint Semantic Reasoning for Autonomous Driving
Project last updated:05/17/19
GitHub Stars
556
Forks
243
Contributors
5
License
MIT
Why we included this project
MultiNet is a compact example of how to run several driving-related vision tasks in one network. It shares a single VGG encoder across independent decoders, so road segmentation, car detection, and street classification happen together instead of as separate models, which keeps inference fast enough for real-time use. The code pulls in KittiSeg, KittiBox, and KittiClass as submodules, and the demo script can produce a prediction on a single image after a short setup. The accompanying paper explains the architecture, and the TensorVision-based experiment management shows a clean way to track training runs and checkpoints. Just keep in mind the project targets Python 2.7 and TensorFlow 1.0, so treat it as a learning and prototyping reference rather than something to drop into a modern stack unchanged.
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)