xionghao2000

Results 1 comments of xionghao2000

To save from pointcloud to a .ply file, just use pc = sampler.output_to_point_clouds(samples)[0] with open('new_file_name.ply', 'wb') as f: pc.write_ply(f)