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

why the 'max_num_pts_per_box' #9

Open
Liaoqing-up opened this issue May 16, 2023 · 1 comment
Open

why the 'max_num_pts_per_box' #9

Liaoqing-up opened this issue May 16, 2023 · 1 comment

Comments

@Liaoqing-up
Copy link

https://github.com/Abyssaledge/TorchEx/blob/e5ff7fae27b5b6df74e6204dac45554ba85117a2/torchex/src/dynamic_point_pool/dynamic_point_pool_kernel.cu#LL297C41-L297C41
I'm confused about this variable and this code. Can you explain it? Thank you~

@Abyssaledge
Copy link
Owner

We limit the max number of points in each box to reduce the overhead, in case of an object containing too many points.
In the extreme case of Waymo Open Dataset, a large vehicle may contain up to 100000 points. However, on average, a vehicle often only contains hundreds of points.

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