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

No convex hull #76

Closed Zireael07 closed 1 year ago

Zireael07 commented 1 year ago

I think the model would be much more useful if it outputted convex hull in addition to bounding box (I imagine you do convex hull anyway to get the bb?)

Zireael07 commented 1 year ago

Closing because I realized there is no convex hull step to this since this is all in a neural network