We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey @rusty1s,
I am using voxel_grid, and on my 8000 point cloud, it creates a 5001 indexes with the highest being around 400k.
As a result, the pool_pos used to make the aggregation create a massive tensor, which isn't great for memory reduction.
The new features will add reindex=True, return new batch and reindexed indices from 0 to N.
Best. Thomas Chaton.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey @rusty1s,
I am using voxel_grid, and on my 8000 point cloud, it creates a 5001 indexes with the highest being around 400k.
As a result, the pool_pos used to make the aggregation create a massive tensor, which isn't great for memory reduction.
The new features will add reindex=True, return new batch and reindexed indices from 0 to N.
Best.
Thomas Chaton.
The text was updated successfully, but these errors were encountered: