Replies: 2 comments 1 reply
-
which configuration settings did you try so far? there is plenty that can be done via configuration to increase priority of hand processing and disable other models for example, check out live demo at https://github.com/vladmandic/human-motion and select but when comparing with |
Beta Was this translation helpful? Give feedback.
-
In that case, its always going to be slower than MediaPipe as they perform extensive detection caching.
Its the fact that detector cannot distinguish between face and hand when there is a large overlap so hand basically falls under bounding box of a face. I could force analysis of face as hand and then throw away if low confidence, but that would slow overall processing quite a lot. |
Beta Was this translation helpful? Give feedback.
-
Hi Vlad, are there any configs or ideas you can share on how we can make the hand detection performance on par w/ MediaPipe Hands? If you try their demo, https://codepen.io/mediapipe/pen/RwGWYJw, you'll see the hand detection is near-instant and tracks well. With my application (and your demos) it seems to not detect the hands quite often. Any ideas would be appreciated, thanks!
Beta Was this translation helpful? Give feedback.
All reactions