mirror of https://github.com/vladmandic/human
config.videoOptimized has been removed and config.cacheSensitivity has been added instead
parent
dcf3c33382
commit
9009e0f10a
|
@ -201,7 +201,7 @@ const config: Config = {
|
||||||
// warmup pre-initializes all models for faster inference but can take
|
// warmup pre-initializes all models for faster inference but can take
|
||||||
// significant time on startup
|
// significant time on startup
|
||||||
// only used for `webgl` and `humangl` backends
|
// only used for `webgl` and `humangl` backends
|
||||||
cacheSensitivity: 0.004, // cache sensitivity
|
cacheSensitivity: 0.005, // cache sensitivity
|
||||||
// values 0..1 where 0.01 means reset cache if input changed more than 1%
|
// values 0..1 where 0.01 means reset cache if input changed more than 1%
|
||||||
// set to 0 to disable caching
|
// set to 0 to disable caching
|
||||||
filter: { // run input through image filters before inference
|
filter: { // run input through image filters before inference
|
||||||
|
|
Loading…
Reference in New Issue