#505 · Primary category: Computer Vision
Gaussian_YOLOv3
Gaussian YOLOv3: An Accurate and Fast Object Detector Using Localization Uncertainty for Autonomous Driving (ICCV, 2019)
Project last updated:07/19/20
GitHub Stars
670
Forks
174
Contributors
3
License
Other
Why we included this project
This is the reference implementation of the ICCV 2019 Gaussian YOLOv3 paper, which extends YOLOv3 by modeling bounding-box localization uncertainty as a Gaussian. Instead of just predicting a box, the detector also reports how confident it is in that box's position, which is useful in safety-sensitive settings like autonomous driving. The code builds on the official Darknet YOLOv3 codebase, so anyone who has trained YOLO before can adapt it to their own data without much friction. It also ships a pretrained weight file validated on the Berkeley DeepDrive dataset, giving a working starting point rather than a paper you have to reimplement from scratch. For teams comparing real-time detectors that have to balance speed against reliability, this is a good reference for adding uncertainty estimates to an existing detector.
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)