full rebuild

pull/91/head
Vladimir Mandic 2021-03-15 08:56:36 -04:00
parent 30aa3fb793
commit 33807553da
17 changed files with 6301 additions and 443331 deletions

View File

@ -1,6 +1,6 @@
# @vladmandic/human # @vladmandic/human
Version: **1.1.3** Version: **1.1.4**
Description: **Human: AI-powered 3D Face Detection, Face Embedding & Recognition, Body Pose Tracking, Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction & Gesture Recognition** Description: **Human: AI-powered 3D Face Detection, Face Embedding & Recognition, Body Pose Tracking, Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction & Gesture Recognition**
Author: **Vladimir Mandic <mandic00@live.com>** Author: **Vladimir Mandic <mandic00@live.com>**
@ -9,6 +9,13 @@ Repository: **<git+https://github.com/vladmandic/human.git>**
## Changelog ## Changelog
### **HEAD -> main** 2021/03/15 mandic00@live.com
### **1.1.4** 2021/03/14 mandic00@live.com
- fix broken build
### **1.1.3** 2021/03/14 mandic00@live.com ### **1.1.3** 2021/03/14 mandic00@live.com
- added api specs - added api specs

100001
dist/demo-browser-index.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

98993
dist/human.esm.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

98999
dist/human.js vendored

File diff suppressed because one or more lines are too long

2
dist/human.js.map vendored

File diff suppressed because one or more lines are too long

25087
dist/human.node-gpu.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

25087
dist/human.node.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

76304
dist/tfjs.esm.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

22
package-lock.json generated
View File

@ -36,7 +36,7 @@
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"simple-git": "^2.36.2", "simple-git": "^2.36.2",
"tslib": "^2.1.0", "tslib": "^2.1.0",
"typedoc": "^0.20.30", "typedoc": "^0.20.32",
"typescript": "^4.2.3" "typescript": "^4.2.3"
}, },
"engines": { "engines": {
@ -3993,9 +3993,9 @@
} }
}, },
"node_modules/typedoc": { "node_modules/typedoc": {
"version": "0.20.30", "version": "0.20.32",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.30.tgz", "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.32.tgz",
"integrity": "sha512-A4L6JDShPFwZDt9qp7FBsEpW7C6rA5fRv6ywgBuxGxZnT2wuF5afbWzmrwqHR3Xw38V1H2L4v/VJ0S/llBwV6Q==", "integrity": "sha512-GSopd/tiqoKE3fEdvhoaEpR9yrEPsR9tknAjkoeSPL6p1Rq5aVsKxBhhF6cwoDJ7oWjpvnm8vs0rQN0BxEHuWQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"colors": "^1.4.0", "colors": "^1.4.0",
@ -4007,8 +4007,8 @@
"minimatch": "^3.0.0", "minimatch": "^3.0.0",
"progress": "^2.0.3", "progress": "^2.0.3",
"shelljs": "^0.8.4", "shelljs": "^0.8.4",
"shiki": "^0.9.2", "shiki": "^0.9.3",
"typedoc-default-themes": "^0.12.8" "typedoc-default-themes": "^0.12.9"
}, },
"bin": { "bin": {
"typedoc": "bin/typedoc" "typedoc": "bin/typedoc"
@ -7473,9 +7473,9 @@
"dev": true "dev": true
}, },
"typedoc": { "typedoc": {
"version": "0.20.30", "version": "0.20.32",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.30.tgz", "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.32.tgz",
"integrity": "sha512-A4L6JDShPFwZDt9qp7FBsEpW7C6rA5fRv6ywgBuxGxZnT2wuF5afbWzmrwqHR3Xw38V1H2L4v/VJ0S/llBwV6Q==", "integrity": "sha512-GSopd/tiqoKE3fEdvhoaEpR9yrEPsR9tknAjkoeSPL6p1Rq5aVsKxBhhF6cwoDJ7oWjpvnm8vs0rQN0BxEHuWQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"colors": "^1.4.0", "colors": "^1.4.0",
@ -7487,8 +7487,8 @@
"minimatch": "^3.0.0", "minimatch": "^3.0.0",
"progress": "^2.0.3", "progress": "^2.0.3",
"shelljs": "^0.8.4", "shelljs": "^0.8.4",
"shiki": "^0.9.2", "shiki": "^0.9.3",
"typedoc-default-themes": "^0.12.8" "typedoc-default-themes": "^0.12.9"
}, },
"dependencies": { "dependencies": {
"colors": { "colors": {

View File

@ -71,7 +71,7 @@
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"simple-git": "^2.36.2", "simple-git": "^2.36.2",
"tslib": "^2.1.0", "tslib": "^2.1.0",
"typedoc": "^0.20.30", "typedoc": "^0.20.32",
"typescript": "^4.2.3" "typescript": "^4.2.3"
} }
} }