zero-shot-object-tracking VS ssd_keras

Compare zero-shot-object-tracking vs ssd_keras 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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
zero-shot-object-tracking ssd_keras
10 4
350 1,846
0.6% -
0.6 0.0
19 days ago about 2 years ago
Python Python
GNU General Public License v3.0 only Apache License 2.0
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

ssd_keras

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

What are some alternatives?

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

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

layout-parser - A Unified Toolkit for Deep Learning Based Document Image Analysis

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

cppflow - Run TensorFlow models in C++ without installation and without Bazel

FastMOT - High-performance multiple object tracking based on YOLO, Deep SORT, and KLT 🚀

efficientnet-lite-keras - Keras reimplementation of EfficientNet Lite.

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

Mask-RCNN-TF2 - Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow 2.0

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

a-PyTorch-Tutorial-to-Object-Detection - SSD: Single Shot MultiBox Detector | a PyTorch Tutorial to Object Detection

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

SSD-pytorch - SSD: Single Shot MultiBox Detector pytorch implementation focusing on simplicity