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
算法中 r_tracked_stracks 这个变量少了lost部分的u_track的轨迹,导致未匹配上的丢失轨迹直接删掉: r_tracked_stracks = [strack_pool[i] for i in u_track if strack_pool[i].state == TrackState.Tracked],所以每一次更新导致之前丢失的轨迹要么跟新的框匹配要么直接删除掉