Pointcept / PointTransformerV3

[CVPR'24 Oral] Official repository of Point Transformer V3 (PTv3)
MIT License
583 stars 30 forks source link

PTv3 for joints of skeleton detection #27

Closed cpunion closed 2 months ago

cpunion commented 2 months ago

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?

cpunion commented 2 months ago

Replied at https://github.com/Pointcept/Pointcept/issues/198