dvl-tum / SUSHI

[CVPR 2023] Unifying Short and Long-Term Tracking with Graph Hierarchies
MIT License
113 stars 9 forks source link

Tracking in a "live" scenario #4

Closed finlay96 closed 1 year ago

finlay96 commented 1 year ago

Hi there,

I was wondering if this approach would work for a "live"/online approach. Such that there is a buffer of X past frames and then the tracker outputs a stable result for each subsequent frame with the buffer working in a FIFO method. Do you believe this would work or does this method require future information to work effectively?

Thanks!

ocetintas commented 1 year ago

Hi, This is indeed possible but note that future information is helpful for tracking and dropping those frames would result in slightly lower tracking scores.