Experiment - Why detection localizes objects in images
Problem:We want to teach a model to find and draw boxes around objects in pictures. The current model can tell if an object is there but does not draw boxes accurately.
Current Metrics:Training accuracy: 95%, Validation accuracy: 70%, Localization error (IoU < 0.5): 60%
Issue:The model overfits classification but fails to localize objects well, meaning it detects objects but the boxes are often wrong or misplaced.