diff --git a/Outputs.md b/Outputs.md index 6708d37..69d5437 100644 --- a/Outputs.md +++ b/Outputs.md @@ -18,6 +18,13 @@ result = { age, // estimated age gender, // 'male', 'female' embedding, // [float] vector of 192 values used for face simmilarity compare + emotion: // + [ + { + score, // probabily of emotion + emotion, // 'angry', 'disgust', 'fear', 'happy', 'sad', 'surprise', 'neutral' + } + ], } ], body: // @@ -36,18 +43,11 @@ result = { annotations, // ]> 5 annotated landmakrs } ], - emotion: // - [ - { - score, // probabily of emotion - emotion, // 'angry', 'discust', 'fear', 'happy', 'sad', 'surpise', 'neutral' - } - ], gesture: // [ { : , - gesture: + gesture: } ], performance = { // performance data of last execution for each module measuredin miliseconds