File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ CERTAIN_SEQS:
12
12
IGNORE_SEQS : # Seqs you want to ignore
13
13
-
14
14
15
- YAML_DICT : ' ' # NOTE: ONLY for yolo v5 model loader(func DetectMultiBackend)
15
+ YAML_DICT : ' ' # NOTE: ONLY for yolo v5 model loader(func DetectMultiBackend)
16
16
17
17
TRACK_EVAL : # If use TrackEval to evaluate, use these configs
18
18
' DISPLAY_LESS_PROGRESS ' : False
@@ -21,11 +21,11 @@ TRACK_EVAL: # If use TrackEval to evaluate, use these configs
21
21
' SKIP_SPLIT_FOL ' : True
22
22
' TRACKER_SUB_FOLDER ' : ' '
23
23
' 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'
You can’t perform that action at this time.
0 commit comments