/yolov8_tracking_and_logging

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

Primary LanguagePython

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