Skip to content

Build octree fails on "obj_info" property #250

@andre-nguyen

Description

@andre-nguyen

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/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions