Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 497 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 497 Bytes

PyCCTV

A CCTV camera application with "person" detection and remote monitoring over Wi-Fi.

Read more about it on my blog.

Usage

  1. Download the pretrained Keras Yolo V3 model (trained on the COCO dataset) from here.

  2. Run the following command.

$ py_cctv.py --model <path to yolo.h5> --output <path to output image directory>