torinmb / mediapipe-touchdesigner

GPU Accelerated MediaPipe Plugin for TouchDesigner
MIT License
522 stars 21 forks source link

detecting 2 hands only #55

Closed neildixon54321 closed 8 months ago

neildixon54321 commented 8 months ago

Hi, I'm trying to detect more than 2 hands, but it's always detecting maximum 2 hands. If I set the hand count to 1 it still detects 2, tried setting it to detect 4 or 6 but still detecting 2.

Using Windows 11 Enterprise version 22H2 OS build 22621.2428.

Any suggestions?

Thanks

torinmb commented 8 months ago

Hi @neildixon54321 the ML model form google only supports recognizing 2 hands max. You can see more details here: https://mediapipe-studio.webapps.google.com/studio/demo/gesture_recognizer. Hopefully in the future the'll support more hands.