Skip to main content

Project Vi

Project description

PyPI version

"Hey Vi!"

HEYVI: Visym Analytics for Visual AI
docs: https://developer.visym.com/heyvi

HEYVI is a python package for visual AI that provides systems and trained models for activity detection and object tracking in videos.

HEYVI provides:

  • Real time activity detection of the MEVA activity classes
  • Real time visual object tracking in long duration videos
  • Live streaming of annotated videos to youtube live
  • Visual AI from RTSP cameras

Requirements

python >3.6
ffmpeg (required for videos)
vipy, torch, pytorch_lightning (for training)

Installation

pip install heyvi

Quickstart

v = heyvi.sensor.rtsp().framerate(5)
T = heyvi.system.Tracker()
with heyvi.system.YoutubeLive(fps=5, encoder='480p') as s:
     T(v, frame_callback=lambda im: s(im.pixelize().annotate()))

Create a default RTSP camera and GPU enabled object tracker, then stream the privacy preserving annotated video (e.g. pixelated bounding boxes with captions) to a YouTube live stream.

YoutubeLive stream

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

heyvi-0.0.8.tar.gz (103.5 kB view hashes)

Uploaded Source

Built Distribution

heyvi-0.0.8-py3-none-any.whl (111.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