erget / StereoVision

Library and utilities for 3d reconstruction from stereo cameras.
http://erget.github.io/StereoVision
GNU General Public License v3.0
648 stars 268 forks source link

Where are .ply files saved? #29

Closed annacesar closed 6 years ago

annacesar commented 6 years ago

Hi, I cannot locate the ply file created with: from stereovision.point_cloud import PointCloud foo = PointCloud(points, colors)

if I type foo in the console I get: <stereovision.point_cloud.PointCloud at 0xea20078390>

I have also opened your original code, but I cannot find the path in which the .ply are saved. May you help me with this issue?

Thanks anna

erget commented 6 years ago

Hi Anna,

For this you'll need to use the write_ply. It'll save to a path relative to your current working directory, or to an absolute path.