#505 · Primary category: Computer Vision

Gaussian_YOLOv3

computer-vision deep-learning dnn gaussian-yolov3 gaussian-yolov3-implementation gaussianyolov3 neural-network object-detection

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