From 981b2b9b089fc32701d8569bcdb41b6816326947 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Fri, 16 Apr 2021 09:31:58 -0400 Subject: [PATCH] added benchmarks --- README.md | 1 + demo/node-multiprocess-worker.js | 2 +- wiki | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93c06f40..395da4ba 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ Check out [**Live Demo**](https://vladmandic.github.io/human/demo/index.html) fo - [**Face Recognition & Face Description**](https://github.com/vladmandic/human/wiki/Embedding) - [**Gesture Recognition**](https://github.com/vladmandic/human/wiki/Gesture) - [**Common Issues**](https://github.com/vladmandic/human/wiki/Issues) +- [**Background and Benchmarks**](https://github.com/vladmandic/human/wiki/Background) ## Additional notes diff --git a/demo/node-multiprocess-worker.js b/demo/node-multiprocess-worker.js index 4f434f98..e79bed8d 100644 --- a/demo/node-multiprocess-worker.js +++ b/demo/node-multiprocess-worker.js @@ -16,7 +16,7 @@ const myConfig = { modelBasePath: 'file://models/', debug: false, videoOptimized: false, - async: false, + async: true, face: { enabled: true, detector: { enabled: true, rotation: false }, diff --git a/wiki b/wiki index a84586b6..458f0283 160000 --- a/wiki +++ b/wiki @@ -1 +1 @@ -Subproject commit a84586b61f8cd89d7d7b8c16496de25a1bac8e32 +Subproject commit 458f02833206e3a6ee1c76652d9e8048530f0708