Spaces:
Running
on
Zero
Running
on
Zero
Change N_INIT 1 to 0
Browse files
strong_sort/configs/strong_sort.yaml
CHANGED
@@ -5,6 +5,6 @@ STRONGSORT:
|
|
5 |
MAX_DIST: 0.2 # The matching threshold. Samples with larger distance are considered an invalid match
|
6 |
MAX_IOU_DISTANCE: 0.7 # 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:
|
9 |
NN_BUDGET: 100 # Maximum size of the appearance descriptors gallery
|
10 |
|
|
|
5 |
MAX_DIST: 0.2 # The matching threshold. Samples with larger distance are considered an invalid match
|
6 |
MAX_IOU_DISTANCE: 0.7 # 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
|
10 |
|