A real-time object detector that relies on the OpenCV module, supports local images and webcam usage.
install dependencies from the requirements.txt file provided.
$ pip3 install -r requirements.txt
- Run main.py.
$ python3 main.py
(img/webcam) ? : [input 'img' FOR LOCAL IMAGE AND 'webcam' FOR INTERNAL WEBCAM USAGE]