Skip to content

Accelerate speed ? #5

Description

@orena1

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

dist_matrix, predecessors = bellman_ford(csgraph=graph,

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions