From 60b5007b96ddba692561cce29cf03a89d1edc842 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Tue, 9 Nov 2021 14:38:01 -0500 Subject: [PATCH] add liveness module --- Demos.md | 2 ++ Models.md | 1 + 2 files changed, 3 insertions(+) diff --git a/Demos.md b/Demos.md index cff918a..b376dd8 100644 --- a/Demos.md +++ b/Demos.md @@ -14,6 +14,8 @@ Demos are included in `/demo`: Simple demo in WebCam processing demo in TypeScript - `facematch`: [browser] Extracts faces from images, calculates face descriptors and simmilarities and matches them to known database +- `facerecognition`: [browser] + Runs multiple checks to validate webcam input before performing face match, similar to *FaceID* - `multithread`: [browser] Runs each `human` module in a separate web worker for highest possible performance See for details diff --git a/Models.md b/Models.md index 4a6c6f0..d10ed0b 100644 --- a/Models.md +++ b/Models.md @@ -105,6 +105,7 @@ Switching model also automatically switches implementation used inside `Human` s | Hand Tracking | 605K | handtrack.json | 2.9M | handtrack.bin | 619 | | GEAR Predictor | 28K | gear.json | 1.5M | gear.bin | 25 | | Anti-Spoofing | 8K | antispoof.json | 834K | antispoof.bin | 11 | +| Liveness | 17K | liveness.json | 580K | liveness.bin | 23 |