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

Point cloud data set #2

Open
16619884724 opened this issue Oct 28, 2019 · 0 comments
Open

Point cloud data set #2

16619884724 opened this issue Oct 28, 2019 · 0 comments

Comments

@16619884724
Copy link

Hello, your work is excellent, I have some questions to be solved:

  1. What you input is not the most original coordinate data of the point cloud. How do these modelnet40 npy files get? I want to find the relevant code to process my original point cloud data.
  2. In addition, the data fed by the cloud branch, the original dimension is the format of Bx3xN? I am confused about the dimensional transformation problem. Usually, the input point cloud dimension should be BXNXdim, why not see the dimension transformation in your code, but in the defined functions like [gather_neighbor] and [get_neighbor_feature], There is batch_size = x.size()[0] ;num_dim = x.size()[1] ; num_point = x.size()[2], so the input is BXdimXN in your .npy data ? I am very confused.I am looking forward to your answer.
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