A trashy computer vision script that uses YOLOV3 for object detection on images
Clone the repository
$ git clone https://github.com/DanielFL0/computer-vision-script
Create a virtualenv and activate
$ cd computer-vision-script
$ virtualenv venv
$ source venv/bin/activate
Easy!
Install the requirements
$ pip install -r requirements.txt
$ python file_grabber.py
$ python detector.py