SkalskiP / yolov8-live

A short script showing how to build simple real-time video analytics apps using YOLOv8 and Supervision. Try it out, and most importantly have fun! 🤪

Home Page:https://youtu.be/QV85eYOb7gk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YOLOv8 LIVE

count-objects-crossing-line

👋 hello

A short script showing how to build simple real-time video analytics apps using YOLOv8 and Supervision. Try it out, and most importantly have fun! 🤪

💻 Install

# create python virtual environment
python3 -m venv venv

# activate the virtual environment
source venv/bin/activate

# install dependencies
pip install -r requirements.txt

📸 Execute

python3 -m main

About

A short script showing how to build simple real-time video analytics apps using YOLOv8 and Supervision. Try it out, and most importantly have fun! 🤪

https://youtu.be/QV85eYOb7gk


Languages

Language:Python 100.0%