Realtime Object Detection is a python-based app that can detect objects in realtime (or any video given) with OpenCV while using your computers CPU for processing power. So you don't need to have a GPU for this app to run on your computer!
- Python 3.10.4
- opencv-python 4.6.0.66
- opencv-contrib-python 4.6.0.66
- Download the repo as a ZIP file or clone it to your local computer.
- Start up your command prompt and change directory to the repos location.
- Type
python main.pyin the command prompt and press Enter.
Currently there is no way for users to troubleshoot. Best thing you can do is open an issue and describe how I can re-create the bug!