You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: I tried to load a .PLY file with your library, unfortunately it does not work as intended - resulting in an error: RuntimeError: Internal PLY loading error. Type has no defined byte size.
Version: point-cloud-utils-0.31.0
Workaround: I can still load the files with plydata = PlyData.read(input_file), extract the vertices and faces, and process the data further with your library. Maybe this workaround helps others with a similar issues.
Hi,
Description: I tried to load a .PLY file with your library, unfortunately it does not work as intended - resulting in an error:
RuntimeError: Internal PLY loading error. Type has no defined byte size.
Version:
point-cloud-utils-0.31.0
Workaround: I can still load the files with
plydata = PlyData.read(input_file)
, extract the vertices and faces, and process the data further with your library. Maybe this workaround helps others with a similar issues.Sincerely, Gregor
I also attached an exemplary file: 22831bc32bd744d3f06dea205edf9704.zip
Meshlab is loading the file correctly:
Error Log:
The text was updated successfully, but these errors were encountered: