jwchoi384/Gaussian_YOLOv3
A YOLOv3-based object detector that predicts localization uncertainty to improve detection accuracy for autonomous driving.

Velocity · 7d
+0.3
★ / day
Trend
→steady
star history
This repository implements Gaussian YOLOv3, a deep neural network for object detection that incorporates localization uncertainty into the detection process. Built on the official YOLOv3 darknet implementation, it modifies the model to output uncertainty estimates alongside bounding box predictions. The approach was published at ICCV 2019 and was validated on the Berkeley DeepDrive (BDD) dataset for autonomous driving applications.