From 712b73332b1a2e6b69c7e11ae1afa34f90d7b419 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Mon, 2 Nov 2020 18:55:17 -0500 Subject: [PATCH] package update --- CHANGELOG.md | 14 ++++++++++++-- dist/human.esm-nobundle.js | 2 +- dist/human.esm.js | 2 +- dist/human.js | 2 +- dist/human.node-nobundle.js | 2 +- dist/human.node.js | 2 +- package-lock.json | 28 ++++++++++++++++------------ 7 files changed, 33 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a920c0c..3c1cdfcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # @vladmandic/human -Version: **0.5.4** +Version: **0.6.1** Description: **human: 3D Face Detection, Iris Tracking and Age & Gender Prediction** Author: **Vladimir Mandic ** @@ -10,7 +10,17 @@ Repository: **** ## Changelog -### **HEAD -> main** 2020/11/01 mandic00@live.com +### **0.6.1** 2020/11/02 mandic00@live.com +- major performance improvements for all models +- revert "optimized canvas handling" +- optimized canvas handling +- minor optimization to imagefx + +### **origin/main, origin/HEAD** 2020/11/01 mandic00@live.com +- added tfjs-vis to distribution + +### **0.5.5** 2020/11/01 mandic00@live.com +- changed defaults ### **0.5.4** 2020/11/01 mandic00@live.com - implemented memory profiler diff --git a/dist/human.esm-nobundle.js b/dist/human.esm-nobundle.js index 76ea0e0d..e697e359 100644 --- a/dist/human.esm-nobundle.js +++ b/dist/human.esm-nobundle.js @@ -5825,7 +5825,7 @@ var require_config = __commonJS((exports) => { var require_package = __commonJS((exports, module) => { module.exports = { name: "@vladmandic/human", - version: "0.5.5", + version: "0.6.1", description: "human: 3D Face Detection, Iris Tracking and Age & Gender Prediction", sideEffects: false, main: "dist/human.node.js", diff --git a/dist/human.esm.js b/dist/human.esm.js index a497bf0b..ce44e466 100644 --- a/dist/human.esm.js +++ b/dist/human.esm.js @@ -72874,7 +72874,7 @@ var require_config = __commonJS((exports) => { var require_package = __commonJS((exports, module) => { module.exports = { name: "@vladmandic/human", - version: "0.5.5", + version: "0.6.1", description: "human: 3D Face Detection, Iris Tracking and Age & Gender Prediction", sideEffects: false, main: "dist/human.node.js", diff --git a/dist/human.js b/dist/human.js index 91a7e37e..a7472eda 100644 --- a/dist/human.js +++ b/dist/human.js @@ -72875,7 +72875,7 @@ var Human = (() => { var require_package = __commonJS((exports, module) => { module.exports = { name: "@vladmandic/human", - version: "0.5.5", + version: "0.6.1", description: "human: 3D Face Detection, Iris Tracking and Age & Gender Prediction", sideEffects: false, main: "dist/human.node.js", diff --git a/dist/human.node-nobundle.js b/dist/human.node-nobundle.js index 19e8adbd..2796527b 100644 --- a/dist/human.node-nobundle.js +++ b/dist/human.node-nobundle.js @@ -5825,7 +5825,7 @@ var require_config = __commonJS((exports2) => { var require_package = __commonJS((exports2, module2) => { module2.exports = { name: "@vladmandic/human", - version: "0.5.5", + version: "0.6.1", description: "human: 3D Face Detection, Iris Tracking and Age & Gender Prediction", sideEffects: false, main: "dist/human.node.js", diff --git a/dist/human.node.js b/dist/human.node.js index 4a82ad4a..37c0017d 100644 --- a/dist/human.node.js +++ b/dist/human.node.js @@ -73916,7 +73916,7 @@ var require_config = __commonJS((exports2) => { var require_package = __commonJS((exports2, module2) => { module2.exports = { name: "@vladmandic/human", - version: "0.5.5", + version: "0.6.1", description: "human: 3D Face Detection, Iris Tracking and Age & Gender Prediction", sideEffects: false, main: "dist/human.node.js", diff --git a/package-lock.json b/package-lock.json index 82275bc3..add56af9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -515,6 +515,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.0.tgz", "integrity": "sha512-AEXsYIyyDY3MCzbwdhzG3Jx1R0J2wetQyUynn6dYHAO+bg8l1k7jwZtRv4ryryFs7EP+NDlikJlVe59jr0cM2w==", + "dev": true, "requires": { "function-bind": "^1.1.1", "get-intrinsic": "^1.0.0" @@ -523,8 +524,7 @@ "callsites": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "dev": true + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" }, "chalk": { "version": "4.1.0", @@ -661,6 +661,7 @@ "version": "1.1.3", "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "dev": true, "requires": { "object-keys": "^1.0.12" } @@ -1212,7 +1213,8 @@ "function-bind": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true }, "functional-red-black-tree": { "version": "1.0.1", @@ -1283,6 +1285,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.0.1.tgz", "integrity": "sha512-ZnWP+AmS1VUaLgTRy47+zKtjTxz+0xMpx3I52i+aalBK1QP19ggLF3Db89KJX7kjfOfP2eoa01qc++GwPgufPg==", + "dev": true, "requires": { "function-bind": "^1.1.1", "has": "^1.0.3", @@ -1337,6 +1340,7 @@ "version": "1.0.3", "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, "requires": { "function-bind": "^1.1.1" } @@ -1350,7 +1354,8 @@ "has-symbols": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz", - "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==" + "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==", + "dev": true }, "has-unicode": { "version": "2.0.1", @@ -1399,10 +1404,9 @@ } }, "import-fresh": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.2.1.tgz", - "integrity": "sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ==", - "dev": true, + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.2.2.tgz", + "integrity": "sha512-cTPNrlvJT6twpYy+YmKUKrTSjWFs3bjYjAhCwm+z4EOCubZxAuO+hHpRN64TqjEaYSHs7tJAE0w1CKMGmsG/lw==", "requires": { "parent-module": "^1.0.0", "resolve-from": "^4.0.0" @@ -1804,12 +1808,14 @@ "object-keys": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", - "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "dev": true }, "object.assign": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", + "dev": true, "requires": { "call-bind": "^1.0.0", "define-properties": "^1.1.3", @@ -1955,7 +1961,6 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", - "dev": true, "requires": { "callsites": "^3.0.0" } @@ -2120,8 +2125,7 @@ "resolve-from": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "dev": true + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" }, "rimraf": { "version": "3.0.2",