From f981107e84085bb5ac93441162e900a0d73d0503 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Mon, 8 Mar 2021 10:06:21 -0500 Subject: [PATCH] remove unnecessary config flags --- Change-Log.md | 7 +++++-- Configuration.md | 1 - Outputs.md | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Change-Log.md b/Change-Log.md index 560dcaa..1cd82d5 100644 --- a/Change-Log.md +++ b/Change-Log.md @@ -1,6 +1,6 @@ # @vladmandic/human -Version: **0.40.7** +Version: **0.40.8** Description: **Human: AI-powered 3D Face Detection, Face Embedding & Recognition, Body Pose Tracking, Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction & Gesture Recognition** Author: **Vladimir Mandic ** @@ -9,7 +9,10 @@ Repository: **** ## Changelog -### **HEAD -> main** 2021/03/06 mandic00@live.com +### **HEAD -> main** 2021/03/08 mandic00@live.com + + +### **0.40.7** 2021/03/06 mandic00@live.com - implemented 3d face angle calculations diff --git a/Configuration.md b/Configuration.md index f465102..bae950a 100644 --- a/Configuration.md +++ b/Configuration.md @@ -130,7 +130,6 @@ config = { enabled: true, modelPath: '../models/facemesh.json', inputSize: 192, // fixed value - returnRawData: false, // in addition to standard mesh and box values, return raw normalized values as well }, iris: { diff --git a/Outputs.md b/Outputs.md index 4e80832..de906f0 100644 --- a/Outputs.md +++ b/Outputs.md @@ -12,9 +12,9 @@ result = { faceConfidence // confidence in detection box after running mesh boxConfidence // confidence in detection box before running mesh box, // - rawBox, // normalized values for box, only set if returnRawData is set + rawBox, // normalized values for box mesh, // 468 base points & 10 iris points - rawMesh, // normalized values for box, only set if returnRawData is set + rawMesh, // normalized values for box annotations, // 32 base annotated landmarks & 2 iris annotations iris, // relative distance of iris to camera, multiple by focal lenght to get actual distance age, // estimated age