how can we download the generated data in a .npz file format

#7
by elioonpc - opened

how can we download the generated data in a .npz file format

you can use the save function with the generated point cloud. For eg. if pc stores the point cloud data then you can use pc.save("path to save the file")

Sign up or log in to comment