From a1ce6c70b36aa8bb6d00da85b6812540a6f3e5b1 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sun, 25 Apr 2021 14:31:39 -0400 Subject: [PATCH] replaced maxFaces, maxDetections, maxHands, maxResults with maxDetected --- TODO.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index cc24f96b..7ee9f333 100644 --- a/TODO.md +++ b/TODO.md @@ -23,8 +23,7 @@ N/A Configuration simplification: -replaced nmsRadius with built-in default -- Replaced maxFaces, maxDetections, maxHands, maxResults with maxDetected +replaced maxFaces, maxDetections, maxHands, maxResults with maxDetected - Remove deallocate, profile, scoped Build: