Experiment - Raspberry Pi deployment
Problem:You have a computer vision model trained on a desktop that detects objects in images. Now you want to deploy this model on a Raspberry Pi to run real-time object detection using the Pi's camera.
Current Metrics:On desktop: accuracy 90%, inference time 50ms per image. On Raspberry Pi: model runs but inference time is 2 seconds per image, making real-time detection impossible.
Issue:The model is too large and slow for the Raspberry Pi hardware, causing slow inference and poor real-time performance.