mirror of https://github.com/vladmandic/human
added face3d demo
parent
df23c6e6fd
commit
8bca078ef0
14
Demos.md
14
Demos.md
|
@ -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:
|
||||
|
||||
|
|
7
Home.md
7
Home.md
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue