From c4c8b30f6bf211ee267cf1884aaff9725f594631 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Fri, 11 Dec 2020 10:11:24 -0500 Subject: [PATCH] updated docs --- Configuration.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Configuration.md b/Configuration.md index 8c3c115..d66fe1f 100644 --- a/Configuration.md +++ b/Configuration.md @@ -59,6 +59,9 @@ config = { // must be disabled for images // basically this skips object box boundary detection for every n frames // while maintaining in-box detection since objects cannot move that fast + warmup: 'face', // what to use for human.warmup(), can be 'none', 'face', 'full' + // warmup pre-initializes all models for faster inference but can take + // significant time on startup filter: { enabled: true, // enable image pre-processing filters