We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current _run_tracker function always calls segmentation_to_objects even if we are only changing some config parameters:
_run_tracker
segmentation_to_objects
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The current
_run_tracker
function always callssegmentation_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.
The text was updated successfully, but these errors were encountered: