Some small updates.
This commit is contained in:
@ -222,7 +222,7 @@ def calc_grouping(all_pairs, min_score: float):
|
||||
continue
|
||||
|
||||
# Check if the pair matches to an existing group
|
||||
max_center_dist = 0.9
|
||||
max_center_dist = 0.6
|
||||
max_joint_avg_dist = 0.3
|
||||
best_dist = math.inf
|
||||
best_group = -1
|
||||
|
||||
Reference in New Issue
Block a user