ElodieA commited on
Commit
626fbe0
·
verified ·
1 Parent(s): 16118e7

Update insect_tracker.yaml

Browse files
Files changed (1) hide show
  1. insect_tracker.yaml +2 -2
insect_tracker.yaml CHANGED
@@ -2,10 +2,10 @@
2
  # Default YOLO tracker settings for ByteTrack tracker https://github.com/ifzhang/ByteTrack
3
  tracker_type: bytetrack
4
  track_high_thresh: 0.4 # Lowered to be more inclusive of initial associations
5
- track_low_thresh: 0.1 # Lowered to refine associations after initial matching
6
  new_track_thresh: 0.6 # Lowered to initiate new tracks for detections with lower confidence
7
  track_buffer: 10000 # Increased to maintain tracks for a longer duration
8
- match_thresh: 0.3 # Adjusted to allow more flexible track matching
9
 
10
  #tracker_type: bytetrack # tracker type, ['botsort', 'bytetrack']
11
  #track_high_thresh: 0.6 # threshold for the first association
 
2
  # Default YOLO tracker settings for ByteTrack tracker https://github.com/ifzhang/ByteTrack
3
  tracker_type: bytetrack
4
  track_high_thresh: 0.4 # Lowered to be more inclusive of initial associations
5
+ track_low_thresh: 0.2 # Lowered to refine associations after initial matching
6
  new_track_thresh: 0.6 # Lowered to initiate new tracks for detections with lower confidence
7
  track_buffer: 10000 # Increased to maintain tracks for a longer duration
8
+ match_thresh: 0.5 # Adjusted to allow more flexible track matching
9
 
10
  #tracker_type: bytetrack # tracker type, ['botsort', 'bytetrack']
11
  #track_high_thresh: 0.6 # threshold for the first association