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

Skeletonization of 3D Point Clouds

Results 12 pc-skeletor issues
Sort by recently updated
recently updated
newest added

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...

Current volume ratio 0.0045762590683944325. Contraction weights 2048.0. Attraction weights 1012.7767136646321. Progress LBC: 45%|████▌ | 9/20 [00:10

I tested the two sample codes you provided (slbs and lbc) separately, and both failed and reported an error indicating that the corresponding module was not imported, as shown below:...

An error occurred during the installation process;windows10 aconoda virtually variable‘skeletor’ Building wheel for mistree (setup.py) ... error error: subprocess-exited-with-error × python setup.py bdist_wheel did not run successfully. │ exit code:...

Hello, When running the following example: `import open3d as o3d import numpy as np from pc_skeletor import Dataset downloader = Dataset() trunk_pcd_path, branch_pcd_path = downloader.download_semantic_tree_dataset() pcd_trunk = o3d.io.read_point_cloud(trunk_pcd_path) pcd_branch =...

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'

Hi Meyerls, After I try to save the skeleton point cloud, the output file seems to only contain the XYZ information of the skeleton point cloud, no edge and node...

I was looking at the edges for the skeleton_graph (thanks for #3 by the way) and it looks like the edges are jumping from spot to spot and skipping a...

Your work is fantastic! Looking forward to subsequent updates!