From 9e51e1a476010ba9287b90ddc4a425283db8975d Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Mon, 31 May 2021 10:40:07 -0400 Subject: [PATCH] implemented human.next global interpolation method --- CHANGELOG.md | 1 + README.md | 45 ++- TODO.md | 6 +- demo/index.js | 32 ++- dist/human.esm-nobundle.js | 8 +- dist/human.esm-nobundle.js.map | 6 +- dist/human.esm.js | 406 ++++++++++++++-------------- dist/human.esm.js.map | 6 +- dist/human.js | 406 ++++++++++++++-------------- dist/human.node-gpu.js | 303 ++++++++++----------- dist/human.node-wasm.js | 303 ++++++++++----------- dist/human.node.js | 303 ++++++++++----------- server/build.log | 34 +-- src/config.ts | 12 +- src/draw/draw.ts | 161 +++-------- src/face.ts | 28 +- src/handpose/handpipeline.ts | 2 +- src/human.ts | 82 +++--- src/interpolate.ts | 114 ++++++++ src/result.ts | 2 +- test/test.log | 289 ++++++++++++-------- typedoc/assets/js/search.js | 2 +- typedoc/classes/human.html | 61 +++-- typedoc/interfaces/drawoptions.html | 14 +- typedoc/interfaces/result.html | 2 +- types/draw/draw.d.ts | 2 - types/human.d.ts | 23 +- types/interpolate.d.ts | 5 + types/result.d.ts | 2 +- 29 files changed, 1399 insertions(+), 1261 deletions(-) create mode 100644 src/interpolate.ts create mode 100644 types/interpolate.d.ts diff --git a/CHANGELOG.md b/CHANGELOG.md index b5c1fa13..7ee5fde6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ Repository: **** ### **HEAD -> main** 2021/05/30 mandic00@live.com +- finished draw buffering and smoothing and enabled by default - implemented service worker - quantized centernet - release candidate diff --git a/README.md b/README.md index d3a6d394..e4ba408a 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ Additionally, `HTMLVideoElement`, `HTMLMediaElement` can be a standard `