Sharpiless/Yolov5-deepsort-inference
Yolov5 deepsort inference,使用YOLOv5+Deepsort实现车辆行人追踪和计数,代码封装成一个Detector类,更容易嵌入到自己的项目中
Combines YOLOv5 object detection with DeepSort's re-identification features to maintain consistent track IDs across frames, enabling accurate counting of specific object classes (person, car, truck). The implementation uses half-precision inference and non-maximum suppression for real-time performance, while DeepSort's appearance-based matching with configurable distance thresholds handles occlusions and identity switches. Supports custom model training and weights integration, allowing users to adapt the pipeline to domain-specific detection tasks beyond the pre-configured vehicle and pedestrian classes.
1,459 stars. Actively maintained with 1 commit in the last 30 days.
Stars
1,459
Forks
292
Language
Python
License
GPL-3.0
Category
Last pushed
Mar 26, 2026
Commits (30d)
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/computer-vision/Sharpiless/Yolov5-deepsort-inference"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
facebookresearch/Ego4d
Ego4d dataset repository. Download the dataset, visualize, extract features & example usage of...
laugh12321/TensorRT-YOLO
🚀 Easier & Faster YOLO Deployment Toolkit for NVIDIA 🛠️
ultralytics/yolo-flutter-app
Flutter plugin for Ultralytics YOLO
ultralytics/yolo-ios-app
Ultralytics YOLO iOS App source code for running YOLO in your own iOS apps 🌟
ryouchinsa/Rectlabel-support
RectLabel is an offline image annotation tool for object detection and segmentation.