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
Providing a radius_graph function would be useful when dealing with point clouds
radius_graph
Ref:
https://pytorch-geometric.readthedocs.io/en/latest/_modules/torch_geometric/transforms/radius_graph.html
https://docs.dgl.ai/en/latest/_modules/dgl/transforms/functional.html#radius_graph
The text was updated successfully, but these errors were encountered:
Similarly to knn_graph, this can be implemented using NeighrestNeighbors.inrange. You want to submit a PR?
Sorry, something went wrong.
You want to submit a PR?
I can try it
I have finished it, let me add some tests!
Successfully merging a pull request may close this issue.
Providing a
radius_graph
function would be useful when dealing with point cloudsRef:
https://pytorch-geometric.readthedocs.io/en/latest/_modules/torch_geometric/transforms/radius_graph.html
https://docs.dgl.ai/en/latest/_modules/dgl/transforms/functional.html#radius_graph
The text was updated successfully, but these errors were encountered: