mit-han-lab / pvcnn

[NeurIPS 2019, Spotlight] Point-Voxel CNN for Efficient 3D Deep Learning
https://pvcnn.mit.edu/
MIT License
636 stars 129 forks source link

voxelization part #69

Closed JudgeLJX closed 1 year ago

JudgeLJX commented 1 year ago

Hi,

Thanks for your work.

If I only want to voxelize the S3DIS dataset and deal with the voxelized feature, is it suitable to use your code?

Many thanks.

Judge

zhijian-liu commented 1 year ago

You could probably use TorchSparse for point cloud voxelization (using the sparse_quantize function).