From 3463bb302fe4ffb3acae33e09cde8a0e6c3540bc Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Tue, 18 May 2021 11:38:22 -0400 Subject: [PATCH] individual model skipFrames values still max high threshold for caching --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 09513477..0e774638 100644 --- a/src/config.ts +++ b/src/config.ts @@ -299,7 +299,7 @@ const config: Config = { enabled: true, rotation: false, // use best-guess rotated hand image or just box with rotation as-is // false means higher performance, but incorrect finger mapping if hand is inverted - skipFrames: 12, // how many max frames to go without re-running the hand bounding box detector + skipFrames: 32, // how many max frames to go without re-running the hand bounding box detector // only used when cacheSensitivity is not zero // e.g., if model is running st 25 FPS, we can re-use existing bounding // box for updated hand skeleton analysis as the hand probably