google_ml_kit_flutter icon indicating copy to clipboard operation
google_ml_kit_flutter copied to clipboard

Pose detection always return one pose

Open MaxmaxB opened this issue 3 years ago • 1 comments

Hello I'm using the flutter pose detection kit and it works well for a single person on the image. But if they are more than 1 person on the image it still return only 1 pose. The processImage method return an array of poses so I was expecting that it was supported. Any reason for that? Thanks

MaxmaxB avatar Sep 25 '22 09:09 MaxmaxB

This could be reproduce using the example app.

Maxhoppr avatar Oct 03 '22 02:10 Maxhoppr

From google's documentation:

Pose detection can only detect one person in an image. If two people are in the image, the model will assign landmarks to the person detected with the highest confidence.

Ashkan-Sarlak avatar Oct 23 '22 13:10 Ashkan-Sarlak