Show HN: Multi-Object Tracking in Python

https://github.com/kharitonov-ivan/multi-object-tracking-in-python
by neer201 • 3 years ago
48 10 3 years ago

Hello! I've created a small library for tracking, along with a tutorial. I plan to continue developing it.

Tracking is an important topic, closely related to object detection. However, I've noticed that it doesn't receive as much attention compared to machine learning approaches. Or, the focus is on filters like the Kalman filter. This tutorial begins with single object tracking and progressively complicates the tasks, introducing various models and a hypothesis tree to solve them.

Related Stories

Loading related stories...

Source preview

github.com