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

'SLBC' object has no attribute 'export_results' #26

Open
thomashay opened this issue Apr 17, 2024 · 2 comments
Open

'SLBC' object has no attribute 'export_results' #26

thomashay opened this issue Apr 17, 2024 · 2 comments

Comments

@thomashay
Copy link

Hello there, I am having an issue running your basic SLBC example. Everything works except for the results export, where I get:

AttributeError: 'SLBC' object has no attribute 'export_results'

Not sure if this is related to some package incompatibility? I am running mistree 1.2.2.

@Sakura0124
Copy link

Hello, have you solved the problem yet?

@thomashay
Copy link
Author

Hello Sakura,
unfortunately not. For my purposes, it was sufficient to save the skeleton as a .ply like this:
topo = s_lbc.extract_topology()
o3d.io.write_line_set("./output/topo_lineset.ply", topo, write_ascii=True, compressed=False, print_progress=False)

open3d also supports other formats if ply should not suit you.

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