From 4cb4534d2812d092946fbe51f8078df15b2c07d7 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sat, 24 Apr 2021 09:28:33 -0400 Subject: [PATCH] remove efficientpose --- Configuration.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Configuration.md b/Configuration.md index 73178d9..c3133ab 100644 --- a/Configuration.md +++ b/Configuration.md @@ -185,8 +185,7 @@ const config: Config = { enabled: true, modelPath: 'posenet.json', // body model // can be either absolute path or relative to modelBasePath - // can be 'posenet', 'blazepose' or 'efficientpose' - // 'blazepose' and 'efficientpose' are experimental + // can be 'posenet' or 'blazepose' maxDetections: 10, // maximum number of people detected in the input // should be set to the minimum number for performance // only valid for posenet as blazepose only detects single pose