Pavel Bugneac
Pavel Bugneac
Hi! There seems to be a memory leak coming from removed_stracks. ``` self.lost_stracks.extend(lost_stracks) self.lost_stracks = sub_stracks(self.lost_stracks, self.removed_stracks) self.removed_stracks.extend(removed_stracks) ``` In bytetrack.py, the `self.removed_stracks` variable increases without limit. Over time this...
*Issue #, if available:* There is a memory leak in the official ByteTrack script caused by the `self.removed_stracks` variable which is allowed to grow indefinitely. This issue (&fix) was raised...
Hi, I am trying to replicate the keypoint labelling but with a custom non human model (animals). Is this possible? I keep getting the error "InvalidOperationException: Avatar is not of...