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:
1212IGNORE_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
1717TRACK_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'
You can’t perform that action at this time.
0 commit comments