A project written in Python using OpenCV, that helps to detect objects. This project has a sweet balance between speed and accuracy.
You will be able to run this project in real time and will be able to identify objects that has a detection accuracy of over 50%!
- Python
- Clone this repository
git clone https://github.com/ameeshagireesh/Object-Detector.git
- Move into the folder
cd Object-Detector
- Set up a virtual environment
pip install virtualenv
python -m virtualenv .
source bin/activate
- Install required libraries
pip install opencv-python
- Run using python interpreter