from pypoisson import poisson_reconstruction from ply_from_array import points_normals_from, ply_from_array filename = "horse_with_normals.xyz" output_file = "horse_reconstruction.ply" #Helper ...