How to detect whole head and not just the face #64
-
Hi, I can detect the face correctly with no problem but what I really need is to detect the whole head from top of the hair to the chin and from left ear to right ear. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
using existing models in this library, its limited to face (as most of them are) - and how all libraries that return box for a head work is they just expand face box by some predefined percentage. |
Beta Was this translation helpful? Give feedback.
-
you can try some different face detection model, perhaps it suits your needs better |
Beta Was this translation helpful? Give feedback.
-
@JosephBotros btw, if you have any questions or issues with |
Beta Was this translation helpful? Give feedback.
@JosephBotros
human.draw.*
methods were designed for browser usage onlyi've just published a new version of
Human
2.1.5 that allows usage in nodejs as welland new demo for that, see
demos/nodejs/node-canvas.js
btw, if you have any questions or issues with
Human
, best to post it in it's git repository