From b24eafa265bda331788e0d36cf5c854a494e33d6 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sun, 19 Sep 2021 13:57:49 -0400 Subject: [PATCH] added configuration validation and reset --- Usage.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Usage.md b/Usage.md index 96f57e4..92dd396 100644 --- a/Usage.md +++ b/Usage.md @@ -63,6 +63,9 @@ Example that performs single detection and then draws new interpolated result at // if image is not provided, it will generate internal sample human.models // dynamically maintained list of object of any loaded models human.tf // instance of tfjs used by human + human.reset() // reset current configuration to default values + human.validate(config?) // validate configuration values + // if config is not provided it will validate current values ``` ## Face Recognition