Experiment - Pre-trained detection models
Problem:You want to detect objects in images using a pre-trained detection model. The current model detects objects well on training images but performs poorly on new images, missing many objects or detecting wrong ones.
Current Metrics:Training mAP (mean Average Precision): 85%, Validation mAP: 60%
Issue:The model overfits the training data, showing high accuracy on training images but low accuracy on validation images.