From d6f9cc1d394836a907e4f7b3f17fc1bfe4bd5b42 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Thu, 11 Nov 2021 17:02:32 -0500 Subject: [PATCH] update todo --- TODO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 6b036d1e..5dd23901 100644 --- a/TODO.md +++ b/TODO.md @@ -42,12 +42,12 @@ MoveNet MultiPose model does not work with WASM backend due to missing F32 broad ## Pending release notes: New: -- new demo `demos/facerecognition` that utilizes multiple algorithm - to validte input before triggering face recognition - similar to **FaceID** +- new demo `demos/faceid` that utilizes multiple algorithm to validate input before triggering face recognition - new optional model `liveness` checks if input appears to be a real-world live image or a recording best used together with `antispoofing` that checks if input appears to have a realistic face Other: - Improved **Safari** compatibility +- Improved `similarity` and `match` score range normalization - Documentation overhaul