#567 · Primary category: Computer Vision
ssd_tensorflow_traffic_sign_detection
Implementation of Single Shot MultiBox Detector in TensorFlow, to detect and classify traffic signs
Project last updated:11/02/21
GitHub Stars
532
Forks
216
Contributors
1
License
MIT
Why we included this project
Developers who want to study how the Single Shot MultiBox Detector is assembled in TensorFlow will find this a useful reference. The code is split into a few straightforward scripts that take you from data preparation through training to inference, and the project targets one narrow job: finding and classifying traffic signs in images and video. The author is upfront about the limits: it only recognizes stop and pedestrian-crossing signs, it was trained on the LISA US traffic sign dataset, and the model overfits, so treat it as a learning base or a starting point for transfer learning rather than production software. The reported 40-45 fps on a GTX 1080 also gives a rough idea of the real-time headroom available once the NMS step is optimized.
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)