Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 383 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 383 Bytes

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