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

Prediction when inputs are point clouds #3

Closed
MulinYu opened this issue Oct 25, 2021 · 1 comment
Closed

Prediction when inputs are point clouds #3

MulinYu opened this issue Oct 25, 2021 · 1 comment

Comments

@MulinYu
Copy link

MulinYu commented Oct 25, 2021

Hello,

Thanks for providing the source code.

I tried to use your code to segment a point cloud. I noticed that your code directly read the edge information from the '.npz' files. In your paper, you said that 'Otherwise we generate k=16 nearest neighbors from each point to form E'. So I think your code has the ability to segment a point cloud without providing 'F' in the input file, right? Can you explain how to do that?

Thanks in advance.
Best.
Mulin

@hjwdzh
Copy link
Owner

hjwdzh commented Oct 28, 2021

The scene data is processed without F. knn utility is in "src/lib/knn/knn.cc".

@hjwdzh hjwdzh closed this as completed Oct 28, 2021
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