ssd_keras VS zero-shot-object-tracking

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
ssd_keras zero-shot-object-tracking
4 10
1,846 349
- 1.1%
0.0 0.6
about 2 years ago 10 days ago
Python Python
Apache License 2.0 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.

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.

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

What are some alternatives?

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

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

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

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

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

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

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

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

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

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

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

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

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