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
Currently, we do not account for missing ground truth ids in test files. e.g. if a track is not assigned to a detection, this counts as a missing ground truth id. Instead, these detections are assigned gt id = -1, and the eval pipeline will compute metrics as if this was the real gt id.