Experiment - IoU (Intersection over Union)
Problem:You have a model that detects objects in images by drawing boxes around them. The model's current way to check how good these boxes are is not very clear or accurate.
Current Metrics:Current IoU score: 0.45 (45%) on validation set
Issue:The model's predicted boxes often do not overlap well with the true boxes, leading to low IoU scores and poor object detection quality.