From e3468326ed13c8664aa3e553d336891629c80b66 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Fri, 18 Jun 2021 13:38:29 -0400 Subject: [PATCH] add note on disposing tensor --- Configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Configuration.md b/Configuration.md index a2e604a..0c7959a 100644 --- a/Configuration.md +++ b/Configuration.md @@ -98,6 +98,7 @@ const config: Config = { minConfidence: 0.2, // threshold for discarding a prediction iouThreshold: 0.1, // ammount of overlap between two detected objects before one object is removed return: false, // return extracted face as tensor + // in which case user is reponsible for disposing the tensor }, mesh: {