tracking-algorithm topic

List tracking-algorithm repositories

norfair

2.3k
Stars
233
Forks
Watchers

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

Deep-SORT-YOLOv4

495
Stars
172
Forks
Watchers

People detection and optional tracking with Tensorflow backend.

btrack

306
Stars
48
Forks
Watchers

Bayesian multi-object tracking

AcurusTrack

291
Stars
60
Forks
Watchers

A multi-object tracking component. Works in the conditions where identification and classical object trackers don't (e.g. shaky/unstable camera footage, occlusions, motion blur, covered faces, etc.)....

DeepLabCut-live

177
Stars
51
Forks
Watchers

SDK for running DeepLabCut on a live video stream

TrackNPred

192
Stars
64
Forks
Watchers

This is the code base for our ACM CSCS 2019 paper: "RobustTP: End-to-End Trajectory Prediction for Heterogeneous Road-Agents in Dense Traffic with Noisy Sensor Inputs". This codebase contains implemen...

copilot

153
Stars
54
Forks
Watchers

Lane and obstacle detection for active assistance during driving. Uses windowed sweep for lane detection. Combination of object tracking and YOLO for obstacles. Determines lane change, relative veloci...

yolov7-object-tracking

538
Stars
163
Forks
Watchers

YOLOv7 Object Tracking Using PyTorch, OpenCV and Sort Tracking

tracking-python3

116
Stars
30
Forks
Watchers

In this repository I will give some implementation of single and multiple object tracking algorithms. These include meanShift, CamShift, Boosting, MIL, KCF, TLD , GoTurn, and MedianFlow. Additionally...