Native Static Gestures (MediaPipe-style)
This page lists the native static gestures used by the gesture-classification pipeline (the same labels available in hand_landmark.py under gesture_labels). Each entry includes a short, human-friendly description.
- None — No gesture confidently detected.
- Closed_Fist — All fingers curled into a fist.
- Open_Palm — Hand fully open; fingers extended and (optionally) slightly spread.
- Pointing_Up — Index finger extended upward; other fingers curled.
- Thumb_Down — Thumb pointed downward (thumb-down).
- Thumb_Up — Thumb pointed upward (thumbs-up).
- Victory — Two-finger “V” sign (index + middle) / peace sign.
- ILoveYou — Thumb + index + pinky extended (ASL-style “I love you”).
Notes
- These labels correspond to the default classifier output and can be remapped by application code to any action.
- See
model4/index.mdandmodel4/function2.mdfor classification logic and thresholding details.