You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
Did you implement a maximum number of points in the defined local Neighborhood N_i for each point?
The text was updated successfully, but these errors were encountered:
Thanks for your interest and sorry for my late response.
For RandLA-Net, we follow its implementation here. That is,
we query with kNN
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.
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.
The text was updated successfully, but these errors were encountered: