From 9009e0f10a37cede817f2050fe4afef195750d82 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Tue, 18 May 2021 11:36:57 -0400 Subject: [PATCH] config.videoOptimized has been removed and config.cacheSensitivity has been added instead --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 517241a5..09513477 100644 --- a/src/config.ts +++ b/src/config.ts @@ -201,7 +201,7 @@ const config: Config = { // warmup pre-initializes all models for faster inference but can take // significant time on startup // 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% // set to 0 to disable caching filter: { // run input through image filters before inference