tracker_config.yml 378 字节
Newer Older
W
wangguanzhong 已提交
1 2 3 4 5 6 7 8 9 10
# config of tracker for MOT SDE Detector, use ByteTracker as default.
# The tracker of MOT JDE Detector is exported together with the model.
# Here 'min_box_area' and 'vertical_ratio' are set for pedestrian, you can modify for other objects tracking.
tracker:
  use_byte: true
  conf_thres: 0.6
  low_conf_thres: 0.1
  match_thres: 0.9
  min_box_area: 100
  vertical_ratio: 1.6