tusen-ai / SimpleTrack

MIT License
342 stars 64 forks source link

Speed of the objects #35

Closed cat722 closed 1 year ago

cat722 commented 1 year ago

Hello, Does the tracking result contain information about the speed of the object? If not, how can I get it? Thanks!

ziqipang commented 1 year ago

@cat722 The tracking result does not have velocity. I suggest two approaches:

  1. The detection result (e.g. centerpoint), might output the velocities predicted by the neural networks.
  2. You can access the internal states of Kalman filter to see the velocities filtered by Kalman filters.