GithubHelp home page GithubHelp logo

vltanh / trackun Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 91.27 MB

A Python package for (multiple) object tracking using recursive Bayesian filtering

License: MIT License

Python 100.00%
bayes-filter kalman-filter particle-filter object-tracking

trackun's Introduction

trackun

A Python package for (multiple) object tracking using recursive Bayesian filtering

Demo

Note: You can find more in images.

Example 1: GM-Bernoulli filter for single-object tracking on Constant Velocity with Gaussian noise model

python demo.py -s -m linear_gaussian -f GM-Bernoulli -o vis/output
Click to expand

Examples of GM-Bernoulli filter

Example 2: GM-PHD and GM-CPHD filter for multi-object tracking on Constant Velocity with Gaussian noise model

python demo.py -m linear_gaussian -f GM-PHD GM-CPHD -o vis/output
Click to expand

Examples of GM-PHD and GM-CPHD filter

Example 3: GM-LMB filter for multi-object tracking on Constant Velocity with Gaussian noise model

python demo.py -m linear_gaussian -f GM-LMB -o vis/output
Click to expand

Examples of GM-PHD and GM-CPHD filter

Checklist

Click to expand

Filters

Click to expand
  • Single Object
    • Kalman Filter (GMS)
    • Particle Filter (SMC)
    • Extended Kalman Filter (EKF)
    • Unscented Kalman Filter (UKF)
  • Bernoulli
    • Kalman Filter (GMS)
    • Particle Filter (SMC)
    • Extended Kalman Filter (EKF)
    • Unscented Kalman Filter (UKF)
  • Probability Hypothesis Density (PHD)
    • Kalman Filter (GMS)
    • Particle Filter (SMC)
    • Extended Kalman Filter (EKF)
    • Unscented Kalman Filter (UKF)
  • Cardinalized Probability Hypothesis Density (CPHD)
    • Kalman Filter (GMS)
    • Particle Filter (SMC)
    • Extended Kalman Filter (EKF)
    • Unscented Kalman Filter (UKF)
  • Robust Probability Hypothesis Density (PHD)
    • Unknown clutter (Lambda-CPHD)
      • Kalman Filter (GMS)
      • Particle Filter (SMC)
      • Extended Kalman Filter (EKF)
      • Unscented Kalman Filter (UKF)
    • Unknown detection probability (pD-CPHD)
      • Kalman Filter (GMS)
      • Particle Filter (SMC)
      • Extended Kalman Filter (EKF)
      • Unscented Kalman Filter (UKF)
    • Unknown clutter rate and detection probability
      • Kalman Filter (GMS)
      • Particle Filter (SMC)
      • Extended Kalman Filter (EKF)
      • Unscented Kalman Filter (UKF)
  • Cardinality Balanced Multi-target Multi-Bernoulli (CBMeMBer)
    • Kalman Filter (GMS)
    • Particle Filter (SMC)
    • Extended Kalman Filter (EKF)
    • Unscented Kalman Filter (UKF)
  • Generalized Labeled Multi-Bernoulli (GLMB)
    • Kalman Filter (GMS)
    • Particle Filter (SMC)
    • Extended Kalman Filter (EKF)
    • Unscented Kalman Filter (UKF)
  • Labeled Multi-Bernoulli (LMB)
    • Kalman Filter (GMS)
    • Particle Filter (SMC)
    • Extended Kalman Filter (EKF)
    • Unscented Kalman Filter (UKF)

Models

Click to expand

Motion model

  • Linear Gaussian
    • Constant velocity
  • Non-Linear Gaussian
    • Coordinated turn (CT)

Measurement model

  • Linear Gaussian
    • Cartesian coordinate
  • Non-Linear
    • Bearing/Polar coordinate

Other models

  • Birth model
    • Multi-Bernoulli Gaussian
    • Multi-Bernoulli Gaussian Mixture
  • Detection model
    • Constant probability
    • Bearing Gaussian
  • Survival model
    • Constant probability
  • Clutter model
    • Uniform clutter

Metrics

  • OSPA
  • OSPA2

Utility

  • Examples and Visualization
  • Benchmarking
  • Optimization (consider memory-speed tradeoffs, JIT,...)
  • System design and folder structure
  • Testing

Credits

Original MATLAB implementation comes from http://ba-tuong.vo-au.com/codes.html

trackun's People

Contributors

vltanh avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.