isl-org / Open3D

Open3D: A Modern Library for 3D Data Processing
http://www.open3d.org
Other
11.22k stars 2.28k forks source link

Silent version of open3d.io.read_point_cloud #1994

Closed FLS-BP-US closed 4 years ago

FLS-BP-US commented 4 years ago

**Is your feature request related to a problem? When calling read_point_cloud, the following lines are printed to the console: Format = auto Extension = ply

Describe the solution you'd like I can read the point cloud without lines being printed.

Describe alternatives you've considered An optional silent flag be added.

griegler commented 4 years ago

Are you using the code from master? It seems to fixed in master.

FLS-BP-US commented 4 years ago

I am using the latest release for python.

On Wed, Jun 24, 2020, 08:00 Gernot notifications@github.com wrote:

Are you using the code from master? It seems to fixed in master.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/intel-isl/Open3D/issues/1994#issuecomment-648838561, or unsubscribe https://github.com/notifications/unsubscribe-auth/AELNITSQJQEFUXPPJEVRYLLRYIBHFANCNFSM4OGFTEDQ .

griegler commented 4 years ago

Yes, it is for now only in master, not in the pip/conda packages.