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 `