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

Testing with Openpose Keypoints #26

Open
siavashk opened this issue Oct 24, 2019 · 2 comments
Open

Testing with Openpose Keypoints #26

siavashk opened this issue Oct 24, 2019 · 2 comments

Comments

@siavashk
Copy link

Thank you for releasing your code.

I have generated keypoints using OpenPose and converted them to Coco format (OpenPose has an extra neck keypoint that I removed). Each keypoint is a 17x3 array. The first two columns are X and Y coordinates and the last column is the confidence score ranging from 0.0 to 1.0.

Is this keypoint format suitable for running inference on the pretrained pose2seg model?

@naveenkumarmulabitmovin

Hi Siavashk, Could you share your code where you convert Openpose(25 body keypoints) to COCO format. In this way, COCO format will be input to OCHuman api where we can generate JSON file for Pose2Seg Model.

@CompliceU
Copy link

Hello, I am using alphapose to estimate key points and perform pose alignment without segmentation. I don’t know how to modify it.

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