You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been working on integrating your SORT/ Deep SORT trackers into an application, but I've found a confusing design decision. It looks you expect us to use the output of tracker.update(detections) to represent the tracks present on the current frame. update only returns the subset of tracks that match to the detections that were available for the given frame. This "hides" tracks that are still alive but may be temporarily occluded or spuriously not detected.
Does it make sense to provide a method that returns all alive tracks given the current tracker state?