Skip to content

Commit 9297169

Browse files
authored
fix bug of mot.yaml
1 parent 064cf7d commit 9297169

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

tracker/config_files/mot.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ CERTAIN_SEQS:
1212
IGNORE_SEQS: # Seqs you want to ignore
1313
-
1414

15-
YAML_DICT: '' # NOTE: ONLY for yolo v5 model loader(func DetectMultiBackend)
15+
YAML_DICT: '' # NOTE: ONLY for yolo v5 model loader(func DetectMultiBackend)
1616

1717
TRACK_EVAL: # If use TrackEval to evaluate, use these configs
1818
'DISPLAY_LESS_PROGRESS': False
@@ -21,11 +21,11 @@ TRACK_EVAL: # If use TrackEval to evaluate, use these configs
2121
'SKIP_SPLIT_FOL': True
2222
'TRACKER_SUB_FOLDER': ''
2323
'SEQ_INFO':
24-
'MOT17-02-SDP': -
25-
'MOT17-04-SDP': -
26-
'MOT17-05-SDP': -
27-
'MOT17-09-SDP': -
28-
'MOT17-10-SDP': -
29-
'MOT17-11-SDP': -
30-
'MOT17-13-SDP': -
31-
'GT_LOC_FORMAT': '{gt_folder}/{seq}/gt/gt.txt'
24+
'MOT17-02-SDP': null
25+
'MOT17-04-SDP': null
26+
'MOT17-05-SDP': null
27+
'MOT17-09-SDP': null
28+
'MOT17-10-SDP': null
29+
'MOT17-11-SDP': null
30+
'MOT17-13-SDP': null
31+
'GT_LOC_FORMAT': '{gt_folder}/{seq}/gt/gt.txt'

0 commit comments

Comments
 (0)