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

Speedups to segmentation #47

Merged
merged 11 commits into from
Jan 9, 2024
Merged

Speedups to segmentation #47

merged 11 commits into from
Jan 9, 2024

Conversation

djgagne
Copy link
Owner

@djgagne djgagne commented Nov 28, 2023

I have updated Hysteresis to use numba for its inner loop, which greatly speeds up object segmentation, especially for large domains. I also made the cross-correlation motion estimation optional, which was another source of slowdowns, especially if you weren't using the motion estimation for tracking purposes. There was a bug in ZarrGrid related to the timedelta calculation that I fixed to be compatible with pandas v2. I also made some updates to the environment and versioning.

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@djgagne
Copy link
Owner Author

djgagne commented Jan 9, 2024

I have addressed the issues that were causing tests to fail and moved the setup config to a pyproject.toml file. Merging changes now.

@djgagne djgagne merged commit fb443b7 into master Jan 9, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant