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
In case that something bad happens in the cascade, it may happen that points that are outside of the created map are used as group_centers.
There should be a check for this, as
_map[tuple(_c)] = _i
is not enough.
However, what to do in this case is still left to decide.
Note: This should not be present in euclidean segmentator, as it works differently.
euclidean
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In case that something bad happens in the cascade, it may happen that points that are outside of the created map are used as group_centers.
There should be a check for this, as
is not enough.
However, what to do in this case is still left to decide.
Note: This should not be present in
euclidean
segmentator, as it works differently.The text was updated successfully, but these errors were encountered: