Skip to content

How Do I Export a Pointcloud #1450

Answered by bottler
johko asked this question in Q&A
Discussion options

You must be logged in to vote

If pcl is a Pointclouds object containing one point cloud, you can save it as a ply with::

from pytorch3d.io import IO
IO().save_pointcloud(pcl, "output_pointcloud.ply")

We don't currently support obj or other formats for point clouds. If you have a batch of point clouds you have to split it and save each one to a separate file.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by johko
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants