Skip to content

Commit

Permalink
fix ss evol
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikel Broström committed Sep 15, 2024
1 parent ef265ed commit b2edb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracking/evolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def get_search_space(tracking_method):
"iou_thresh": tune.uniform(0.1, 0.4),
"ecc": tune.choice([True, False]),
"ema_alpha": tune.uniform(0.7, 0.95),
"max_dist": tune.uniform(0.1, 0.4),
"max_cos_dist": tune.uniform(0.1, 0.4),
"max_iou_dist": tune.uniform(0.5, 0.95),
"max_age": tune.randint(10, 151), # The upper bound is exclusive in randint
"n_init": tune.randint(1, 4), # The upper bound is exclusive in randint
Expand Down

0 comments on commit b2edb3f

Please sign in to comment.