tracking-by-detection, multiple object tracking algorithm

This page summarizes the projects mentioned and recommended in the original post on /r/computervision

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
  • mot3d

    Fast Single View and Multiview Multi Object Tracking Using Minimum Cost Maximum Flow Formulation

  • This casts a multi-object object tracking problem as minimum-cost maximum flow problem: https://github.com/cvlab-epfl/mot3d

  • yolo_tracking

    BoxMOT: pluggable SOTA tracking modules for segmentation, object detection and pose estimation models

  • Try looking into DeepSort, which uses a deep association metric in addition to the traditional SORT algorithm to kind of improve upon the ID reassignment issue. However, I suspect you would have to come up with your own re-id model since you have a unique object you're trying to detect. Here's the paper . I've had decent results using https://github.com/mikel-brostrom/Yolov5_DeepSort_OSNet as an out of the box implementation for coco object. It's written in PyTorch.

  • 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.

    InfluxDB logo
  • cosine_metric_learning

    Deep Cosine Metric Learning for Person Re-identification

  • Hi! I have run into DeepSort but I think I am missing something. Once I opened this issue https://github.com/nwojke/cosine_metric_learning/issues/103 while trying to using it, but I think i was not so clear and the guy from DeepSort misunderstanded me. I saw that in DeepSort to train the appearance descriptor they use datasets which uses different views of the same object, for example the same white car will have both pictures in the training and in the test set. Instead I just have one photo for each instance. I think but I am not sure that this framework does not suit my problem due to this. Maybe I will post another question about this since It is a doubt that I am bringing with me.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts