mirror of https://github.com/vladmandic/human
add dynamic load demo
parent
185d129a17
commit
ba16d32c56
1
Demos.md
1
Demos.md
|
@ -29,5 +29,6 @@ All demos are included in `/demo` and come with individual documentation per-dem
|
|||
- **Similarity** [[*Details*]](https://github.com/vladmandic/human/tree/main/demo/nodejs): Compares two input images for similarity of detected faces
|
||||
- **Face Match** [[*Details*]](https://github.com/vladmandic/human/tree/main/demo/facematch): Parallel processing of face **match** in multiple child worker threads
|
||||
- **Multiple Workers** [[*Details*]](https://github.com/vladmandic/human/tree/main/demo/nodejs): Runs multiple parallel `human` by dispaching them to pool of pre-created worker processes
|
||||
- **Dynamic Load** [[*Details*]](https://github.com/vladmandic/human/tree/main/demo/nodejs): Loads Human dynamically with multiple different desired backends
|
||||
|
||||
<br><hr><br>
|
||||
|
|
Loading…
Reference in New Issue