remove efficientpose

master
Vladimir Mandic 2021-04-24 09:28:33 -04:00
parent 144a0ca88b
commit 4cb4534d28
1 changed files with 1 additions and 2 deletions

@ -185,8 +185,7 @@ const config: Config = {
enabled: true, enabled: true,
modelPath: 'posenet.json', // body model modelPath: 'posenet.json', // body model
// can be either absolute path or relative to modelBasePath // can be either absolute path or relative to modelBasePath
// can be 'posenet', 'blazepose' or 'efficientpose' // can be 'posenet' or 'blazepose'
// 'blazepose' and 'efficientpose' are experimental
maxDetections: 10, // maximum number of people detected in the input maxDetections: 10, // maximum number of people detected in the input
// should be set to the minimum number for performance // should be set to the minimum number for performance
// only valid for posenet as blazepose only detects single pose // only valid for posenet as blazepose only detects single pose