mirror of https://github.com/vladmandic/human
update
parent
e2b0650450
commit
4c5d355a1d
|
@ -26,7 +26,7 @@ result = {
|
||||||
yaw, // yaw is face turn left/right, value of 0 means center
|
yaw, // yaw is face turn left/right, value of 0 means center
|
||||||
pitch, // pitch is face move up/down, value of 0 means center
|
pitch, // pitch is face move up/down, value of 0 means center
|
||||||
}
|
}
|
||||||
emotion: // <array of emotions>
|
emotion: // <array of emotions> returns multiple possible emotions for a given face, each with probability
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
score, // <number> probabily of emotion
|
score, // <number> probabily of emotion
|
||||||
|
|
Loading…
Reference in New Issue