Replies: 1 comment
-
if i understood correctly, then only partial fingers would be visible while holding the phone and palm of the hand would be obstructed by the phone - none of the hand detection models would detect hand with any kind of confidence in that case. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using web version code here is is below. i am trying to get the right config and can not tell from the docs if it is even possible (not using node.js or backend) i would like to be able to detect if hands or fingers are in the webcam input and mobile phone if someone holding up image of a face on a phone for example: <script type="module">
import Human from 'https://cdn.jsdelivr.net/npm/@vladmandic/[email protected]/dist/human.esm.js';
Beta Was this translation helpful? Give feedback.
All reactions