abewley / sort

Simple, online, and realtime tracking of multiple objects in a video sequence.
GNU General Public License v3.0
3.82k stars 1.07k forks source link

Working with time tag #149

Open SaharGezer opened 2 years ago

SaharGezer commented 2 years ago

I have seen that the tracker works with frames epochs, I want to change it and work with time tags.

For example, use trk.time_since_update with seconds instead of frame counter.

Do I need to change something in the tracker equations?

Thank you