From c90beadaf77a71df5c25c08d878ad2b6913b15dd Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sun, 25 Sep 2022 10:15:43 -0400 Subject: [PATCH] update wiki --- Home.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Home.md b/Home.md index d98e8a2..c0a849e 100644 --- a/Home.md +++ b/Home.md @@ -170,9 +170,15 @@ and optionally matches detected face with database of known people to guess thei ![Face Matching](assets/screenshot-facematch.jpg) +2. **Face ID:** +Performs validation check on a webcam input to detect a real face and matches it to known faces stored in database +> [demo/faceid](demo/faceid/index.html) + +![Face Matching](assets/screenshot-faceid.jpg) +
-2. **3D Rendering:** +3. **3D Rendering:** > [human-motion](https://github.com/vladmandic/human-motion) ![Face3D](https://github.com/vladmandic/human-motion/raw/main/assets/screenshot-face.jpg) @@ -181,14 +187,14 @@ and optionally matches detected face with database of known people to guess thei
-3. **VR Model Tracking:** +4. **VR Model Tracking:** > [human-three-vrm](https://github.com/vladmandic/human-three-vrm) > [human-bjs-vrm](https://github.com/vladmandic/human-bjs-vrm) ![ThreeVRM](https://github.com/vladmandic/human-three-vrm/raw/main/assets/human-vrm-screenshot.jpg) -4. **Human as OS native application:** +5. **Human as OS native application:** > [human-electron](https://github.com/vladmandic/human-electron)