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 251 forks source link

How to return gesture in array? #18

Closed fuleinist closed 4 years ago

fuleinist commented 4 years ago

as title, is it build in via coco-ssd model or should we try to introduce our own model?

Thanks!

victordibia commented 4 years ago

It returns an array containing bounding boxes of the hands in the image, yes like cocossd. See the example in the demo folder and here https://codepen.io/victordibia/pen/RdWbEY

V

Sent from my iPhone

On Oct 21, 2019, at 18:46, Chris notifications@github.com wrote:

 as title, is it build in via coco-ssd model or should we try to introduce our own model?

Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.