victordibia / handtrack.js

A library for prototyping realtime hand detection (bounding box), directly in the browser.
https://victordibia.com/handtrack.js/
MIT License
2.83k stars 250 forks source link

Is this project able to detect fingers #31

Open Clemlifashou opened 4 years ago

Clemlifashou commented 4 years ago

Hey, is this project able to detect fingers or just hands ? If yes, how ? Thanks !

victordibia commented 4 years ago

Hi,

It does not detect fingers, just hands. Can you tell me more about the use case for finger?

-V.

Clemlifashou commented 4 years ago

My group and I are sudents and we would like to make a sign language translation app

11208 commented 3 years ago

My group and I are sudents and we would like to make a sign language translation app

for detect finger, why dont you give fingerpose a try?

https://github.com/andypotato/fingerpose

ParseSnip commented 3 years ago

Hi Victor, I have my own trained finger classifier model. It is a tf.js converted model, would I be able to drop this in place of your model? Thanks