From 3f774f195b7bdb7e01b7fcd3a5bdd8dfcb61ff94 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Fri, 18 Nov 2022 12:35:48 -0500 Subject: [PATCH] update readme --- README.md | 63 +++++++++++++++++++++++++++---------------------------- 1 file changed, 31 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 8d203222..5b43191a 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ - Simple unified API - Built-in Image, Video and WebCam handling +[*Jump to Quick Start*](#quick-start) +
## Compatibility @@ -143,24 +145,21 @@ ## App Examples Visit [Examples gallery](https://vladmandic.github.io/human/samples/index.html) for more examples - - -![samples](assets/samples.jpg) +[](assets/samples.jpg)
## Options All options as presented in the demo application... -> [demo/index.html](demo/index.html) - -![Options visible in demo](assets/screenshot-menu.png) +[demo/index.html](demo/index.html) +[](assets/screenshot-menu.png)
**Results Browser:** [ *Demo -> Display -> Show Results* ]
-![Results](assets/screenshot-results.png) +[](assets/screenshot-results.png)
@@ -172,22 +171,22 @@ sorts them by similarity to selected face and optionally matches detected face with database of known people to guess their names > [demo/facematch](demo/facematch/index.html) -![Face Matching](assets/screenshot-facematch.jpg) +[](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) +[](assets/screenshot-faceid.jpg)
3. **3D Rendering:** > [human-motion](https://github.com/vladmandic/human-motion) -![Face3D](https://github.com/vladmandic/human-motion/raw/main/assets/screenshot-face.jpg) -![Body3D](https://github.com/vladmandic/human-motion/raw/main/assets/screenshot-body.jpg) -![Hand3D](https://github.com/vladmandic/human-motion/raw/main/assets/screenshot-hand.jpg) +[](https://github.com/vladmandic/human-motion/raw/main/assets/screenshot-face.jpg) +[](https://github.com/vladmandic/human-motion/raw/main/assets/screenshot-body.jpg) +[](https://github.com/vladmandic/human-motion/raw/main/assets/screenshot-hand.jpg)
@@ -195,7 +194,7 @@ Performs validation check on a webcam input to detect a real face and matches it > [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) +[](https://github.com/vladmandic/human-three-vrm/raw/main/assets/human-vrm-screenshot.jpg) 5. **Human as OS native application:** @@ -219,31 +218,13 @@ Simply load `Human` (*IIFE version*) directly from a cloud CDN in your HTML file - + ``` For details, including how to use `Browser ESM` version or `NodeJS` version of `Human`, see [**Installation**](https://github.com/vladmandic/human/wiki/Install)
-## Inputs - -`Human` library can process all known input types: - -- `Image`, `ImageData`, `ImageBitmap`, `Canvas`, `OffscreenCanvas`, `Tensor`, -- `HTMLImageElement`, `HTMLCanvasElement`, `HTMLVideoElement`, `HTMLMediaElement` - -Additionally, `HTMLVideoElement`, `HTMLMediaElement` can be a standard `