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 Pillar Construction #1

Open
jola6897 opened this issue Nov 4, 2020 · 0 comments
Open

Point Pillar Construction #1

jola6897 opened this issue Nov 4, 2020 · 0 comments

Comments

@jola6897
Copy link

jola6897 commented Nov 4, 2020

Hi,

thanks for providing your code to your paper. I checked point_cloud_ops.py where the point pillars are created from a point cloud. In the points_to_voxel*_kernel functions you use ndim=3. To me this indicates that you are mapping the points actually to 3d voxel cells instead of point pillars since if you have two points A=(x,y,0), B=(x,y,20) I would have assumed they are located in the same point pillar as they are just on top of each other, but for a voxel size in z < 20 they will never be associated to the same pillar.

Could you please clearify why you used ndim=3 instead of only considering x and y position? Maybe I am overlooking something.

Thanks a lot in advance.

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