ByteTrack icon indicating copy to clipboard operation
ByteTrack copied to clipboard

内存溢出

Open WXWXwqz opened this issue 3 years ago • 2 comments

self.removed_stracks 没有清除操作会导致内存一直增加最终溢出。

WXWXwqz avatar Jul 12 '22 05:07 WXWXwqz

是不是不应该用self.removed_stracks,而应该用removed_stracks哟

tenggyut avatar Sep 21 '22 10:09 tenggyut

see how ultralytics handle this problem: https://github.com/ultralytics/ultralytics/blob/main/ultralytics/trackers/byte_tracker.py#L291 Perhaps the author keep all the removed_stracks for other purposes, after all, it is for academic study.

ghost avatar Aug 05 '23 08:08 ghost