Open whd14333 opened 4 months ago
Is "PointCloud with 0 points" returned by the lbc.extract_skeleton() call ? It seems strange since that call returns an array (the contracted points).
If instead that's the output after you try to access lbc.skeleton, are you calling lbc.extract_topology() ? Because that is the function that really saves the skeleton in lbc.skeleton.
Hope this can be helpful, I also had empty point clouds for a while and just found out that I had to extract the topology 😅