Skip to content

Commit

Permalink
Update default settings to match newest model and improve performance
Browse files Browse the repository at this point in the history
  • Loading branch information
MekWarrior committed Jan 15, 2021
1 parent feef87b commit 48229b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deepcell_tracking/tracking.py
Expand Up @@ -80,11 +80,11 @@ def __init__(self,
model,
features={'appearance', 'distance', 'neighborhood', 'regionprop'},
crop_dim=32,
death=0.95,
birth=0.95,
death=0.99,
birth=0.99,
division=0.9,
max_distance=50,
track_length=7,
track_length=9,
neighborhood_scale_size=30,
neighborhood_true_size=100,
dtype='float32',
Expand Down

0 comments on commit 48229b9

Please sign in to comment.