Tracking_HUB / config.yaml
Panagiota Moraiti
Initial upload
a31bf96
raw
history blame contribute delete
429 Bytes
inference:
confidence: 0.5
use_nms: False
nms_thresh: 0.7
plot_dets: False # Save image or video with drawn detections
save_preds: False # Save detections in .txt filses (yolo format), for images only
show: False # Show the images or video with drawn detections
tracking:
track_activation_threshold: 0.2
lost_track_buffer: 120
frame_rate: 30.0
minimum_consecutive_frames: 2
minimum_iou_threshold: 0.2