Pose2Seg icon indicating copy to clipboard operation
Pose2Seg copied to clipboard

Testing with Openpose Keypoints

Open siavashk opened this issue 4 years ago • 2 comments

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?

siavashk avatar Oct 24 '19 18:10 siavashk

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.

naveenkumarmulabitmovin avatar Oct 29 '20 15:10 naveenkumarmulabitmovin

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

CompliceU avatar Apr 25 '21 05:04 CompliceU