ifzhang / ByteTrack

[ECCV 2022] ByteTrack: Multi-Object Tracking by Associating Every Detection Box
MIT License
4.69k stars 891 forks source link

memory leak fixed #252

Open hiker2046 opened 2 years ago

hiker2046 commented 2 years ago

“this->removed_stracks” is not cleared, and the continuous growth of memory will lead to memory leaks.

EmpireofKings commented 2 years ago

I have applied this commit, and this does not remove the memory leak.