ElodieA commited on
Commit
fc5018f
·
verified ·
1 Parent(s): 2053e4c

Upload insect_tracker.yaml

Browse files
Files changed (1) hide show
  1. insect_tracker.yaml +11 -0
insect_tracker.yaml ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
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.6 # threshold for the first association
6
+ track_low_thresh: 0.2 # 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: 5000 # buffer to calculate the time when to remove tracks
9
+ match_thresh: 0.7 # 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)