Object-detection tutorials benchmark on data-center GPUs. Students run on a free-tier notebook GPU or a laptop's integrated graphics, and the achievable frame rate is a different number entirely.
What's realistic
- A small, quantized detection model on a free-tier GPU: often 15-30 FPS, enough for real-time demo purposes.
- The same model on CPU only: usually 1-5 FPS — fine for batch processing, not for a live demo.
- A larger, higher-accuracy model on a budget GPU: may drop below 10 FPS; test before promising 'real time' in a pitch.
Getting more out of limited hardware
Quantize the model, reduce input resolution if your task tolerates it, and skip frames rather than processing every one at full resolution (see frame sampling). Measure actual FPS on your target hardware before a demo, not on whatever GPU you trained with.
See video frame sampling for vision models and edge deployment for vision models.
— Pranjul Rathour, GenAI Engineer from Kanpur, India. Open to GenAI roles, hackathon judging, mentorship sessions and guest talks at any campus: pranjulrathour41@gmail.com.
