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

Question about voxelization (spvoxelize) #316

Open
sIHURs opened this issue Jul 12, 2024 · 0 comments
Open

Question about voxelization (spvoxelize) #316

sIHURs opened this issue Jul 12, 2024 · 0 comments

Comments

@sIHURs
Copy link

sIHURs commented Jul 12, 2024

Hi~

I'm just starting to learn some deep learning concepts for point clouds. I have a project that requires voxelization as an operation, and I need to incorporate voxelization as a layer in a PyTorch model.

I noticed that TorchSparse has a method torchsparse.nn.functional.spvoxelize that seems very similar to the voxelization module in PVCNN. The TorchSparse wiki does not provide information about the counts parameter, I'm not sure what it is.

The question is, if I have coords, feats, and resolution, how can I use spvoxelize to get a voxelized output with the shape (b, c, resolution, resolution, resolution)?

thanks very much
yifan

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