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

add radius_graph api #177

Closed
YichengDWu opened this issue May 27, 2022 · 3 comments · Fixed by #180
Closed

add radius_graph api #177

YichengDWu opened this issue May 27, 2022 · 3 comments · Fixed by #180

Comments

@YichengDWu
Copy link
Contributor

Providing a radius_graph function would be useful when dealing with point clouds

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

@CarloLucibello
Copy link
Member

Similarly to knn_graph, this can be implemented using NeighrestNeighbors.inrange. You want to submit a PR?

@YichengDWu
Copy link
Contributor Author

You want to submit a PR?

I can try it

@YichengDWu
Copy link
Contributor Author

I have finished it, let me add some tests!

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 a pull request may close this issue.

2 participants