You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, authors. I saw in the paper that PFCNN can be extended to point clouds easily, but I don't know how to implement it. Can you give me some advice? Thank you very much.
The text was updated successfully, but these errors were encountered:
Hi. The extension to point cloud requires extending the frame field computation and multi-resolution hierarchy construction to point clouds. This could be done by connecting the point cloud into a k-NN graph and applying graph simplification for hierarchy construction. You may refer to the mesh based computation in the pySurfaceHierarchy part, as here a mesh is nothing more than a graph of points. The extension is conceptually simple but may need some coding.
Hello, authors. I saw in the paper that PFCNN can be extended to point clouds easily, but I don't know how to implement it. Can you give me some advice? Thank you very much.
The text was updated successfully, but these errors were encountered: