Project Vi
Project description
"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.
Project details
Release history Release notifications | RSS feed
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.2.28.tar.gz
(487.9 kB
view details)
Built Distribution
heyvi-0.2.28-py3-none-any.whl
(195.2 kB
view details)
File details
Details for the file heyvi-0.2.28.tar.gz
.
File metadata
- Download URL: heyvi-0.2.28.tar.gz
- Upload date:
- Size: 487.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4745efe9ebe37f3dab276f69f3f46494b60ea58b644c2dfaa908d00ee031fbf |
|
MD5 | 38d73cf31cd44bcdf6dca8764a4cbf3d |
|
BLAKE2b-256 | c38b812455b37aa9717b60b3b23d6c5528cd45a6d20702bf048737f18d2d3c90 |
File details
Details for the file heyvi-0.2.28-py3-none-any.whl
.
File metadata
- Download URL: heyvi-0.2.28-py3-none-any.whl
- Upload date:
- Size: 195.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee168b92d96bf86059fba31e0c25f774f4f5c30d69ea377c846a8d9c3e754964 |
|
MD5 | 552245b1e7ec8a801e834dd66185b94b |
|
BLAKE2b-256 | 803753c268616e3f44a341b4bbeca31761ea79384d9013fd4d44a1da88157259 |