mirror of https://github.com/vladmandic/human
remove efficientpose
parent
144a0ca88b
commit
4cb4534d28
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue