added face3d demo

master
Vladimir Mandic 2021-03-30 09:03:10 -04:00
parent df23c6e6fd
commit 8bca078ef0
2 changed files with 16 additions and 5 deletions

@ -4,9 +4,9 @@ Demos are included in `/demo`:
<br>
## Browser
## Main Demo
- `index.html`: Full demo using Browser with ESM module,
- `index.html`: Full demo using `Human` ESM module running in Browesers,
includes selectable backends and WebWorkers
*You can run browser demo either live from git pages, by serving demo folder from your web server or use
@ -45,10 +45,16 @@ all configurable in `browse.js:ui` configuration object and in the UI itself:
<br><hr><br>
### Face 3D Rendering using OpenGL
`face3d.html`: Demo that uses `Three.js` for 3D OpenGL rendering of a detected face
<br><hr><br>
### Face Recognition Demo
To see a demo of all all face description & embedding features,
see `demo/facematch.html` which uses `demo/facematch.js` as JavaSript module
`demo/facematch.html`: Demo that uses all face description and embedding features to
detect, extract and identify all faces plus calculate simmilarity between them
It highlights functionality such as:

@ -21,9 +21,14 @@ Check out [**Live Demo**](https://vladmandic.github.io/human/demo/index.html) fo
<br>
## Demos
- [**Demo Application**](https://vladmandic.github.io/human/demo/index.html)
- [**Face Extraction, Description, Identification and Matching**](https://vladmandic.github.io/human/demo/facematch.html)
- [**Face Extraction and 3D Rendering**](https://vladmandic.github.io/human/demo/face3d.html)
## Project pages
- [**Live Demo**](https://vladmandic.github.io/human/demo/index.html)
- [**Code Repository**](https://github.com/vladmandic/human)
- [**NPM Package**](https://www.npmjs.com/package/@vladmandic/human)
- [**Issues Tracker**](https://github.com/vladmandic/human/issues)