IoU
metric
IoU measures how much two boxes cover the same spot: 1 is a perfect overlap, 0 is none. The tracker uses it to decide whether a box in this photo is the same product as a box in the last one.
For engineers: intersection area over union area of two boxes; the primary association cue in the modified DeepSORT.