BodyPixBarracuda
BodyPixBarracuda copied to clipboard
Multi-person support
- 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.
Hey @keijiro, How can I get the list of keypoints for multiple people? Also, Can I limit the number of people being segmented?
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.
Any updates on Multi-person support?