This script provides functionality for processing videos using YOLOv8 for object detection and Supervision for tracking and annotation.
pip install -r requirements.txt| 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. |