jwchoi384/Gaussian_YOLOv3
Gaussian YOLOv3: An Accurate and Fast Object Detector Using Localization Uncertainty for Autonomous Driving (ICCV, 2019)
This system helps autonomous vehicles accurately and quickly detect objects like cars, pedestrians, and traffic signs in real-time video feeds. It takes live camera footage as input and outputs precise bounding box detections for various objects, even indicating the uncertainty of these detections. Autonomous driving engineers or researchers developing self-driving car systems would use this to improve their object recognition capabilities.
669 stars. No commits in the last 6 months.
Use this if you need a high-performance object detection system for autonomous driving applications that can process video streams rapidly and provide reliable localization of objects, along with an estimate of how certain those detections are.
Not ideal if your primary need is detecting objects in static images or if you require detection for a domain other than autonomous driving, as it's specifically tuned for vehicle-related scenarios.
Stars
669
Forks
174
Language
C
License
—
Category
Last pushed
Jul 19, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/computer-vision/jwchoi384/Gaussian_YOLOv3"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
ultralytics/ultralytics
Ultralytics YOLO 🚀
Megvii-BaseDetection/YOLOX
YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX,...
kujason/avod
Code for 3D object detection for autonomous driving
aparsoft/yolo-streamlit-detection-tracking
Object detection and tracking algorithm implemented for Real-Time video streams and static images.
RizwanMunawar/yolov8-object-tracking
YOLOv8 Object Tracking Using PyTorch, OpenCV and Ultralytics