Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider storing objects to minimise re-running detection step when changing parameters #290

Open
quantumjot opened this issue Mar 22, 2023 · 0 comments

Comments

@quantumjot
Copy link
Owner

The current _run_tracker function always calls segmentation_to_objects even if we are only changing some config parameters:

https://github.com/lowe-lab-ucl/napari-btrack/blob/c294d1ca5c0c894599e464f9183464a2bcd8e4ff/napari_btrack/main.py#L144-L156

we could consider storing these detections, unless the chosen segmentation layer changes, in which case we can rerun the detection step.

@paddyroddy paddyroddy transferred this issue from lowe-lab-ucl/napari-btrack Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants