Skip to content

Latest commit

Β 

History

History
Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Β 
Β 
Β 
Β 
Β 
Β 

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.