Experiment - Why detection localizes objects
Problem:You have a simple object detection model that predicts both the class and location (bounding box) of objects in images. Currently, the model predicts classes well but the bounding box predictions are poor, causing inaccurate localization.
Current Metrics:Training accuracy: 90%, Training bounding box IoU: 0.45; Validation accuracy: 88%, Validation bounding box IoU: 0.40
Issue:The model detects objects but does not localize them accurately. Bounding box Intersection over Union (IoU) is low, indicating poor localization.