multi_object_tracking VS deep_sort_realtime

Compare multi_object_tracking vs deep_sort_realtime and see what are their differences.

multi_object_tracking

Multi-object tracking of water fleas from video. Detects dark blotches on light background, performs multi-object association, tracks them with Kalman filters. (by nuchi)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
multi_object_tracking deep_sort_realtime
1 1
1 135
- -
2.7 1.7
about 3 years ago 12 months ago
Python Python
GNU Affero General Public License v3.0 MIT License
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.

multi_object_tracking

Posts with mentions or reviews of multi_object_tracking. We have used some of these posts to build our list of alternatives and similar projects.
  • Show HN: Critter.Camera – Browser based motion detection and image capture
    1 project | news.ycombinator.com | 14 Mar 2021
    I also tackled the problem of moving-window brightness calibration in a related (but more constrained) problem --- tracking water fleas moving in a tank of water where an overhead light might periodically turn on and wash out the picture.

    I essentially subtracted the current frame from the max across a moving window.

    I'd be interested to chat about it if you like, my email is in my profile. The code is at https://github.com/nuchi/multi_object_tracking

deep_sort_realtime

Posts with mentions or reviews of deep_sort_realtime. We have used some of these posts to build our list of alternatives and similar projects.

What are some alternatives?

When comparing multi_object_tracking and deep_sort_realtime you can also consider the following projects:

ByteTrack - [ECCV 2022] ByteTrack: Multi-Object Tracking by Associating Every Detection Box

yolo_series_deepsort_pytorch - Deepsort with yolo series. This project support the existing yolo detection model algorithm (YOLOV8, YOLOV7, YOLOV6, YOLOV5, YOLOV4Scaled, YOLOV4, YOLOv3', PPYOLOE, YOLOR, YOLOX ).

FairMOT - [IJCV-2021] FairMOT: On the Fairness of Detection and Re-Identification in Multi-Object Tracking

AS-One - Easy & Modular Computer Vision Detectors and Trackers - Run YOLO-NAS,v8,v7,v6,v5,R,X in under 20 lines of code.

yolov7_counting - Detect, track and count different classes of objects.