IoU

Metrics Matter: A deep dive into object detector evaluation (Medium)

Intersection over Union (IoU), also known as Jaccard’s Index, is calculated by taking the intersection area of two bounding boxes and dividing it by the union area of these boxes.

It quantifies the degree of overlap between the predicted bounding box and the ground truth bounding box.

Last updated