Skip to main content

A ready-to-use server to analyse cctv feeds. Pip install, boot up server, and make requests to analyse videos.

Project description

CCTV analysis.

A cctv analysis server to asynchronously analyse videos for objects such as persons or cars in cctv camera feeds. license

Introduction.

KERAS implementation of YOLOv3 (Tensorflow backend) inspired by allanzelener/YAD2K.


Initial setup for model.

  1. Clone the repository on your computer.
  2. Download YOLOV3 weights and the yolo.h5 file from this drive link https://drive.google.com/drive/folders/1PHLAmDVdO3DWp0Igf2_T_uBnDsvJZghy?usp=sharing , or use de wget instruction above
  3. Put the weights files in the weights folder "/cctv_analysis/model/weights", and the file yolo.h5 inside the cfg folder "/cctv_analysis/model/cfg".
  4. Run the app.

To run the server localy:

At the server folder "cctv_analysis/server/" python app.py
server runs at http://127.0.0.1:5000/ localy, use the "seleccionar archivo" button, then select video, once the video is selected click at the "enviar" button, after procesing the output can be found at the files folder (cctv_analysis/server/files" as a json file called data.

PD: the files folder can be modified from the user_cfg.json file at the server folder

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cctv-analysis-0.0.2.tar.gz (12.5 kB view hashes)

Uploaded Source

Built Distribution

cctv_analysis-0.0.2-py2.py3-none-any.whl (12.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page