isl-org / Open3D

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

[Open3D WARNING] Read PLY failed: unable to read file: #5994

Open vqateam opened 1 year ago

vqateam commented 1 year ago

Checklist

My Question

Env:

Python3.9
Ubuntu 21.04
Open3D ver : 0.17.0

I'm facing an issue regarding the reading of some '.ply' files. I made sure that the path to the file is correct. The code raise a warning and continue running. However, the results of the processing made on the cloud variable empty.

import open3d as o3d
cloud = o3d.io.read_point_cloud("aaa.ply")

[Open3D WARNING] Read PLY failed: unable to read file: aaa.ply RPly: Aborted by user

Link to the .ply file.

ssheorey commented 1 year ago

Hi @vqateam please share a sample data that is causing this error.

vqateam commented 1 year ago

Hi @vqateam please share a sample data that is causing this error.

I updated the question with the link to the .ply file.

ssheorey commented 1 year ago

Thanks. I can confirm the issue. We'll check it out.

Nanfang-Zheng commented 6 months ago

I've met the same error. Here is a sample of my ply file. 2024-01-25_00-01-09.zip