liruilong940607 / Pose2Seg

Code for the paper "Pose2Seg: Detection Free Human Instance Segmentation" @ CVPR2019.
http://www.liruilong.cn/projects/pose2seg/index.html
MIT License
531 stars 136 forks source link

Testing with Openpose Keypoints #26

Open siavashk opened 4 years ago

siavashk commented 4 years ago

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 commented 3 years ago

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 commented 3 years ago

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