Skip to content

Commit

Permalink
release 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmandic committed Jun 8, 2021
1 parent 6bca8eb commit 270304e
Show file tree
Hide file tree
Showing 13 changed files with 682 additions and 678 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @vladmandic/human

Version: **2.0.0**
Version: **2.0.1**
Description: **Human: AI-powered 3D Face Detection & Rotation Tracking, Face Description & Recognition, Body Pose Tracking, 3D Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction, Gesture Recognition**

Author: **Vladimir Mandic <[email protected]>**
Expand All @@ -9,7 +9,10 @@ Repository: **<git+https://github.com/vladmandic/human.git>**

## Changelog

### **HEAD -> main** 2021/06/06 [email protected]
### **2.0.1** 2021/06/08 [email protected]


### **origin/main** 2021/06/07 [email protected]

- modularize build platform
- custom build tfjs from sources
Expand Down
8 changes: 4 additions & 4 deletions dist/human.esm-nobundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/human.esm-nobundle.js.map

Large diffs are not rendered by default.

472 changes: 236 additions & 236 deletions dist/human.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/human.esm.js.map

Large diffs are not rendered by default.

472 changes: 236 additions & 236 deletions dist/human.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/human.node-gpu.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ var __commonJS = (cb, mod) => function __require() {
return mod || (0, cb[Object.keys(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
};
var __export = (target, all2) => {
__markAsModule(target);
for (var name in all2)
__defProp(target, name, { get: all2[name], enumerable: true });
};
Expand Down Expand Up @@ -75,7 +76,6 @@ var require_tfjs_esm = __commonJS({
});

// src/human.ts
__markAsModule(exports);
__export(exports, {
Human: () => Human,
default: () => Human
Expand Down Expand Up @@ -11254,7 +11254,7 @@ lBhEMohlFerLlBjEMohMVTEARDKCITsAk2AEgAAAkAAAAAAAAAAAAAAAAAAAAAAAASAAAAAAAAD/
2Q==`;

// package.json
var version = "2.0.0";
var version = "2.0.1";

// src/human.ts
var _numTensors, _analyzeMemoryLeaks, _checkSanity, _firstRun, _lastInputSum, _lastCacheDiff, _sanity, _checkBackend, _skipFrame, _warmupBitmap, _warmupCanvas, _warmupNode;
Expand Down
4 changes: 2 additions & 2 deletions dist/human.node-wasm.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ var __commonJS = (cb, mod) => function __require() {
return mod || (0, cb[Object.keys(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
};
var __export = (target, all2) => {
__markAsModule(target);
for (var name in all2)
__defProp(target, name, { get: all2[name], enumerable: true });
};
Expand Down Expand Up @@ -76,7 +77,6 @@ var require_tfjs_esm = __commonJS({
});

// src/human.ts
__markAsModule(exports);
__export(exports, {
Human: () => Human,
default: () => Human
Expand Down Expand Up @@ -11255,7 +11255,7 @@ lBhEMohlFerLlBjEMohMVTEARDKCITsAk2AEgAAAkAAAAAAAAAAAAAAAAAAAAAAAASAAAAAAAAD/
2Q==`;

// package.json
var version = "2.0.0";
var version = "2.0.1";

// src/human.ts
var _numTensors, _analyzeMemoryLeaks, _checkSanity, _firstRun, _lastInputSum, _lastCacheDiff, _sanity, _checkBackend, _skipFrame, _warmupBitmap, _warmupCanvas, _warmupNode;
Expand Down
4 changes: 2 additions & 2 deletions dist/human.node.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ var __commonJS = (cb, mod) => function __require() {
return mod || (0, cb[Object.keys(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
};
var __export = (target, all2) => {
__markAsModule(target);
for (var name in all2)
__defProp(target, name, { get: all2[name], enumerable: true });
};
Expand Down Expand Up @@ -75,7 +76,6 @@ var require_tfjs_esm = __commonJS({
});

// src/human.ts
__markAsModule(exports);
__export(exports, {
Human: () => Human,
default: () => Human
Expand Down Expand Up @@ -11254,7 +11254,7 @@ lBhEMohlFerLlBjEMohMVTEARDKCITsAk2AEgAAAkAAAAAAAAAAAAAAAAAAAAAAAASAAAAAAAAD/
2Q==`;

// package.json
var version = "2.0.0";
var version = "2.0.1";

// src/human.ts
var _numTensors, _analyzeMemoryLeaks, _checkSanity, _firstRun, _lastInputSum, _lastCacheDiff, _sanity, _checkBackend, _skipFrame, _warmupBitmap, _warmupCanvas, _warmupNode;
Expand Down
1 change: 1 addition & 0 deletions dist/tfjs.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ var __commonJS = (cb, mod5) => function __require2() {
return mod5 || (0, cb[Object.keys(cb)[0]])((mod5 = { exports: {} }).exports, mod5), mod5.exports;
};
var __export = (target, all6) => {
__markAsModule(target);
for (var name in all6)
__defProp(target, name, { get: all6[name], enumerable: true });
};
Expand Down
2 changes: 1 addition & 1 deletion dist/tfjs.esm.js.map

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions server/build.log
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
2021-06-07 08:36:47 INFO:  @vladmandic/human version 2.0.0
2021-06-07 08:36:47 INFO:  User: vlado Platform: linux Arch: x64 Node: v16.0.0
2021-06-07 08:36:47 INFO:  Toolchain: tfjs: 3.7.0 esbuild 0.12.6; typescript 4.2.4; typedoc: 0.20.36 eslint: 7.28.0
2021-06-07 08:36:47 INFO:  Clean: ["dist/*","types/*","typedoc/*"]
2021-06-07 08:36:47 INFO:  Build: file startup all type: production config: {"minifyWhitespace":true,"minifyIdentifiers":true,"minifySyntax":true}
2021-06-07 08:36:47 STATE: target: node type: tfjs: {"imports":1,"importBytes":102,"outputBytes":1303,"outputFiles":"dist/tfjs.esm.js"}
2021-06-07 08:36:47 STATE: target: node type: node: {"imports":41,"importBytes":430471,"outputBytes":376423,"outputFiles":"dist/human.node.js"}
2021-06-07 08:36:47 STATE: target: nodeGPU type: tfjs: {"imports":1,"importBytes":110,"outputBytes":1311,"outputFiles":"dist/tfjs.esm.js"}
2021-06-07 08:36:47 STATE: target: nodeGPU type: node: {"imports":41,"importBytes":430479,"outputBytes":376427,"outputFiles":"dist/human.node-gpu.js"}
2021-06-07 08:36:47 STATE: target: nodeWASM type: tfjs: {"imports":1,"importBytes":149,"outputBytes":1378,"outputFiles":"dist/tfjs.esm.js"}
2021-06-07 08:36:47 STATE: target: nodeWASM type: node: {"imports":41,"importBytes":430546,"outputBytes":376499,"outputFiles":"dist/human.node-wasm.js"}
2021-06-07 08:36:47 STATE: target: browserNoBundle type: tfjs: {"imports":1,"importBytes":2817,"outputBytes":1214,"outputFiles":"dist/tfjs.esm.js"}
2021-06-07 08:36:47 STATE: target: browserNoBundle type: esm: {"imports":41,"importBytes":430382,"outputBytes":247743,"outputFiles":"dist/human.esm-nobundle.js"}
2021-06-07 08:36:48 STATE: target: browserBundle type: tfjs: {"modules":1684,"moduleBytes":5720339,"imports":7,"importBytes":2817,"outputBytes":2817757,"outputFiles":"dist/tfjs.esm.js"}
2021-06-07 08:36:48 STATE: target: browserBundle type: iife: {"imports":41,"importBytes":3246925,"outputBytes":1588120,"outputFiles":"dist/human.js"}
2021-06-07 08:36:49 STATE: target: browserBundle type: esm: {"imports":41,"importBytes":3246925,"outputBytes":1588112,"outputFiles":"dist/human.esm.js"}
2021-06-07 08:36:49 INFO:  Running Linter: ["server/","src/","tfjs/","test/","demo/"]
2021-06-07 08:37:13 INFO:  Linter complete: files: 71 errors: 0 warnings: 0
2021-06-07 08:37:13 INFO:  Generate ChangeLog: ["/home/vlado/dev/human/CHANGELOG.md"]
2021-06-07 08:37:13 INFO:  Generate Typings: ["src/human.ts"] outDir: ["types"]
2021-06-07 08:37:28 INFO:  Generate TypeDocs: ["src/human.ts"] outDir: ["typedoc"]
2021-06-07 08:37:41 INFO:  Documentation generated at /home/vlado/dev/human/typedoc 1
2021-06-08 07:04:15 INFO:  @vladmandic/human version 2.0.1
2021-06-08 07:04:15 INFO:  User: vlado Platform: linux Arch: x64 Node: v16.0.0
2021-06-08 07:04:15 INFO:  Toolchain: tfjs: 3.7.0 esbuild 0.12.7; typescript 4.3.2; typedoc: 0.21.0-beta.2 eslint: 7.28.0
2021-06-08 07:04:15 INFO:  Clean: ["dist/*","types/*","typedoc/*"]
2021-06-08 07:04:16 INFO:  Build: file startup all type: production config: {"minifyWhitespace":true,"minifyIdentifiers":true,"minifySyntax":true}
2021-06-08 07:04:16 STATE: target: node type: tfjs: {"imports":1,"importBytes":102,"outputBytes":1303,"outputFiles":"dist/tfjs.esm.js"}
2021-06-08 07:04:16 STATE: target: node type: node: {"imports":41,"importBytes":430477,"outputBytes":376424,"outputFiles":"dist/human.node.js"}
2021-06-08 07:04:16 STATE: target: nodeGPU type: tfjs: {"imports":1,"importBytes":110,"outputBytes":1311,"outputFiles":"dist/tfjs.esm.js"}
2021-06-08 07:04:16 STATE: target: nodeGPU type: node: {"imports":41,"importBytes":430485,"outputBytes":376428,"outputFiles":"dist/human.node-gpu.js"}
2021-06-08 07:04:16 STATE: target: nodeWASM type: tfjs: {"imports":1,"importBytes":149,"outputBytes":1378,"outputFiles":"dist/tfjs.esm.js"}
2021-06-08 07:04:16 STATE: target: nodeWASM type: node: {"imports":41,"importBytes":430552,"outputBytes":376500,"outputFiles":"dist/human.node-wasm.js"}
2021-06-08 07:04:16 STATE: target: browserNoBundle type: tfjs: {"imports":1,"importBytes":2817,"outputBytes":1214,"outputFiles":"dist/tfjs.esm.js"}
2021-06-08 07:04:16 STATE: target: browserNoBundle type: esm: {"imports":41,"importBytes":430388,"outputBytes":247789,"outputFiles":"dist/human.esm-nobundle.js"}
2021-06-08 07:04:16 STATE: target: browserBundle type: tfjs: {"modules":1684,"moduleBytes":5720339,"imports":7,"importBytes":2817,"outputBytes":2817783,"outputFiles":"dist/tfjs.esm.js"}
2021-06-08 07:04:17 STATE: target: browserBundle type: iife: {"imports":41,"importBytes":3246957,"outputBytes":1588174,"outputFiles":"dist/human.js"}
2021-06-08 07:04:17 STATE: target: browserBundle type: esm: {"imports":41,"importBytes":3246957,"outputBytes":1588166,"outputFiles":"dist/human.esm.js"}
2021-06-08 07:04:17 INFO:  Running Linter: ["server/","src/","tfjs/","test/","demo/"]
2021-06-08 07:04:42 INFO:  Linter complete: files: 71 errors: 0 warnings: 0
2021-06-08 07:04:43 INFO:  Generate ChangeLog: ["/home/vlado/dev/human/CHANGELOG.md"]
2021-06-08 07:04:43 INFO:  Generate Typings: ["src/human.ts"] outDir: ["types"]
2021-06-08 07:04:58 INFO:  Generate TypeDocs: ["src/human.ts"] outDir: ["typedoc"]
2021-06-08 07:05:12 INFO:  Documentation generated at /home/vlado/dev/human/typedoc 1
Loading

0 comments on commit 270304e

Please sign in to comment.