From 083a7903f4be7c8eb3a50836178714b0da9e5b01 Mon Sep 17 00:00:00 2001 From: meeki007 <5952964+meeki007@users.noreply.github.com> Date: Fri, 26 Feb 2021 08:52:34 -0500 Subject: [PATCH] fix typo --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 3daf8bcc..ae199bac 100644 --- a/config.js +++ b/config.js @@ -62,7 +62,7 @@ export default { // 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