Introduction
IoU helps us measure how much two shapes overlap. It tells us how well a predicted area matches the true area.
When checking how well a model detects objects in images.
When comparing predicted boxes with real boxes in object detection.
When deciding if two areas are similar enough to count as a match.
When evaluating segmentation masks in images.
When filtering overlapping predictions to keep the best one.