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

Variable size point clouds #4

Open
cmb87 opened this issue Apr 28, 2020 · 1 comment
Open

Variable size point clouds #4

cmb87 opened this issue Apr 28, 2020 · 1 comment

Comments

@cmb87
Copy link

cmb87 commented Apr 28, 2020

Hello luis-gonzales,
first of all thank you very much for your code! This is really some good inspiration.

I was wondering if it is possible to implement variable sized point clouds? I saw the points you used have all a fixed length of 1024. Is there any way to make it work on the original data set (point cloud sizes varies from just a few hundred to 150k pts)? I guess batching will be troublesome, maybe it could work with padding or as ragged tensor?

@JordanMakesMaps
Copy link

@cmb87 I think this could be done, just adjust the hard-coded value and if you point clouds are variable in size, just find the upper-bound (150K points) and pad all of the point clouds with less than 150K points via point duplication (e.g., over sampling).

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