You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a very big pointcloud as "o3d.t.geometry.PointCloud" and I would like to convert it into mesh "o3d.t.geometry.TriangleMesh" with the method "create_from_point_cloud_poisson"
Currently, I need to use "to_legacy()" in order to convert my pcd back and then I can use "create_from_point_cloud_poisson"
is there any other direct method?
The text was updated successfully, but these errors were encountered:
Checklist
main
branch).My Question
I have a very big pointcloud as "o3d.t.geometry.PointCloud" and I would like to convert it into mesh "o3d.t.geometry.TriangleMesh" with the method "create_from_point_cloud_poisson"
Currently, I need to use "to_legacy()" in order to convert my pcd back and then I can use "create_from_point_cloud_poisson"
is there any other direct method?
The text was updated successfully, but these errors were encountered: