From f6641d6559b940a7bf99297bf9004f43d1e87bdc Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Mon, 14 Jun 2021 10:22:57 -0400 Subject: [PATCH] added multithreaded demo --- Demos.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Demos.md b/Demos.md index 0090966..e317a0d 100644 --- a/Demos.md +++ b/Demos.md @@ -129,6 +129,16 @@ It highlights functionality such as:


+## Multithreaded Demo + +- `demo/multithread`: Demo for Browsers that uses multiple worker processes + +- Showcases maximum performance sinch each `human` model runs in a separate worker thread +while main thread just combines and draws results +- Achieves 20+ detection frame rate and 60+ refresh frame rate on a medium hardware + +


+ ## NodeJS Demo - `nodejs/node.js`: Demo using NodeJS with CommonJS module