vive-diy-position-sensor VS zero-shot-object-tracking

Compare vive-diy-position-sensor vs zero-shot-object-tracking and see what are their differences.

vive-diy-position-sensor

Code & schematics for position tracking sensor using HTC Vive's Lighthouse system and a Teensy board. (by ashtuchkin)

zero-shot-object-tracking

Object tracking implemented with the Roboflow Inference API, DeepSort, and OpenAI CLIP. (by roboflow)
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
vive-diy-position-sensor zero-shot-object-tracking
8 10
887 351
- 0.9%
1.8 0.6
almost 3 years ago 21 days ago
C++ Python
MIT License 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.

vive-diy-position-sensor

Posts with mentions or reviews of vive-diy-position-sensor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-21.

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 vive-diy-position-sensor and zero-shot-object-tracking you can also consider the following projects:

esptracker - Lighthouse-based tracker using the TS4231

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

Simple-OpenVR-Driver-Tutorial - A sample OpenVR Driver for you to learn from

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

rtl-sdr-blog - Modified Osmocom drivers with enhancements for RTL-SDR Blog V3 and V4 units.

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

INSTINCT - INS Toolkit for Integrated Navigation Concepts and Training

ssd_keras - A Keras port of Single Shot MultiBox Detector

ViveTrackedDevice - Completely open-source, reverse-engineered implementation of a tracked device for the SteamVR virtual reality system.

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

tinyrenderer - A brief computer graphics / rendering course

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