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

Build octree fails on "obj_info" property #250

Open
andre-nguyen opened this issue Apr 17, 2019 · 1 comment
Open

Build octree fails on "obj_info" property #250

andre-nguyen opened this issue Apr 17, 2019 · 1 comment

Comments

@andre-nguyen
Copy link

I have a .ply file exported from CloudCompare so in my ascii header there was the line:

obj_info Generated by CloudCompare!

This made the octree builder fail with the message

thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Error(InvalidInput("Invalid line
: obj_info Generated by CloudCompare!\n"), State { next_error: None, backtrace: None })', src/libcore/re
sult.rs:997:5
note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.

After deleting that line manually the octree builder runs fine. This error is reproducible using the standford bunny dataset: http://graphics.stanford.edu/data/3Dscanrep/

@SirVer
Copy link
Contributor

SirVer commented Apr 18, 2019

Indeed, obj_info files should just be ignored.

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