Alex Benjamin

Results 2 issues of Alex Benjamin

Is there a completed repo for this? Thanks!

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