Closed IreneLian closed 3 years ago
It sounds like a reasonable adjustment to the overall algorithm, although I am not sure to what extent inverting these two steps affects the final performance. Did you run any experiments that might quantify that?
I got some bad cases on fast moving objects. It highly overlaps with predicted bounding box but has zero IOU with previous frame bounding box. Matching before predict() causes id switch in this situation.
I did some tests and there seems to be a minor improvement, so I merged the fix to master.
Now it precedes prediction which seems conflict with MOT pipeline: