# Ultralytics YOLO 🚀, AGPL-3.0 license# Default YOLO tracker settings for ByteTrack tracker https://github.com/ifzhang/ByteTracktracker_type:bytetrack# tracker type, ['botsort', 'bytetrack']track_high_thresh:0.25# threshold for the first associationtrack_low_thresh:0.1# threshold for the second associationnew_track_thresh:0.25# threshold for init new track if the detection does not match any trackstrack_buffer:30# buffer to calculate the time when to remove tracksmatch_thresh:0.8# threshold for matching tracksfuse_score:True# Whether to fuse confidence scores with the iou distances before matching# min_box_area: 10 # threshold for min box areas(for tracker evaluation, not used for now)