Update insect_tracker.yaml
Browse files- insect_tracker.yaml +6 -13
insect_tracker.yaml
CHANGED
@@ -1,17 +1,10 @@
|
|
1 |
# Ultralytics YOLO 🚀, AGPL-3.0 license
|
2 |
# Default YOLO tracker settings for ByteTrack tracker https://github.com/ifzhang/ByteTrack
|
3 |
-
tracker_type: bytetrack
|
4 |
-
track_high_thresh: 0.
|
5 |
-
track_low_thresh: 0.2
|
6 |
-
new_track_thresh: 0.6
|
7 |
-
track_buffer: 10000
|
8 |
-
match_thresh: 0.
|
9 |
-
|
10 |
-
#tracker_type: bytetrack # tracker type, ['botsort', 'bytetrack']
|
11 |
-
#track_high_thresh: 0.6 # threshold for the first association
|
12 |
-
#track_low_thresh: 0.2 # threshold for the second association
|
13 |
-
#new_track_thresh: 0.6 # threshold for init new track if the detection does not match any tracks
|
14 |
-
#track_buffer: 5000 # buffer to calculate the time when to remove tracks
|
15 |
-
#match_thresh: 0.7 # threshold for matching tracks
|
16 |
# min_box_area: 10 # threshold for min box areas(for tracker evaluation, not used for now)
|
17 |
# mot20: False # for tracker evaluation(not used for now)
|
|
|
1 |
# Ultralytics YOLO 🚀, AGPL-3.0 license
|
2 |
# Default YOLO tracker settings for ByteTrack tracker https://github.com/ifzhang/ByteTrack
|
3 |
+
tracker_type: bytetrack # tracker type, ['botsort', 'bytetrack']
|
4 |
+
track_high_thresh: 0.6 # threshold for the first association
|
5 |
+
track_low_thresh: 0.2 # threshold for the second association
|
6 |
+
new_track_thresh: 0.6 # threshold for init new track if the detection does not match any tracks
|
7 |
+
track_buffer: 10000 # buffer to calculate the time when to remove tracks
|
8 |
+
match_thresh: 0.7 # threshold for matching tracks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
# min_box_area: 10 # threshold for min box areas(for tracker evaluation, not used for now)
|
10 |
# mot20: False # for tracker evaluation(not used for now)
|