How to save voxel grid or octree #5659
Answered
by
xing-yuu
XiongFenghhh
asked this question in
Q&A
-
Hello, I followed the instruction of voxelization. How can I save the voxel grid(or octree) and visualize it in other software(such as blender,meshlab,maya) |
Beta Was this translation helpful? Give feedback.
Answered by
xing-yuu
Dec 12, 2022
Replies: 1 comment
-
o3d.io.write_voxel_grid(name,voxel_grid, write_ascii=True) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
XiongFenghhh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
o3d.io.write_voxel_grid(name,voxel_grid, write_ascii=True)