theAIGuysCode/yolov4-deepsort
A real-time multi-object tracking system using YOLOv4 neural network detection and DeepSort deep association metric tracking.

Velocity · 7d
+0.7
★ / day
Trend
→steady
star history
This repository implements a real-time object tracker combining YOLOv4 object detection with DeepSort tracking algorithm. YOLOv4 performs object detection using deep convolutional neural networks while DeepSort uses a deep association metric to track detected objects across video frames. The system runs on TensorFlow 2 and provides pre-trained weights for 80 object classes including people and vehicles.