File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 44import torch
55import time
66
7- from copy import deepcopy
87from .data_types .cloud import LabelledCloud , Cloud
98from .data_types .tree import TreeSkeleton , DisjointTreeSkeleton
109from hydra .utils import instantiate
@@ -81,7 +80,6 @@ def process_cloud(self, path: Path):
8180
8281 # Run the branch cloud through skeletonization algorithm, then post process
8382 skeleton : DisjointTreeSkeleton = self .skeletonizer .forward (branch_cloud )
84- original_skeleton = deepcopy (skeleton )
8583
8684 self .post_process (skeleton )
8785
@@ -93,7 +91,6 @@ def process_cloud(self, path: Path):
9391 skeleton .to_o3d_lineset (),
9492 skeleton .to_o3d_tube (colour = False ),
9593 cloud .to_o3d_cld (),
96- original_skeleton .to_o3d_tube (),
9794 ],
9895 line_width = 5 ,
9996 )
You can’t perform that action at this time.
0 commit comments