Git Product home page Git Product logo

sort's Introduction

SORT

This repository is meant to perform as a modular and flexible SORT (Simple Online Real-Time Tracking) algorithm. The project is highly object oriented for easy future customization in mind.

The SORT cores:

sort.py

This is the main app module which constructs a SORT object which holds: a video source, a specific tracker type, (optional) detector

tracker.py

Contains the Tracker master class and a few specialized tracker which inherit from it, the trackers differ from each other by metric method by which they compare detections (e.g. IoU, features, Neural network) The tracker hold all the 'Tracks' (also class objects) and their states for comparison with new detections

track.py

Each individual detection is assigned to a Track object and registered by the tracker. The Track is an improved state estimator which utilizes a Kalman Filter to give more robust predictions to where each individual tracked object is expected to be between consecutive frames

Great open source references which helped in the creation of this repository

A simple online and realtime tracking algorithm for 2D multiple object tracking in video sequences. By Alex Bewley https://github.com/abewley/sort

Simple object tracking with OpenCV by Adrian Rosebrock https://www.pyimagesearch.com/2018/07/23/simple-object-tracking-with-opencv

Tensorflow implementation of "An Improved Deep Learning Architecture for Person Re-Identification" https://github.com/digitalbrain79/person-reid

Real-time Human Detection in Computer Vision https://medium.com/@madhawavidanapathirana/real-time-human-detection-in-computer-vision-part-2-c7eda27115c6

sort's People

Contributors

danbochman avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.