Pointcept / Pointcept

Pointcept: a codebase for point cloud perception research. Latest works: PTv3 (CVPR'24 Oral), PPT (CVPR'24), OA-CNNs (CVPR'24), MSC (CVPR'23)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PTv3 for keypoint detection?

cpunion opened this issue · comments

I have a dataset consisting of rigged meshes, which includes vertices, fragments, and skeletons to which the meshes are skinned. How can I use PTv3 to predict the positions of the bones in the skeletons?

Additionally, there are specific requirements for the prediction task:

  • The number of nodes (bones) and its order must be specified for output a tree structure.
  • These nodes typically do not lie directly on the mesh surface but are located at the joints.

Can PTv3 be adapted these requirements?