Skip to content

Commit

Permalink
Merge pull request #1547 from mikel-brostrom/fix-ci
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
mikel-brostrom authored Jul 27, 2024
2 parents 2aee2ac + 566e22e commit bf2edb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tracking/val.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ def run_trackeval(opt: argparse.Namespace) -> dict:
Args:
opt (Namespace): Parsed command line arguments.
"""
opt.val_tools_path = EXAMPLES / 'val_utils'
seq_paths, save_dir, MOT_results_folder, gt_folder = eval_setup(opt, opt.val_tools_path)
trackeval_results = trackeval(opt, seq_paths, save_dir, MOT_results_folder, gt_folder)
hota_mota_idf1 = parse_mot_results(trackeval_results)
Expand Down

0 comments on commit bf2edb5

Please sign in to comment.