Skip to content

Commit 8ae1482

Browse files
cleanup
1 parent 67387b9 commit 8ae1482

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

boxmot/engine/evaluator.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,11 +358,10 @@ def trackeval(args: argparse.Namespace, seq_paths: list, save_dir: Path, gt_fold
358358
"--GT_LOC_FORMAT", "{gt_folder}/{seq}/gt/gt_temp.txt",
359359
"--CLASSES_TO_EVAL", *classes_to_eval,
360360
"--CLASS_IDS", *[str(i) for i in class_ids],
361-
"--DISTRACTOR_CLASS_IDS", *[str(i) for i in distractor_ids]
361+
"--DISTRACTOR_CLASS_IDS", *[str(i) for i in distractor_ids],
362+
"--SEQ_INFO", *d
362363
]
363364

364-
cmd_args.extend(["--SEQ_INFO", *d])
365-
366365
p = subprocess.Popen(
367366
args=cmd_args,
368367
stdout=subprocess.PIPE,

0 commit comments

Comments
 (0)