Show HN: YoHa – A practical hand tracking engine
11–20 of 67 posts
Re: Show HN: YoHa – A practical hand tracking engine
#12I think these tools are super interesting, but I tools like this marginalize users with non-standard number of limbs or fingers.
Re: Show HN: YoHa – A practical hand tracking engine
#13I've been working on a couple of chording keyboard designs and was thinking I might be able to create a virtual keyboard using this library. It would be nice to also be able to recognize the hand from the back. A keyboard would also obviously be necessary to track two hands at a time. How does the application deal with different skin-tones?
Two hand support would be nice and I would love to add it in the future.
The engine should work well with different skin tones as the training data was collected from a set of many and diverse individuals. The training data will also grow further over time making it more and more robust.
Re: Show HN: YoHa – A practical hand tracking engine
#14Re: Show HN: YoHa – A practical hand tracking engine
#15Was wondering how easy it'd be to port to native mobile, so went looking for the source code, but doesn't appear to actually be open source. The meat is distributed as binary (WASM for "backend" code and a .bin for model weights). Aside from being a cool hand tracker, it's a very clever way to distribute closed source JavaScript packages.
As a side note: The wasm files are actually from the inference engine (tfjs).
Please let me know if you have any more questions in that regard.
Re: Show HN: YoHa – A practical hand tracking engine
#16I think these tools are super interesting, but I tools like this marginalize users with non-standard number of limbs or fingers.
Re: Show HN: YoHa – A practical hand tracking engine
#17Hi, I'm not sure if you've looked into this or not, but another area that is interested in this sort of thing and might be very excited is musical gesture recognition.
Latency is very low which is very important for this use case. Look on YouTube for demos.
Re: Show HN: YoHa – A practical hand tracking engine
#18Re: Show HN: YoHa – A practical hand tracking engine
#19Re: Show HN: YoHa – A practical hand tracking engine
#20[deleted]