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
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.
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.
The text was updated successfully, but these errors were encountered: