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

RandLA-Net implementation details #31

Open
mariusud opened this issue Jan 27, 2023 · 1 comment
Open

RandLA-Net implementation details #31

mariusud opened this issue Jan 27, 2023 · 1 comment

Comments

@mariusud
Copy link

Hi and thank you for sharing you code.
I see that you have not yet included code for your RandLa-Net implementation, and have a question regarding to how you implemented this, as it is not deeply explained in your paper.

  1. Did you experiment with using the k-nearest neighbors created in the pre-processing step or did you simply query using radius=0.01 as you did you ConvNet?
  2. Did you implement a maximum number of points in the defined local Neighborhood N_i for each point?
@LiyaoTang
Copy link
Owner

Hi,

Thanks for your interest and sorry for my late response.

For RandLA-Net, we follow its implementation here. That is,

  1. we query with kNN
  2. for the local neighborhood, we also use kNN with k=16 (which I believe is the same as the official implementation but I did not check)

Besides, we recently released another work at nips'23 here that includes our re-implementation of RandLA-Net and should be compatible with this repo. But I still encourage you to check against the original RandLA-Net implementation.

Thanks,
Liyao

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

2 participants