Vehicle Tracking with YOLOv8
作者:XD / 发表: 2023年2月15日 08:15 / 更新: 2023年2月15日 08:15 / 编程笔记 / 阅读量:1209
Vehicle Tracking with YOLOv8
git clone --recurse-submodules https://github.com/mikel-brostrom/yolov8_tracking.git # clone recursively
cd yolov8_tracking
pip install -r requirements.txt # install dependencies
python track.py --source test.mp4 --save-vid --classes 0 1 2 3 4 5 6 7 8 9
# the class index can be found in the reference