Skip to content

Accelerate speed ? #5

@orena1

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,

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