Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 563 Bytes

File metadata and controls

34 lines (20 loc) · 563 Bytes

computer-vision-script

A trashy computer vision script that uses YOLOV3 for object detection on images

Install

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

Run the file grabber

$ python file_grabber.py

Run the detector

$ python detector.py