vladmandic / human

Human: AI-powered 3D Face Detection & Rotation Tracking, Face Description & Recognition, Body Pose Tracking, 3D Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction, Gaze Tracking, Gesture Recognition
https://vladmandic.github.io/human/demo/index.html
MIT License
2.31k stars 320 forks source link

Is it possible to detect pinch gesture with one hand 2 fingers or two hands each with 2 fingers #440

Closed shunmian closed 5 months ago

shunmian commented 5 months ago

Hi, great work on the repo! Just curious if it is possible to detect pinch gesture with one hand 2 fingers or two hands each with 2 fingers?

vladmandic commented 5 months ago

possible? sure. you'd need to define what that gesture is, its not built-in. for example, you'd need to define your gesture like in https://github.com/vladmandic/human/blob/main/src/hand/fingergesture.ts and then regsister it

vladmandic commented 5 months ago

anyhow, closing this issue and transferring it to discussions as its not a product issue but a general question.