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
when i was try to reproduce the tracking result of bytetrack, I found my detector tend to output false positive bounding box. so when i was upload my tracking result in motchanllenge, my FN is around 69000, but my FP is around 50000, it's so strange, cause i had set the init_new_track score threshold to 0.8, it still have 50000 FP, i had review the code and all setting is the same with ByteTrack, even some code was directly copy from here, so curious about this.