Skip to content

Commit

Permalink
cleanup args
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikel Broström committed Sep 23, 2024
1 parent a6013fc commit dd4d449
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tracking/evolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def objective_function(self, config):
def get_search_space(tracking_method):
if tracking_method == 'strongsort':
search_space = {
"iou_thresh": tune.uniform(0.1, 0.4),
"ecc": tune.choice([True, False]),
"ema_alpha": tune.uniform(0.7, 0.95),
"max_cos_dist": tune.uniform(0.1, 0.4),
Expand Down

0 comments on commit dd4d449

Please sign in to comment.