clinplayer / Point2Skeleton

Point2Skeleton: Learning Skeletal Representations from Point Clouds (CVPR2021)
MIT License
206 stars 38 forks source link

about using this method on complete and partial point cloud #22

Closed wra1229 closed 1 year ago

wra1229 commented 1 year ago

Hello,

can your method extract the skeleton of partial point cloud? something like a human face with non-closed surface.

Best.

clinplayer commented 1 year ago

Hi. What do you mean by "partial point cloud" - closed shapes having missing parts, or non-closed surfaces that is a 2D manifold? The method can be applied for shape with missing parts, while since we use convex combination to generate the skeletal points, the convex hull of the partial shape should be roughly consistent with the original shape. But for 2D manifold like a human face, the definition of its skeleton is essentially different from 3D closed shapes, so this method is not applicable.

wra1229 commented 1 year ago

Thanks a lot!I get it!