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
Some potential clean-ups as follow up from #47 (I would like to keep all the public functionality functional)
GaspFromAffinities
functools.partial
build_pixel_long_range_grid_graph_from_offsets
build_lifted_graph_from_rag
get_rag
That's just what I found on first review; there may be some other things deeper in the code.
cc @abailoni
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some potential clean-ups as follow up from #47 (I would like to keep all the public functionality functional)
GaspFromAffinities
functools.partial
can be usedbuild_pixel_long_range_grid_graph_from_offsets
in favor of functionality from elf.segmentation.featuresbuild_lifted_graph_from_rag
in favor of functionality from elf.segmentation.featuresget_rag
(need to think about using the -1 as ignore label)That's just what I found on first review; there may be some other things deeper in the code.
cc @abailoni
The text was updated successfully, but these errors were encountered: