de-code / python-tf-bodypix

A Python implementation of the bodypix model.
MIT License
124 stars 20 forks source link

Part Segmentation Object - pose detection #50

Closed zebediz closed 3 years ago

zebediz commented 3 years ago

Hi,

On the bodypix github page, the javascript bodypix version shows a keypoint skeleton which seems to be an allPoses field returned from the segmentPerson() call. Is it possible to get these pose locations from the python api? (ie a list of keypoints with their (x,y) locations)

de-code commented 3 years ago

Hi @zebediz

That hasn't been ported yet. But would be a good addition. Would you be interested in working on a PR?