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
build_octree unfortunately currently is hard coded to assume r, g, b as well as intensity information in addition in the ply file. It's been on the wish list for a while to make it dynamic... you are welcome to dig into the code and open a PR.
Could this at least be documented somewhere? And it would be helpful if the program bombed right at the beginning, with a more helpful error message, rather than many hours into processing with NodeNotFound if the required fields are not present...
key is the intensity value in this case (there is no color information). Maybe that should be specified in a commandline switch? If color is not present, it should probably default to something like white/gray, just as it looks like the current code can handle intensity not being present.
I have zero knowledge or experience with Rust, and very limited time to work on this unfortunately :-/
I get the following when running
build_octree
:The
.ply
file has this header:I can't provide the raw data, unfortunately -- the file is huge, and the data is proprietary.
I will work on getting the backtrace with
RUST_BACKTRACE=1
, but it will take several hours to run this again (#395).Possibly related fixed bug: #209 -- how can node finding be made robust, since this has been an issue in the past (presumably for different reasons)?
The text was updated successfully, but these errors were encountered: