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

PyTorch Geometric Implementation of PointGNN #96

Open
andreasbinder opened this issue Nov 29, 2022 · 0 comments
Open

PyTorch Geometric Implementation of PointGNN #96

andreasbinder opened this issue Nov 29, 2022 · 0 comments

Comments

@andreasbinder
Copy link

andreasbinder commented Nov 29, 2022

Dear Weijing,
I enjoyed your paper very much and based on your research, I am trying to create an implementation in PyTorch Geometric. While doing so, some (small) questions came up:

  1. How did you identify the final radius for the cutoff for creating the graph? Did you apply any normalisation on the PointCloud dataset (I did not see information on that in the paper)
  2. By looking at the message passing update, I figure that the state dimensions as input are the same as for the output as you add s_i^t in the final step, is that correct?

Thank you so much!

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

No branches or pull requests

1 participant