Skip to main content

Library for prototyping video analytic applicatios.

Project description

videoanalytics

PyPI

Python library for prototyping of video analytic applications. Relies on OpenCV, Keras, and other standard computer vision and machine learning python packages.

References:

Component reference

Components are organized as Sources and sinks which are instanced and connected at execution time as pipelines. Sources consume data from a camera or file and trigger the processing pipeline. Sinks process data that was made available from other components and generate new.

  • Sources
    • VideoReader
  • Sinks
    • Object detection
      • YOLOv4Detector
      • DetectorCSV
    • Visualization
      • Bounding box annotation
      • Matplotlib
    • Outputs
      • Metadata
        • DetectionsCSVWriter
          • Store object detections as CSV.
        • TrackingCSVWriter
          • Store tracked objects as CSV.
      • Database
        • InfluxDB.
        • ELasticSearch
      • Video
        • Write frames to video file.

Instructions for developers

Import conda environment (GPU):

conda env create -f videoanalytics-gpu.yml

Some examples are provided as jupyter notebooks.

conda activate videoanalytics-gpu.yml
jupyter notebook .

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

videoanalytics-0.0.2.tar.gz (26.2 kB view hashes)

Uploaded Source

Built Distribution

videoanalytics-0.0.2-py3-none-any.whl (30.4 kB view hashes)

Uploaded 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