-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
centroid calculation on large datasets takes a long time (longer than the segmentation).
- numba_accelerated function: the memory requirements for computing the centroids with the numba accelerated functions increase dramatically if the cell_ids do not start at 1 and increase sequentially.
- in previous tests the get_centroid function implemented by spatialdata was slower than the numba_accelerated function (but has the benefit of doing out of memory computation)
Metadata
Metadata
Assignees
Labels
No labels