-
-
Notifications
You must be signed in to change notification settings - Fork 329
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6bca8eb
commit 270304e
Showing
13 changed files
with
682 additions
and
678 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>** | ||
|
@@ -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 | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
2021-06-07 08:36:47 [36mINFO: [39m @vladmandic/human version 2.0.0 | ||
2021-06-07 08:36:47 [36mINFO: [39m User: vlado Platform: linux Arch: x64 Node: v16.0.0 | ||
2021-06-07 08:36:47 [36mINFO: [39m 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 [36mINFO: [39m Clean: ["dist/*","types/*","typedoc/*"] | ||
2021-06-07 08:36:47 [36mINFO: [39m Build: file startup all type: production config: {"minifyWhitespace":true,"minifyIdentifiers":true,"minifySyntax":true} | ||
2021-06-07 08:36:47 [35mSTATE:[39m target: node type: tfjs: {"imports":1,"importBytes":102,"outputBytes":1303,"outputFiles":"dist/tfjs.esm.js"} | ||
2021-06-07 08:36:47 [35mSTATE:[39m target: node type: node: {"imports":41,"importBytes":430471,"outputBytes":376423,"outputFiles":"dist/human.node.js"} | ||
2021-06-07 08:36:47 [35mSTATE:[39m target: nodeGPU type: tfjs: {"imports":1,"importBytes":110,"outputBytes":1311,"outputFiles":"dist/tfjs.esm.js"} | ||
2021-06-07 08:36:47 [35mSTATE:[39m target: nodeGPU type: node: {"imports":41,"importBytes":430479,"outputBytes":376427,"outputFiles":"dist/human.node-gpu.js"} | ||
2021-06-07 08:36:47 [35mSTATE:[39m target: nodeWASM type: tfjs: {"imports":1,"importBytes":149,"outputBytes":1378,"outputFiles":"dist/tfjs.esm.js"} | ||
2021-06-07 08:36:47 [35mSTATE:[39m target: nodeWASM type: node: {"imports":41,"importBytes":430546,"outputBytes":376499,"outputFiles":"dist/human.node-wasm.js"} | ||
2021-06-07 08:36:47 [35mSTATE:[39m target: browserNoBundle type: tfjs: {"imports":1,"importBytes":2817,"outputBytes":1214,"outputFiles":"dist/tfjs.esm.js"} | ||
2021-06-07 08:36:47 [35mSTATE:[39m target: browserNoBundle type: esm: {"imports":41,"importBytes":430382,"outputBytes":247743,"outputFiles":"dist/human.esm-nobundle.js"} | ||
2021-06-07 08:36:48 [35mSTATE:[39m 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 [35mSTATE:[39m target: browserBundle type: iife: {"imports":41,"importBytes":3246925,"outputBytes":1588120,"outputFiles":"dist/human.js"} | ||
2021-06-07 08:36:49 [35mSTATE:[39m target: browserBundle type: esm: {"imports":41,"importBytes":3246925,"outputBytes":1588112,"outputFiles":"dist/human.esm.js"} | ||
2021-06-07 08:36:49 [36mINFO: [39m Running Linter: ["server/","src/","tfjs/","test/","demo/"] | ||
2021-06-07 08:37:13 [36mINFO: [39m Linter complete: files: 71 errors: 0 warnings: 0 | ||
2021-06-07 08:37:13 [36mINFO: [39m Generate ChangeLog: ["/home/vlado/dev/human/CHANGELOG.md"] | ||
2021-06-07 08:37:13 [36mINFO: [39m Generate Typings: ["src/human.ts"] outDir: ["types"] | ||
2021-06-07 08:37:28 [36mINFO: [39m Generate TypeDocs: ["src/human.ts"] outDir: ["typedoc"] | ||
2021-06-07 08:37:41 [36mINFO: [39m Documentation generated at /home/vlado/dev/human/typedoc 1 | ||
2021-06-08 07:04:15 [36mINFO: [39m @vladmandic/human version 2.0.1 | ||
2021-06-08 07:04:15 [36mINFO: [39m User: vlado Platform: linux Arch: x64 Node: v16.0.0 | ||
2021-06-08 07:04:15 [36mINFO: [39m 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 [36mINFO: [39m Clean: ["dist/*","types/*","typedoc/*"] | ||
2021-06-08 07:04:16 [36mINFO: [39m Build: file startup all type: production config: {"minifyWhitespace":true,"minifyIdentifiers":true,"minifySyntax":true} | ||
2021-06-08 07:04:16 [35mSTATE:[39m target: node type: tfjs: {"imports":1,"importBytes":102,"outputBytes":1303,"outputFiles":"dist/tfjs.esm.js"} | ||
2021-06-08 07:04:16 [35mSTATE:[39m target: node type: node: {"imports":41,"importBytes":430477,"outputBytes":376424,"outputFiles":"dist/human.node.js"} | ||
2021-06-08 07:04:16 [35mSTATE:[39m target: nodeGPU type: tfjs: {"imports":1,"importBytes":110,"outputBytes":1311,"outputFiles":"dist/tfjs.esm.js"} | ||
2021-06-08 07:04:16 [35mSTATE:[39m target: nodeGPU type: node: {"imports":41,"importBytes":430485,"outputBytes":376428,"outputFiles":"dist/human.node-gpu.js"} | ||
2021-06-08 07:04:16 [35mSTATE:[39m target: nodeWASM type: tfjs: {"imports":1,"importBytes":149,"outputBytes":1378,"outputFiles":"dist/tfjs.esm.js"} | ||
2021-06-08 07:04:16 [35mSTATE:[39m target: nodeWASM type: node: {"imports":41,"importBytes":430552,"outputBytes":376500,"outputFiles":"dist/human.node-wasm.js"} | ||
2021-06-08 07:04:16 [35mSTATE:[39m target: browserNoBundle type: tfjs: {"imports":1,"importBytes":2817,"outputBytes":1214,"outputFiles":"dist/tfjs.esm.js"} | ||
2021-06-08 07:04:16 [35mSTATE:[39m target: browserNoBundle type: esm: {"imports":41,"importBytes":430388,"outputBytes":247789,"outputFiles":"dist/human.esm-nobundle.js"} | ||
2021-06-08 07:04:16 [35mSTATE:[39m 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 [35mSTATE:[39m target: browserBundle type: iife: {"imports":41,"importBytes":3246957,"outputBytes":1588174,"outputFiles":"dist/human.js"} | ||
2021-06-08 07:04:17 [35mSTATE:[39m target: browserBundle type: esm: {"imports":41,"importBytes":3246957,"outputBytes":1588166,"outputFiles":"dist/human.esm.js"} | ||
2021-06-08 07:04:17 [36mINFO: [39m Running Linter: ["server/","src/","tfjs/","test/","demo/"] | ||
2021-06-08 07:04:42 [36mINFO: [39m Linter complete: files: 71 errors: 0 warnings: 0 | ||
2021-06-08 07:04:43 [36mINFO: [39m Generate ChangeLog: ["/home/vlado/dev/human/CHANGELOG.md"] | ||
2021-06-08 07:04:43 [36mINFO: [39m Generate Typings: ["src/human.ts"] outDir: ["types"] | ||
2021-06-08 07:04:58 [36mINFO: [39m Generate TypeDocs: ["src/human.ts"] outDir: ["typedoc"] | ||
2021-06-08 07:05:12 [36mINFO: [39m Documentation generated at /home/vlado/dev/human/typedoc 1 |
Oops, something went wrong.