OlafenwaMoses / ImageAI

A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities
https://www.genxr.co/#products
MIT License
8.55k stars 2.19k forks source link

Live feed video recording issue #183

Closed prashantsondkar closed 5 years ago

prashantsondkar commented 5 years ago

Hello I tried to use Live feed object detection. Saved video runs at very very high speed.

OlafenwaMoses commented 5 years ago

This is because you are running ImageAI on a computer that doesn't have NVIDIA GPU. As a result, the detection code is not processed at the same speed as the live feed, meaning it captured only videos frames at very distant intervals, making it look unnecessarily fast. See the link below on solving this.

https://github.com/OlafenwaMoses/ImageAI#real-time-and-high-performance-implementation