add liveness module

master
Vladimir Mandic 2021-11-09 14:38:01 -05:00
parent 214e797620
commit 60b5007b96
2 changed files with 3 additions and 0 deletions

@ -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 <https://github.com/vladmandic/human/demo/facematch/node-match.md> for details

@ -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 |
<br>