From 430a950112e2df059ec53ef68acfb87c84d777f5 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Wed, 4 Nov 2020 01:11:24 -0500 Subject: [PATCH] redo hand detection --- demo/index.html | 1 - src/handpose/box.js | 50 +++++++--- src/handpose/handdetector.js | 113 ++++++++++++--------- src/handpose/handpipeline.js | 184 +++++++++++++++++++++++++++++++++++ src/handpose/handpose.js | 61 ++++++++---- src/human.js | 53 +++++----- 6 files changed, 353 insertions(+), 109 deletions(-) create mode 100644 src/handpose/handpipeline.js diff --git a/demo/index.html b/demo/index.html index 070657be..69a14bbe 100644 --- a/demo/index.html +++ b/demo/index.html @@ -16,7 +16,6 @@ -