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

improved implementation of ridge filters (bug fixes and reduced memory footprint) #423

Merged

Conversation

grlee77
Copy link
Contributor

@grlee77 grlee77 commented Nov 1, 2022

related to #419

A large overhaul of the ridge filters, addressing inaccuracies and errors has been implemented for scikit-image 0.20. This PR ports the same changes to these functions to cuCIM.

upstream PRs:

These fix various bugs, simplify the implementation and reduce the memory footprint

@grlee77 grlee77 added breaking Introduces a breaking change bug Something isn't working improvement Improves an existing functionality labels Nov 1, 2022
@grlee77 grlee77 added this to the v22.12.00 milestone Nov 1, 2022
@grlee77 grlee77 requested a review from a team as a code owner November 1, 2022 17:18
@grlee77 grlee77 removed the bug Something isn't working label Nov 2, 2022
@grlee77 grlee77 force-pushed the skimage020-update-ridge-filters branch from 5959345 to ca369e8 Compare November 6, 2022 22:57
Copy link
Contributor

@gigony gigony left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Thank you!

@grlee77
Copy link
Contributor Author

grlee77 commented Nov 16, 2022

@gpucibot merge

@rapids-bot rapids-bot bot merged commit cebd032 into rapidsai:branch-22.12 Nov 16, 2022
@grlee77
Copy link
Contributor Author

grlee77 commented Nov 16, 2022

Merged this one so I can rebase #434 on top of it to look at one failing test case in the ridge filters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Introduces a breaking change improvement Improves an existing functionality
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants