wmuron / motpy

Library for tracking-by-detection multi object tracking implemented in python
MIT License
510 stars 60 forks source link

Explanation of function arguments #12

Closed Blissbill closed 3 years ago

Blissbill commented 3 years ago

Hello your library is very good thank you But could you please clarify what the arguments to motpy.model.model?

haviduck commented 3 years ago

http://greg.czerniak.info/guides/kalman1/

wmuron commented 3 years ago

@haviduck pointed a nice explanation of Kalman filter parameters. Also, you can have a deeper dive by checking out https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python/