diff --git a/Configuration.md b/Configuration.md index 4bf2830..2685bcb 100644 --- a/Configuration.md +++ b/Configuration.md @@ -39,7 +39,7 @@ const config: Config = { backend: 'webgl', // select tfjs backend to use, leave empty to use default backend // can be 'webgl', 'wasm', 'cpu', or 'humangl' which is a custom version of webgl modelBasePath: '../models/', // base path for all models - wasmPath: '../node_modules/@tensorflow/tfjs-backend-wasm/dist//', // path for wasm binaries, only used for backend: wasm + wasmPath: '../node_modules/@tensorflow/tfjs-backend-wasm/dist/', // path for wasm binaries, only used for backend: wasm debug: true, // print additional status messages to console async: true, // execute enabled models in parallel warmup: 'full', // what to use for human.warmup(), can be 'none', 'face', 'full' @@ -132,8 +132,8 @@ const config: Config = { body: { enabled: true, - modelPath: 'posenet.json', // body model, can be absolute path or relative to modelBasePath - // can be 'posenet', 'blazepose', 'efficientpose', 'movenet' + modelPath: 'movenet-lightning.json', // body model, can be absolute path or relative to modelBasePath + // can be 'posenet', 'blazepose', 'efficientpose', 'movenet-lightning', 'movenet-thunder' maxDetected: 1, // maximum number of people detected in the input // should be set to the minimum number for performance // only valid for posenet as other models detects single pose