From 11c9fd09a38aa5876a13befb41012e8997ba84c9 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sun, 25 Apr 2021 14:15:49 -0400 Subject: [PATCH] remove blazeface-front model --- Configuration.md | 2 +- Home.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Configuration.md b/Configuration.md index 17fb4f4..b7f96fc 100644 --- a/Configuration.md +++ b/Configuration.md @@ -92,7 +92,7 @@ const config: Config = { // detector, mesh, iris, age, gender, emotion // (note: module is not loaded until it is required) detector: { - modelPath: 'blazeface-back.json', // detector model, can be absolute path or relative to modelBasePath + modelPath: 'blazeface.json', // detector model, can be absolute path or relative to modelBasePath 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 // this parameter is not valid in nodejs diff --git a/Home.md b/Home.md index 1b13cdc..55b8709 100644 --- a/Home.md +++ b/Home.md @@ -90,12 +90,13 @@ Additionally, `HTMLVideoElement`, `HTMLMediaElement` can be a standard `