supervision/examples/tracking
SkalskiP 181c0b833b 🔨 small names refactor 2023-09-28 13:46:52 +02:00
..
README.md fix(pre_commit): 🎨 auto format pre-commit hooks 2023-08-31 12:54:34 +00:00
requirements.txt fix(pre_commit): 🎨 auto format pre-commit hooks 2023-08-31 11:13:06 +00:00
script.py 🔨 small names refactor 2023-09-28 13:46:52 +02:00

README.md

👋 hello

This script provides functionality for processing videos using YOLOv8 for object detection and Supervision for tracking and annotation.

💻 install

pip install -r requirements.txt

⚙️ parameters

parameter required description
--source_weights_path Path to the source weights file for YOLOv8.
--source_video_path Path to the source video file to be processed.
--target_video_path Path to the target video file (output).
--confidence_threshold Confidence threshold for YOLO model detection. Default is 0.3.
--iou_threshold IOU (Intersection over Union) threshold for YOLO model detection. Default is 0.7.