maddust / yolov8_tracking_and_logging

A detection tracking for a hypothetical traffic system using yolov8 and logging system for time in and out

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yolov8_tracking_and_logging

Logging application for a hypothetically traffic system using Yolov8 for tracking

๐Ÿ’ป Install

# create python virtual environment
python3 -m venv venv
# create python virtual environment
source venv/bin/activate
# install dependencies
pip install -r requirements.txt

๐Ÿš€ Run

python3 -m main

About

A detection tracking for a hypothetical traffic system using yolov8 and logging system for time in and out


Languages

Language:Python 100.0%