BodyPixBarracuda icon indicating copy to clipboard operation
BodyPixBarracuda copied to clipboard

Multi-person support

Open keijiro opened this issue 4 years ago • 3 comments

  • Segmentation filter: It should segment individuals separately.
  • Keypoint detect: It should provide a list of poses for multiple people. Currently, it only returns a single pose.

keijiro avatar Aug 26 '21 07:08 keijiro

Hey @keijiro, How can I get the list of keypoints for multiple people? Also, Can I limit the number of people being segmented?

aadityasp avatar Jul 15 '22 22:07 aadityasp

How can I get the list of keypoints for multiple people?

The short answer is that you have to simply implement it. The original paper has a description about it.

Also, Can I limit the number of people being segmented?

There is no such functionality in the Bodypix model. You have to invent a way to handle that problem.

keijiro avatar Jul 16 '22 04:07 keijiro

Any updates on Multi-person support?

feipinxiang avatar Jan 17 '24 11:01 feipinxiang