phil-bergmann / tracking_wo_bnw

Implementation of "Tracking without bells and whistles” and the multi-object tracking "Tracktor"
https://arxiv.org/abs/1903.05625
GNU General Public License v3.0
818 stars 196 forks source link

Online or Offline method #169

Closed andreaceruti closed 2 years ago

andreaceruti commented 2 years ago

I have seen many papers, sorry if my question sounds stupid but, Is this method an "online" mot method, right? If i am not wrong you use only information from past frames to decide the current frame boxes, you do not use also future detections. Correct me if I am missing something please

timmeinhardt commented 2 years ago

You are correct. This method is online and only uses information of past frames.

andreaceruti commented 2 years ago

@timmeinhardt thank you!