Show HN: YoHa – A practical hand tracking engine
21–30 of 67 posts
Re: Show HN: YoHa – A practical hand tracking engine
#22An "undo" gesture seems necessary, it was a bit too easy to accidentally wipe the screen. Aside from that, this is fantastic! Love to see what WASM is enabling these days on the web.
YoHa uses tfjs.js which provides several backends for computation. One indeed uses WASM, the other one is WebGL based. The latter one is usually the more powerful one.
Re: Show HN: YoHa – A practical hand tracking engine
#23I think these tools are super interesting, but I tools like this marginalize users with non-standard number of limbs or fingers.
This is a very valid point, but as a counter argument the technique implemented here could be adapted to help users with other needs like say, a browser extension that can help you navigate back and forward with the blink of an eye.
You end up with complicated systems trying to cover all of the edge cases.
Re: Show HN: YoHa – A practical hand tracking engine
#24Re: Show HN: YoHa – A practical hand tracking engine
#25Would you provide the related paper to this approach?
Re: Show HN: YoHa – A practical hand tracking engine
#26I want something like this so I can bind hand gestures to commands.
For example scroll down on a page by a hand gesture.
Re: Show HN: YoHa – A practical hand tracking engine
#27I think these tools are super interesting, but I tools like this marginalize users with non-standard number of limbs or fingers.
I can also see this being very helpful for people who have cerebral palsy, for example. Larger movements are easier, this might help someone use the web more easily.
Re: Show HN: YoHa – A practical hand tracking engine
#28My first question is whether this has the capability of being adapted to interpret/translate American Sign Language (ASL)?
Re: Show HN: YoHa – A practical hand tracking engine
#29Very impressive. I want something like this so I can bind hand gestures to commands. For example scroll down on a page by a hand gesture.
However, you likely want this functionality on any website that you are visiting for which you probably need to build a browser extension. I haven't tried incorporating YoHa into a browser extension but if somebody were to try I'd be happy to help.
Re: Show HN: YoHa – A practical hand tracking engine
#30Great demo.