Conversions across 3D Representations¶
Kaolin Library supports conversions between many 3D representations commonly used for deep learning with a plain PyTorch API.
From Mesh¶
- mesh to pointcloud:
- mesh to voxels:
- mesh to octree (Structured Point Clouds or SPC):
From Signed Distance Field (SDF)¶
- SDF to tetrahedral mesh:
- SDF to voxelgrid:
From Point Cloud¶
- point cloud to voxels:
- point cloud to octree (Structured Point Clouds or SPC):
From Voxels¶
Hybrid Representations¶
- SDF and voxelgrid to tetrahedral mesh: