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

slowness on voxelization of 3D points #4

Closed
Tahir7044 opened this issue Jan 18, 2022 · 2 comments
Closed

slowness on voxelization of 3D points #4

Tahir7044 opened this issue Jan 18, 2022 · 2 comments

Comments

@Tahir7044
Copy link

voxel function taking so much time due unnecessary looping for coordinate mapping(scaling). the function taking O(N^3) time to scale all the 3D points which slow the over all performance. I have optimise the voxel function to time complexity O(NlogN) but i dont know how to contribute since I am beginner to open source.

@thecyclone
Copy link
Collaborator

Hi Tahir7044,

Thank you for your interest in our work. However, we are not actively managing or updating this repository. You can make a fork and update the voxelization code there. Thanks!

@Tahir7044
Copy link
Author

okay thanks @thecyclone

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