Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

posec3d train with 3d kps #1575

Closed
jeongeun12 opened this issue Apr 12, 2022 · 1 comment
Closed

posec3d train with 3d kps #1575

jeongeun12 opened this issue Apr 12, 2022 · 1 comment

Comments

@jeongeun12
Copy link

Before raising a question, you may need to check the following listed items.

Checklist

  1. I have searched related issues but cannot get the expected help.
  2. I have read the FAQ documentation but cannot get the expected help.

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??
image

@kennymckormick
Copy link
Member

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++

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants