ByteTrack icon indicating copy to clipboard operation
ByteTrack copied to clipboard

Frame interval for tracker

Open mayur-ag opened this issue 4 years ago • 1 comments

Thanks for the good work! I am looking to change the interval of detection. For instance, run detection every other frame, but run tracker on every frame. This is important for two reasons: firstly, it will reduce the GPU usage required for inference. Secondly, I am running detection and tracking on low FPS videos so that will help me ameliorate the problem. Currently, if I do tracker.update() with no detection, it fails with an error.

My problem is similar to this issue in deep_sort repo

mayur-ag avatar Nov 16 '21 09:11 mayur-ag

same question

aminromi11 avatar Aug 08 '22 20:08 aminromi11