julianweng / object-detection

Captures video from camera or screen and detects objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

object-detection

Captures video from camera or screen and detects objects frame by frame.

Setup

Run in administrative mode

pip install -r requirements.txt

Copy https://pjreddie.com/media/files/yolov3.weights into /model

python yolo.py # use the front-camera
python yolo.py -r # use the on-screen video

About

Captures video from camera or screen and detects objects

License:MIT License


Languages

Language:Python 65.9%Language:Jupyter Notebook 34.1%