From 4091054e6d325ad8e9787c4b3d93b0e4ebb9016c Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Tue, 2 Mar 2021 11:27:27 -0500 Subject: [PATCH] add debug flag --- Change-Log.md | 5 +++-- Configuration.md | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Change-Log.md b/Change-Log.md index 9cf1d0a..8028b6b 100644 --- a/Change-Log.md +++ b/Change-Log.md @@ -1,7 +1,7 @@ # @vladmandic/human -Version: **0.30.3** +Version: **0.30.4** 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 ** @@ -10,7 +10,8 @@ Repository: **** ## Changelog -### **HEAD -> main, origin/main, origin/HEAD** 2021/02/28 mandic00@live.com +### **HEAD -> main, tag: v0.30.4, origin/main, origin/HEAD** 2021/03/01 mandic00@live.com +- added skipinitial flag ### **tag: v0.30.3** 2021/02/28 mandic00@live.com - typo diff --git a/Configuration.md b/Configuration.md index bb22583..4f54a15 100644 --- a/Configuration.md +++ b/Configuration.md @@ -35,8 +35,12 @@ All configuration details can be changed in real-time! ```js config = { backend: 'webgl', // select tfjs backend to use + // can be 'webgl', 'wasm', 'cpu', or 'humangl' which is a custom version of webgl + // leave as empty string to continue using default backend + // when backend is set outside of Human library wasmPath: '../assets/', // path for wasm binaries // only used for backend: wasm + debug: false, // print additional status messages to console async: true, // execute enabled models in parallel // this disables per-model performance data but // slightly increases performance