Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Realtime Object Detection

What is Realtime Object Detection?

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!

Requirements

  • Python 3.10.4
  • opencv-python 4.6.0.66
  • opencv-contrib-python 4.6.0.66

Installing

  • 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.py in the command prompt and press Enter.

Troubleshooting

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!