pc-skeletor icon indicating copy to clipboard operation
pc-skeletor copied to clipboard

AttributeError: module 'mistree' has no attribute 'GetMST'

Open Ameliecc opened this issue 1 year ago • 4 comments

Current volume ratio 0.0045762590683944325. Contraction weights 2048.0. Attraction weights 1012.7767136646321. Progress LBC: 45%|████▌ | 9/20 [00:10<00:12, 1.11s/it] Traceback (most recent call last): File "D:\pc-skeletor-main\example_tree.py", line 21, in lbc.extract_topology() File "D:\pc-skeletor-main\pc_skeletor\laplacian.py", line 288, in extract_topology self.skeleton_graph = self.__extract_skeletal_graph(skeletal_points=skeleton_points) File "D:\pc-skeletor-main\pc_skeletor\laplacian.py", line 242, in __extract_skeletal_graph _, _, _, _, edge_index, _ = extract_mst(points=skeletal_points) File "D:\pc-skeletor-main\pc_skeletor\laplacian.py", line 236, in extract_mst mst = mist.GetMST(x=points[:, 0], y=points[:, 1], z=points[:, 2]) AttributeError: module 'mistree' has no attribute 'GetMST'

Ameliecc avatar May 03 '23 13:05 Ameliecc