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

About openpose and 3d-pose-baseline connection problems #1

Open
zhengyuezhi opened this issue Jan 11, 2019 · 2 comments
Open

About openpose and 3d-pose-baseline connection problems #1

zhengyuezhi opened this issue Jan 11, 2019 · 2 comments

Comments

@zhengyuezhi
Copy link

Hello, thank you for your method of publicity, I would like to ask you is how your openpose and 3d-pose-baseline are connected, thank you

@zhenyuczy
Copy link
Owner

The main steps are as follows:

  1. openpose can output the keypoints data in json format
  2. use py code1 and py code2 to read the data and compute the 3D coordinates

Refer to:
https://github.com/miu200521358/3d-pose-baseline-vmd
https://github.com/ArashHosseini/3d-pose-baseline

@ybbetter
Copy link

我看到您给的代码里引入了tenserflow等包,想问如果仅仅转换也需要这个包吗?
直接用这两个代码就能转换JSON文件?
ps:因为我用的C++版本的openpose 已经生成了json文件,想要转换成3d。

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

3 participants