Skip to content

Commit 968cefb

Browse files
fix bug when multi-sequence
1 parent 20d0e87 commit 968cefb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

boxmot/engine/tuner.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ def objective_function(self, config: dict) -> dict:
6767
# Evaluate and extract objectives
6868
results = run_trackeval(self.opt)
6969

70-
print(results)
71-
7270
if not results:
7371
return {k: 0 for k in self.opt.objectives}
7472

0 commit comments

Comments
 (0)