tuansunday05 commited on
Commit
5faf727
·
verified ·
1 Parent(s): 870501c

Update strong_sort/configs/strong_sort.yaml

Browse files
strong_sort/configs/strong_sort.yaml CHANGED
@@ -2,8 +2,8 @@ STRONGSORT:
2
  ECC: True # activate camera motion compensation
3
  MC_LAMBDA: 0.995 # matching with both appearance (1 - MC_LAMBDA) and motion cost
4
  EMA_ALPHA: 0.9 # updates appearance state in an exponential moving average manner
5
- MAX_DIST: 0.35 # The matching threshold. Samples with larger distance are considered an invalid match
6
- MAX_IOU_DISTANCE: 0.85 # Gating threshold. Associations with cost larger than this value are disregarded.
7
  MAX_AGE: 30 # Maximum number of missed misses before a track is deleted
8
  N_INIT: 0 # Number of frames that a track remains in initialization phase
9
  NN_BUDGET: 100 # Maximum size of the appearance descriptors gallery
 
2
  ECC: True # activate camera motion compensation
3
  MC_LAMBDA: 0.995 # matching with both appearance (1 - MC_LAMBDA) and motion cost
4
  EMA_ALPHA: 0.9 # updates appearance state in an exponential moving average manner
5
+ MAX_DIST: 0.3 # The matching threshold. Samples with larger distance are considered an invalid match
6
+ MAX_IOU_DISTANCE: 0.75 # Gating threshold. Associations with cost larger than this value are disregarded.
7
  MAX_AGE: 30 # Maximum number of missed misses before a track is deleted
8
  N_INIT: 0 # Number of frames that a track remains in initialization phase
9
  NN_BUDGET: 100 # Maximum size of the appearance descriptors gallery