From ac89ded33d7063aa059575eae1df3f81bfb35b7f Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Fri, 26 Feb 2021 10:05:42 -0500 Subject: [PATCH] update --- Change-Log.md | 6 ++++-- Configuration.md | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Change-Log.md b/Change-Log.md index 462e90e..aa1bded 100644 --- a/Change-Log.md +++ b/Change-Log.md @@ -10,9 +10,11 @@ Repository: **** ## Changelog -### **HEAD -> main, tag: v0.30.1** 2021/02/25 mandic00@live.com +### **HEAD -> main** 2021/02/26 mandic00@live.com -### **update to tfjs 3.2.0** 2021/02/25 mandic00@live.com +### **origin/main, origin/HEAD** 2021/02/26 5952964+meeki007@users.noreply.github.com + +### **tag: v0.30.1** 2021/02/25 mandic00@live.com ### **tag: v0.20.11** 2021/02/24 mandic00@live.com diff --git a/Configuration.md b/Configuration.md index f589f2d..27a9744 100644 --- a/Configuration.md +++ b/Configuration.md @@ -94,10 +94,10 @@ config = { // detector, mesh, iris, age, gender, emotion // (note: module is not loaded until it is required) detector: { - modelPath: '../models/blazeface-back.json', // can be 'blazeface-front', 'blazeface-front' or 'faceboxes' + modelPath: '../models/blazeface-back.json', // can be 'blazeface-front', 'blazeface-back' or 'faceboxes' // 'blazeface-front' is blazeface model optimized for large faces such as front-facing camera // 'blazeface-back' is blazeface model optimized for smaller and/or distanct faces - // 'faceboxes' is alternative model to 'blazeface + // 'faceboxes' is alternative model to 'blazeface' inputSize: 256, // fixed value: 128 for front and 256 for 'back' rotation: false, // use best-guess rotated face image or just box with rotation as-is // false means higher performance, but incorrect mesh mapping if face angle is above 20 degrees