Socket
Socket
Sign inDemoInstall

heyvi

Package Overview
Dependencies
8
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    heyvi

Project Vi


Maintainers
1

Readme

PyPI version

"Hey Vi!"

HEYVI: 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 CAP activity classes
  • 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.*
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

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc