Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to render a little endian ply file #4

Open
salini-deu opened this issue Feb 7, 2021 · 2 comments
Open

Not able to render a little endian ply file #4

salini-deu opened this issue Feb 7, 2021 · 2 comments

Comments

@salini-deu
Copy link

A little endian file failed to render using the importer. Fails with warning "Warning: Found a face with more than 4 vertices, skipping..." . Could you please help/suggest some ideas to solve it ?

Also is this importer primarily for smaller .ply files? The one I tried was of 100mb size.
Unable to add full file here due to size constraint, following is the header

ply
format binary_little_endian 1.0
comment Created by Open3D
element vertex 1451763
property double x
property double y
property double z
property double nx
property double ny
property double nz
property uchar red
property uchar green
property uchar blue
element face 2800904
property list uchar uint vertex_indices

@oniskanen
Copy link
Contributor

The code definitely has not been vetted for high-performance or memory intensive work.

Would you be able to share the file via a file sharing service so I could take a look at the error you’re seeing?

@salini-deu
Copy link
Author

salini-deu commented Feb 13, 2021

Thanks for the response any suggestion is highly appreciated. This is the file I was trying https://www.dropbox.com/s/se09t0ugoppcb52/integrated.ply?dl=0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants