From 60eb01217f8d3e69055c991991183dd295cf3766 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Thu, 10 Dec 2020 14:47:58 -0500 Subject: [PATCH] updated config docs --- Configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Configuration.md b/Configuration.md index cdbefb2..3324ba9 100644 --- a/Configuration.md +++ b/Configuration.md @@ -99,6 +99,7 @@ config = { // 'back' is optimized for distanct faces. 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 maxFaces: 10, // maximum number of faces detected in the input // should be set to the minimum number for performance skipFrames: 15, // how many frames to go without re-running the face bounding box detector