Skip to main content

A simply cli app that indexes videos using YOLOv10

Project description

yoli

A simply cli app that indexes videos using YOLOv10.

[!WARNING] This is a work in progress. The code is not yet stable and just a quick sketch of an AI powered cli video indexer.

Installation

pip install yoli

Usage

yoli --help

Video Indexing

yoli vindex data/city.mp4
Video file is valid: data/city.mp4
Processing frames: 100%|█████████████████████████████████████████████████████████████████| 275/275 [00:26<00:00, 10.45it/s]
Results saved to data/city.mp4.pt

Most Common Objects

yoli common data/city.mp4.pt
car: 2364
person: 47
truck: 42
traffic light: 39
clock: 6

Where and When an Object Appears

yoli where data/city.mp4.pt person
person appears between frames 0 and 40

Development

some helpful commands for development

uv venv
source .venv/bin/activate
poetry build
poetry install

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

yoli-0.0.0.tar.gz (6.7 MB view hashes)

Uploaded Source

Built Distribution

yoli-0.0.0-py3-none-any.whl (6.8 MB 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