YOLOv8 NATIVE TRACKING

💻 Install

# create python virtual environment
python3 -m venv venv

# or
python3.8 -m venv venv


# activate environment
source venv/bin/activate
pip install -U pip


# install dependencies
pip install -r requirements.txt

📸 Execute

python3 -m main