-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi,
Thanks for the tool, it is very good!
I wonder if there is any way to increase its speed? maybe you can share any tips?
here is the file:
ezyzip.zip
I used this code:
pickle.load(open(..pkl,'rb'))
from stracking.linkers import SPLinker, EuclideanCost
euclidean_cost = EuclideanCost(max_cost=100);
my_tracker = SPLinker(cost=euclidean_cost, gap=3);
tracks = my_tracker.run(particles_all);BTW, most of the time is on
stracking/stracking/linkers/_sp_linker.py
Line 114 in 52db3a0
| dist_matrix, predecessors = bellman_ford(csgraph=graph, |
Metadata
Metadata
Assignees
Labels
No labels