spconv icon indicating copy to clipboard operation
spconv copied to clipboard

UNet

Open NoOneUST opened this issue 2 years ago • 1 comments

Hello,

If I use SubMConv to extract features from a sparse point cloud, how should I recover the point cloud using a decoder? I only want to get values of the points existed in the original sparse point cloud.

NoOneUST avatar Feb 21 '23 14:02 NoOneUST

You need to keep point-to-voxel indices when do point2voxel, then you can use it to recover point cloud. You can use generate_voxel_with_id from PointToVoxel to get that tensor.

FindDefinition avatar Feb 22 '23 04:02 FindDefinition