added docker notes

pull/193/head
Vladimir Mandic 2021-10-02 11:41:51 -04:00
parent 8ea92add9a
commit 3f2e6f5686
6 changed files with 631 additions and 629 deletions

View File

@ -9,7 +9,7 @@
## Changelog ## Changelog
### **HEAD -> main** 2021/10/01 mandic00@live.com ### **HEAD -> main** 2021/10/02 mandic00@live.com
- breaking change: new similarity and match methods - breaking change: new similarity and match methods
- release candidate - release candidate

View File

@ -75,6 +75,7 @@ Check out [**Live Demo**](https://vladmandic.github.io/human/demo/index.html) ap
- [**Performance Profiling**](https://github.com/vladmandic/human/wiki/Profiling) - [**Performance Profiling**](https://github.com/vladmandic/human/wiki/Profiling)
- [**Platform Support**](https://github.com/vladmandic/human/wiki/Platforms) - [**Platform Support**](https://github.com/vladmandic/human/wiki/Platforms)
- [**Diagnostic and Performance trace information**](https://github.com/vladmandic/human/wiki/Diag) - [**Diagnostic and Performance trace information**](https://github.com/vladmandic/human/wiki/Diag)
- [**Dockerize Human applications**](https://github.com/vladmandic/human/wiki/Docker)
- [**List of Models & Credits**](https://github.com/vladmandic/human/wiki/Models) - [**List of Models & Credits**](https://github.com/vladmandic/human/wiki/Models)
- [**Models Download Repository**](https://github.com/vladmandic/human-models) - [**Models Download Repository**](https://github.com/vladmandic/human-models)
- [**Security & Privacy Policy**](https://github.com/vladmandic/human/blob/main/SECURITY.md) - [**Security & Privacy Policy**](https://github.com/vladmandic/human/blob/main/SECURITY.md)

View File

@ -7,7 +7,8 @@
}, },
"profiles": { "profiles": {
"production": ["clean", "compile", "typings", "typedoc", "lint", "changelog"], "production": ["clean", "compile", "typings", "typedoc", "lint", "changelog"],
"development": ["serve", "watch", "compile"] "development": ["serve", "watch", "compile"],
"serve": ["serve"]
}, },
"clean": { "clean": {
"locations": ["dist/*", "types/*", "typedoc/*"] "locations": ["dist/*", "types/*", "typedoc/*"]

View File

@ -1,24 +1,24 @@
2021-10-02 07:41:23 INFO:  @vladmandic/human version 2.3.0 2021-10-02 11:32:57 INFO:  @vladmandic/human version 2.3.0
2021-10-02 07:41:23 INFO:  User: vlado Platform: linux Arch: x64 Node: v16.10.0 2021-10-02 11:32:57 INFO:  User: vlado Platform: linux Arch: x64 Node: v16.10.0
2021-10-02 07:41:23 INFO:  Application: {"name":"@vladmandic/human","version":"2.3.0"} 2021-10-02 11:32:57 INFO:  Application: {"name":"@vladmandic/human","version":"2.3.0"}
2021-10-02 07:41:23 INFO:  Environment: {"profile":"production","config":"build.json","tsconfig":true,"eslintrc":true,"git":true} 2021-10-02 11:32:57 INFO:  Environment: {"profile":"production","config":"build.json","tsconfig":true,"eslintrc":true,"git":true}
2021-10-02 07:41:23 INFO:  Toolchain: {"build":"0.5.3","esbuild":"0.13.3","typescript":"4.4.3","typedoc":"0.22.4","eslint":"7.32.0"} 2021-10-02 11:32:57 INFO:  Toolchain: {"build":"0.5.3","esbuild":"0.13.3","typescript":"4.4.3","typedoc":"0.22.4","eslint":"7.32.0"}
2021-10-02 07:41:23 INFO:  Build: {"profile":"production","steps":["clean","compile","typings","typedoc","lint","changelog"]} 2021-10-02 11:32:57 INFO:  Build: {"profile":"production","steps":["clean","compile","typings","typedoc","lint","changelog"]}
2021-10-02 07:41:23 STATE: Clean: {"locations":["dist/*","types/*","typedoc/*"]} 2021-10-02 11:32:57 STATE: Clean: {"locations":["dist/*","types/*","typedoc/*"]}
2021-10-02 07:41:23 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} 2021-10-02 11:32:57 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275}
2021-10-02 07:41:23 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":50,"inputBytes":506998,"outputBytes":421960} 2021-10-02 11:32:57 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":50,"inputBytes":506998,"outputBytes":421960}
2021-10-02 07:41:23 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} 2021-10-02 11:32:57 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283}
2021-10-02 07:41:23 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":50,"inputBytes":507006,"outputBytes":421964} 2021-10-02 11:32:57 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":50,"inputBytes":507006,"outputBytes":421964}
2021-10-02 07:41:23 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} 2021-10-02 11:32:57 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350}
2021-10-02 07:41:23 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":50,"inputBytes":507073,"outputBytes":422036} 2021-10-02 11:32:57 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":50,"inputBytes":507073,"outputBytes":422036}
2021-10-02 07:41:23 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1631} 2021-10-02 11:32:57 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1631}
2021-10-02 07:41:23 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":3088,"outputBytes":793} 2021-10-02 11:32:57 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":3088,"outputBytes":793}
2021-10-02 07:41:23 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":50,"inputBytes":506516,"outputBytes":423422} 2021-10-02 11:32:57 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":50,"inputBytes":506516,"outputBytes":423422}
2021-10-02 07:41:24 STATE: Compile: {"name":"tfjs/browser/esm/bundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":8,"inputBytes":3088,"outputBytes":2377041} 2021-10-02 11:32:57 STATE: Compile: {"name":"tfjs/browser/esm/bundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":8,"inputBytes":3088,"outputBytes":2377041}
2021-10-02 07:41:24 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":50,"inputBytes":2882764,"outputBytes":1417562} 2021-10-02 11:32:58 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":50,"inputBytes":2882764,"outputBytes":1417562}
2021-10-02 07:41:24 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":50,"inputBytes":2882764,"outputBytes":2628425} 2021-10-02 11:32:58 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":50,"inputBytes":2882764,"outputBytes":2628425}
2021-10-02 07:41:40 STATE: Typings: {"input":"src/human.ts","output":"types","files":6} 2021-10-02 11:33:14 STATE: Typings: {"input":"src/human.ts","output":"types","files":6}
2021-10-02 07:41:45 STATE: TypeDoc: {"input":"src/human.ts","output":"typedoc","objects":34,"generated":true} 2021-10-02 11:33:19 STATE: TypeDoc: {"input":"src/human.ts","output":"typedoc","objects":34,"generated":true}
2021-10-02 07:42:11 STATE: Lint: {"locations":["*.json","src/**/*.ts","test/**/*.js","demo/**/*.js"],"files":84,"errors":0,"warnings":0} 2021-10-02 11:33:45 STATE: Lint: {"locations":["*.json","src/**/*.ts","test/**/*.js","demo/**/*.js"],"files":84,"errors":0,"warnings":0}
2021-10-02 07:42:12 STATE: ChangeLog: {"repository":"https://github.com/vladmandic/human","branch":"main","output":"CHANGELOG.md"} 2021-10-02 11:33:45 STATE: ChangeLog: {"repository":"https://github.com/vladmandic/human","branch":"main","output":"CHANGELOG.md"}
2021-10-02 07:42:12 INFO:  Done... 2021-10-02 11:33:45 INFO:  Done...

File diff suppressed because it is too large Load Diff

2
wiki

@ -1 +1 @@
Subproject commit 3cc1daff22fc725f9fc8dd83a17a0f7152d1b714 Subproject commit 89065def6080803129c020a2c824f6bdb0db9851