Hi everyone,
I’m working with MediaPipe’s gesture detector and I’m looking for advice on finding different gesture models.
Here are the gestures I’m trying to detect:
0 - Unrecognized gesture, label: Unknown
1 - Closed fist, label: Closed_Fist
2 - Open palm, label: Open_Palm
3 - Pointing up, label: Pointing_Up
4 - Thumbs down, label: Thumb_Down
5 - Thumbs up, label: Thumb_Up
6 - Victory, label: Victory
7 - Love, label: ILoveYou
Does anyone know how I can find these models using the Gesture detector?
Thanks!