From ba16d32c56485602e430c87c7c8cc6f5f461ed83 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Tue, 22 Nov 2022 10:33:21 -0500 Subject: [PATCH] add dynamic load demo --- Demos.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Demos.md b/Demos.md index 770ab47..8250fbf 100644 --- a/Demos.md +++ b/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