luminoussg commited on
Commit
cc5812c
·
verified ·
1 Parent(s): 5cb8589

Delete bytetrack.yaml

Browse files
Files changed (1) hide show
  1. bytetrack.yaml +0 -11
bytetrack.yaml DELETED
@@ -1,11 +0,0 @@
1
- # Ultralytics YOLO 🚀, AGPL-3.0 license
2
- # Default YOLO tracker settings for ByteTrack tracker https://github.com/ifzhang/ByteTrack
3
-
4
- tracker_type: bytetrack # tracker type, ['botsort', 'bytetrack']
5
- track_high_thresh: 0.5 # threshold for the first association
6
- track_low_thresh: 0.1 # threshold for the second association
7
- new_track_thresh: 0.6 # threshold for init new track if the detection does not match any tracks
8
- track_buffer: 10 # buffer to calculate the time when to remove tracks
9
- match_thresh: 0.8 # threshold for matching tracks
10
- # min_box_area: 10 # threshold for min box areas(for tracker evaluation, not used for now)
11
- # mot20: False # for tracker evaluation(not used for now)