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

I encountered an error while running the SLBC example program

Open cyxin-art opened this issue 1 year ago • 1 comments
trafficstars

Traceback (most recent call last): File "C:\Users\caoyouxiang\Desktop\learning\findpoint\11111.py", line 37, in lbc = SLBC(point_cloud=pcd, File "E:\anaconda\envs\myenv\lib\site-packages\pc_skeletor\laplacian.py", line 444, in init self.trunk = self.trunk.voxel_down_sample(down_sample) AttributeError: 'SLBC' object has no attribute 'trunk'

cyxin-art avatar Dec 01 '23 08:12 cyxin-art

Hm, the trunk and branch pcd should be init in LaplacianBasedContractionBase.

Did you run the example_tree.py file? Could you please check what type pcd_trunk is (it should be of type open3d point cloud)?

meyerls avatar Dec 07 '23 08:12 meyerls

Closed due to inactivity

meyerls avatar Apr 01 '25 07:04 meyerls