From fa7ac1f695547aa0fd25845e6cac7ed5ee0adcae Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Thu, 11 Mar 2021 18:25:50 -0500 Subject: [PATCH] add option to return face tensor --- Configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Configuration.md b/Configuration.md index 828f4c1..15b9319 100644 --- a/Configuration.md +++ b/Configuration.md @@ -118,6 +118,7 @@ config = { scoreThreshold: 0.2, // threshold for deciding when to remove boxes based on score // in non-maximum suppression, // this is applied on detection objects only and before minConfidence + return: true, // return extracted face as tensor }, mesh: {