YOLOv6 VS deep_sort

Compare YOLOv6 vs deep_sort and see what are their differences.

YOLOv6

YOLOv6: a single-stage object detection framework dedicated to industrial applications. (by meituan)

deep_sort

Simple Online Realtime Tracking with a Deep Association Metric (by nwojke)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
YOLOv6 deep_sort
11 10
5,526 5,030
1.2% -
6.7 0.0
about 1 month ago about 2 months ago
Jupyter Notebook Python
GNU General Public License v3.0 only GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

YOLOv6

Posts with mentions or reviews of YOLOv6. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-08.

deep_sort

Posts with mentions or reviews of deep_sort. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-16.
  • Similari 0.26.2: MOT framework with Python bindings
    3 projects | /r/computervision | 16 May 2023
    Similari is a Rust/Python framework aimed at building sophisticated tracking systems. With Similari, you can develop highly efficient parallelized SORT, DeepSORT, and other sophisticated multiple-object tracking engines.
  • How to integrate DeepSORT with YOLOv8
    2 projects | /r/computervision | 25 Mar 2023
    I'm doing a Python personal project where I'm trying to use YOLOv8 and DeepSORT to detect vehicles from a car's dash cam footage. I succeeded in using YOLOv8 to output the correct bounding boxes by processing each camera frame. However, I tried to add on DeepSORT code, but it made the detection accuracy significantly worse. I'm pretty sure I need to train my own "feature extractor" for DeepSORT to create a new .pb file. I got this information from the deep_sort GitHub link: https://github.com/nwojke/deep_sort. I tried to find resources to do this but they are pretty scarce. Has anyone had experience with this problem?
  • Need to download resources for DeepSORT from pan.baidu.com
    3 projects | /r/computervision | 6 Dec 2022
    The feature model well that looks like it is at that domain you mentioned but why not instead of using this repo use the original authors repo
  • DeepSort with PyTorch(support yolo series)
    13 projects | /r/u_No_Experience9104 | 20 Sep 2022
    nwojke/deep_sort
  • Kalman filter in Rust runs 120+ times faster than NumPy, SciKit implementation
    4 projects | /r/rust | 25 Jul 2022
    I was implementing the Kalman filter for bounding boxes during the last two days. As an inspiration source, I looked at the Python3 Kalman filter implementation that is used in the DeepSORT algorithm and uses NumPy and SciKit under the hood, so it's pretty efficient because all the operations are run inside FFI.
  • Building an API + query language for rich data like images and video
    2 projects | /r/datascience | 21 Apr 2022
    Right now, the way we're thinking about it is to turn videos into something that works with the structure of a database like MongoDB. Everything in an image or a video is an object (even the frame itself is an object with a large bounding box), and each of these objects has some attributes and can be tracked over time with some form of object tracking. Given that the objects are tracked, they can each basically be returned as a time-series of each of the attributes associated with that object.
  • How do I train the DeepSORT tracker for a custom class?
    2 projects | /r/computervision | 13 Apr 2021
    I was wondering if I could use the same annotated data(in YOLO format) for the training of the tracker as well. I took a look at the original repo for DeepSORT, and it does mention the training using cosine metric learning, but I could not seem to understand how to replicate that for my own dataset(they show us how to do it for the MARS and Market1501 datasets).
  • Is it possible to track objects on the go?
    2 projects | /r/learnmachinelearning | 11 Mar 2021
    DeepSORT is one of the best trackers https://github.com/nwojke/deep_sortIt requires an object detector tho, like YOLO https://pjreddie.com/darknet/yolo/

What are some alternatives?

When comparing YOLOv6 and deep_sort you can also consider the following projects:

yolov5 - YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite

yolor - implementation of paper - You Only Learn One Representation: Unified Network for Multiple Tasks (https://arxiv.org/abs/2105.04206)

yolov3 - YOLOv3 in PyTorch > ONNX > CoreML > TFLite

YOLOX - YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX, TensorRT, ncnn, and OpenVINO supported. Documentation: https://yolox.readthedocs.io/

keras-yolo3 - Training and Detecting Objects with YOLO3

PixelLib - Visit PixelLib's official documentation https://pixellib.readthedocs.io/en/latest/

edgetpu-yolo - Minimal-dependency Yolov5 export and inference demonstration for the Google Coral EdgeTPU

edgetpu - Coral issue tracker (and legacy Edge TPU API source)

sort - Simple, online, and realtime tracking of multiple objects in a video sequence.

AYolov2

yolov7 - Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors

yolov4-deepsort - Object tracking implemented with YOLOv4, DeepSort, and TensorFlow.