zero-shot-object-tracking VS FastMOT

Compare zero-shot-object-tracking vs FastMOT and see what are their differences.

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
WorkOS - The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com
featured
zero-shot-object-tracking FastMOT
10 2
350 1,095
1.4% -
0.6 0.0
18 days ago over 2 years ago
Python Python
GNU General Public License v3.0 only 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.

zero-shot-object-tracking

Posts with mentions or reviews of zero-shot-object-tracking. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-21.
  • How to Track Flying Objects?
    2 projects | news.ycombinator.com | 21 Feb 2022
    I’ve seen a bunch of drone-detection computer vision projects. Usually they’re detecting dromes from other drones though (Eg for autonomous racing[1] or drone-defense).

    A challenge with doing it from the ground is that the drones will be quite small relative to the size of the image. With sufficient compute and several cameras a tiling-based approach[2] should work!

    If you want to do unique-identification you’ll also need object tracking[3].

    This is exactly the type of project Roboflow (our startup) is built to empower! Happy to chat/help further (Eg we might be able to help source a good dataset to start from). And if it’s for non-commercial use it should be completely free.

    [1] https://blog.roboflow.com/drone-computer-vision-autopilot/

    [2] https://blog.roboflow.com/detect-small-objects/

    [3] https://blog.roboflow.com/zero-shot-object-tracking/

  • Object tracking in videos?
    4 projects | /r/computervision | 9 Feb 2022
    We use CLIP for object tracking with pretty good results (with no second model train required). https://blog.roboflow.com/zero-shot-object-tracking/
  • Hacker News top posts: Aug 28, 2021
    1 project | /r/hackerdigest | 28 Aug 2021
    Zero Shot Object Tracking\ (4 comments)
  • Need help in camera selection
    1 project | /r/computervision | 25 Aug 2021
  • Zero Shot Object Tracking
    3 projects | news.ycombinator.com | 25 Aug 2021
    It uses an object detection model (in our example code[1], we used one from Roboflow Universe[2] but you should be able to use any object detection model) and then sends a crop of each detected box to CLIP to get the feature vector that Deep SORT uses to differentiate between and track instances across frames.

    [1] https://github.com/roboflow-ai/zero-shot-object-tracking

    [2] https://universe.roboflow.com

  • [P] Zero-Shot Object Tracking with CLIP and Deep SORT
    1 project | /r/MachineLearning | 25 Aug 2021
    Repo: https://github.com/roboflow-ai/zero-shot-object-tracking
  • Zero-Shot Object Tracking with CLIP and Deep SORT
    1 project | /r/computervision | 25 Aug 2021
  • Show HN: Zero-Shot Object Tracking
    1 project | news.ycombinator.com | 25 Aug 2021

FastMOT

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

What are some alternatives?

When comparing zero-shot-object-tracking and FastMOT you can also consider the following projects:

Deep-SORT-YOLOv4 - People detection and optional tracking with Tensorflow backend.

multi-object-tracker - Multi-object trackers in Python

norfair - Lightweight Python library for adding real-time multi-object tracking to any detector.

ssd_keras - A Keras port of Single Shot MultiBox Detector

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

fast-reid - SOTA Re-identification Methods and Toolbox

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

TFJS-object-detection - Real-time custom object detection in the browser using tensorflow.js

yolo-tf2 - yolo(all versions) implementation in keras and tensorflow 2.x

mmtracking - OpenMMLab Video Perception Toolbox. It supports Video Object Detection (VID), Multiple Object Tracking (MOT), Single Object Tracking (SOT), Video Instance Segmentation (VIS) with a unified framework.