Can HumanBodyActionCounter counts hand action??

I was trying to hand action repetition though HumanBodyActionCounter but seems like its not working. So does HumanBodyActionCounter counts hand action also?

No one?

Hey thanks for writing! The HumanBodyActionCounter is intended for counting actions of a human body, and the structure of keypoints that make up a human body are different than make up a hand. You can see some details on the model at this sample code project. It would be a neat feature to add the ability to get hand action counts, and that's something that we could explore for a future release, but not something we've built yet. Two issues with trying to apply the HumanBodyActionCounter to a hand pose directly are:

  • The number of keypoints in the two models are different (and not all body pose points are included in this, the ones on the head are intentionally removed), and so the tensor sizes will be different.
  • The weights in the model are tailored to a human body.

So unfortunately a lot of the strength of the model really is specific to the human body and not extensible to hands.

Can HumanBodyActionCounter counts hand action??
 
 
Q