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
i want to train posec3d model with my custom skeleton dataset
after i made my custom dataset with posec3d's dataset format ,i train model with this.
but i got this error
i think it's because dimensional problem.. because i just changed skeleton 2d to 3d
how can i train posec3d with 3d skeleton? what value i have to change??
The text was updated successfully, but these errors were encountered:
Hi, jeongeun12,
Currently PoseC3D does not support training with 3d joints directly. To use PoseC3D, you need to first project 3d keypoints to 2d keypoints (for example, find a project view that reserve the majority of inter-keypoint variance).
If you want to directly use 3d joints for training, I recommend you to move to PYSKL, where we released an original SOTA gcn model named ST-GCN++
Before raising a question, you may need to check the following listed items.
Checklist
i want to train posec3d model with my custom skeleton dataset
after i made my custom dataset with posec3d's dataset format ,i train model with this.
but i got this error
i think it's because dimensional problem.. because i just changed skeleton 2d to 3d
how can i train posec3d with 3d skeleton? what value i have to change??
The text was updated successfully, but these errors were encountered: