A retail company uses Azure AI Vision to analyze shelf images for inventory management. They notice that the Object Detection model sometimes misses small items. What is the most effective way to improve detection of small objects?
Custom training with representative data improves detection for specific scenarios.
Why this answer
Option C is correct because training a custom model with images containing small objects annotated properly will improve the model's ability to detect them. Option A is wrong because increasing resolution may help but can also increase cost and latency without targeted training. Option B is wrong because background removal does not improve detection of small objects.
Option D is wrong because the Background Removal API is for image editing, not object detection.