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

help. where is the demo.py to test my own video and save the 3 d kps to a new video? #16

Closed
henbucuoshanghai opened this issue Jun 6, 2022 · 2 comments

Comments

@henbucuoshanghai
Copy link

No description provided.

@3dpose
Copy link
Owner

3dpose commented Aug 8, 2022

To run the code on your own video, it is needed to generate p2d, affpts, and affb (as defined here), which correspond to joints' location, joints' confidence, and bones' confidence.

  • For p2d and affpts, any off-the-shelf 2D pose estimators can be used to extract joints' location and their confidence values.
  • For affb, Part Affinity Field model can be used to extract the bone confidence, example code is here.
  • Note that we use the keypoint definition of H36M dataset, which is compatible with CrowdPose dataset but different from the COCO keypoint definition.

@henbucuoshanghai
Copy link
Author

tks for kindly help。I get a better model myself about 3d pose .tks

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