pull/134/head
Vladimir Mandic 2021-06-05 13:02:01 -04:00
parent b6b1e63749
commit 14af225bdc
13 changed files with 4480 additions and 206423 deletions

View File

@ -11,6 +11,7 @@ Repository: **<git+https://github.com/vladmandic/human.git>**
### **HEAD -> main** 2021/06/05 mandic00@live.com
- enable body segmentation and background replacement
### **origin/main** 2021/06/04 mandic00@live.com

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

69379
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

69385
dist/human.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,10 +1,10 @@
/*
Human library
homepage: <https://github.com/vladmandic/human>
author: <https://github.com/vladmandic>'
*/
/*
Human library
homepage: <https://github.com/vladmandic/human>
author: <https://github.com/vladmandic>'
*/
var __create = Object.create;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@ -71,8 +71,7 @@ var require_tfjs_esm = __commonJS({
return __reExport2(__markAsModule2(__defProp2(module22 != null ? __create2(__getProtoOf2(module22)) : {}, "default", module22 && module22.__esModule && "default" in module22 ? { get: () => module22.default, enumerable: true } : { value: module22, enumerable: true })), module22);
};
__markAsModule2(exports);
__reExport2(exports, __toModule2(require("@tensorflow/tfjs")));
__reExport2(exports, __toModule2(require("@tensorflow/tfjs-backend-wasm")));
__reExport2(exports, __toModule2(require("@tensorflow/tfjs-node-gpu")));
}
});

View File

@ -1,10 +1,10 @@
/*
Human library
homepage: <https://github.com/vladmandic/human>
author: <https://github.com/vladmandic>'
*/
/*
Human library
homepage: <https://github.com/vladmandic/human>
author: <https://github.com/vladmandic>'
*/
var __create = Object.create;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;

12
dist/human.node.js vendored
View File

@ -1,10 +1,10 @@
/*
Human library
homepage: <https://github.com/vladmandic/human>
author: <https://github.com/vladmandic>'
*/
/*
Human library
homepage: <https://github.com/vladmandic/human>
author: <https://github.com/vladmandic>'
*/
var __create = Object.create;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;

61066
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

View File

@ -1,21 +1,21 @@
2021-06-05 12:47:18 INFO:  @vladmandic/human version 2.0.0
2021-06-05 12:47:18 INFO:  User: vlado Platform: linux Arch: x64 Node: v16.0.0
2021-06-05 12:47:18 INFO:  Toolchain: tfjs: 3.7.0 esbuild 0.12.6; typescript 4.2.4; typedoc: 0.20.36 eslint: 7.27.0
2021-06-05 12:47:18 INFO:  Build: file startup all type: production config: {"minifyWhitespace":true,"minifyIdentifiers":true,"minifySyntax":true}
2021-06-05 12:47:18 STATE: target: node type: tfjs: {"imports":1,"importBytes":102,"outputBytes":1298,"outputFiles":"dist/tfjs.esm.js"}
2021-06-05 12:47:18 STATE: target: node type: node: {"imports":41,"importBytes":429855,"outputBytes":375893,"outputFiles":"dist/human.node.js"}
2021-06-05 12:47:18 STATE: target: nodeGPU type: tfjs: {"imports":1,"importBytes":110,"outputBytes":1306,"outputFiles":"dist/tfjs.esm.js"}
2021-06-05 12:47:18 STATE: target: nodeGPU type: node: {"imports":41,"importBytes":429863,"outputBytes":375897,"outputFiles":"dist/human.node-gpu.js"}
2021-06-05 12:47:18 STATE: target: nodeWASM type: tfjs: {"imports":1,"importBytes":149,"outputBytes":1373,"outputFiles":"dist/tfjs.esm.js"}
2021-06-05 12:47:18 STATE: target: nodeWASM type: node: {"imports":41,"importBytes":429930,"outputBytes":375969,"outputFiles":"dist/human.node-wasm.js"}
2021-06-05 12:47:18 STATE: target: browserNoBundle type: tfjs: {"imports":1,"importBytes":2478,"outputBytes":1400,"outputFiles":"dist/tfjs.esm.js"}
2021-06-05 12:47:18 STATE: target: browserNoBundle type: esm: {"imports":41,"importBytes":429957,"outputBytes":247750,"outputFiles":"dist/human.esm-nobundle.js"}
2021-06-05 12:47:19 STATE: target: browserBundle type: tfjs: {"modules":1299,"moduleBytes":4230827,"imports":7,"importBytes":2478,"outputBytes":1140326,"outputFiles":"dist/tfjs.esm.js"}
2021-06-05 12:47:19 STATE: target: browserBundle type: iife: {"imports":41,"importBytes":1568883,"outputBytes":1383936,"outputFiles":"dist/human.js"}
2021-06-05 12:47:20 STATE: target: browserBundle type: esm: {"imports":41,"importBytes":1568883,"outputBytes":1383928,"outputFiles":"dist/human.esm.js"}
2021-06-05 12:47:20 INFO:  Running Linter: ["server/","demo/","src/","test/"]
2021-06-05 12:47:47 INFO:  Linter complete: files: 69 errors: 0 warnings: 0
2021-06-05 12:47:47 INFO:  Generate Typings: ["src/human.ts"] outDir: ["types"]
2021-06-05 12:48:06 INFO:  Generate ChangeLog: ["/home/vlado/dev/human/CHANGELOG.md"]
2021-06-05 12:48:06 INFO:  Generate TypeDocs: ["src/human.ts"] outDir: ["typedoc"]
2021-06-05 12:48:22 INFO:  Documentation generated at /home/vlado/dev/human/typedoc 1
2021-06-05 12:59:25 INFO:  @vladmandic/human version 2.0.0
2021-06-05 12:59:25 INFO:  User: vlado Platform: linux Arch: x64 Node: v16.0.0
2021-06-05 12:59:25 INFO:  Toolchain: tfjs: 3.7.0 esbuild 0.12.6; typescript 4.2.4; typedoc: 0.20.36 eslint: 7.27.0
2021-06-05 12:59:25 INFO:  Build: file startup all type: production config: {"minifyWhitespace":true,"minifyIdentifiers":true,"minifySyntax":true}
2021-06-05 12:59:25 STATE: target: node type: tfjs: {"imports":1,"importBytes":102,"outputBytes":1298,"outputFiles":"dist/tfjs.esm.js"}
2021-06-05 12:59:25 STATE: target: node type: node: {"imports":41,"importBytes":429859,"outputBytes":375893,"outputFiles":"dist/human.node.js"}
2021-06-05 12:59:25 STATE: target: nodeGPU type: tfjs: {"imports":1,"importBytes":110,"outputBytes":1306,"outputFiles":"dist/tfjs.esm.js"}
2021-06-05 12:59:25 STATE: target: nodeGPU type: node: {"imports":41,"importBytes":429867,"outputBytes":375897,"outputFiles":"dist/human.node-gpu.js"}
2021-06-05 12:59:25 STATE: target: nodeWASM type: tfjs: {"imports":1,"importBytes":149,"outputBytes":1373,"outputFiles":"dist/tfjs.esm.js"}
2021-06-05 12:59:26 STATE: target: nodeWASM type: node: {"imports":41,"importBytes":429934,"outputBytes":375969,"outputFiles":"dist/human.node-wasm.js"}
2021-06-05 12:59:26 STATE: target: browserNoBundle type: tfjs: {"imports":1,"importBytes":2478,"outputBytes":1400,"outputFiles":"dist/tfjs.esm.js"}
2021-06-05 12:59:26 STATE: target: browserNoBundle type: esm: {"imports":41,"importBytes":429961,"outputBytes":247750,"outputFiles":"dist/human.esm-nobundle.js"}
2021-06-05 12:59:26 STATE: target: browserBundle type: tfjs: {"modules":1299,"moduleBytes":4230827,"imports":7,"importBytes":2478,"outputBytes":1140326,"outputFiles":"dist/tfjs.esm.js"}
2021-06-05 12:59:27 STATE: target: browserBundle type: iife: {"imports":41,"importBytes":1568887,"outputBytes":1383936,"outputFiles":"dist/human.js"}
2021-06-05 12:59:27 STATE: target: browserBundle type: esm: {"imports":41,"importBytes":1568887,"outputBytes":1383928,"outputFiles":"dist/human.esm.js"}
2021-06-05 12:59:27 INFO:  Running Linter: ["server/","demo/","src/","test/"]
2021-06-05 12:59:55 INFO:  Linter complete: files: 69 errors: 0 warnings: 0
2021-06-05 12:59:55 INFO:  Generate Typings: ["src/human.ts"] outDir: ["types"]
2021-06-05 13:00:13 INFO:  Generate ChangeLog: ["/home/vlado/dev/human/CHANGELOG.md"]
2021-06-05 13:00:13 INFO:  Generate TypeDocs: ["src/human.ts"] outDir: ["typedoc"]
2021-06-05 13:00:29 INFO:  Documentation generated at /home/vlado/dev/human/typedoc 1

2
wiki

@ -1 +1 @@
Subproject commit a69870f5763ae3fddd1243df10559aaf32c8f0da
Subproject commit c9408224d824368facc264c00e05d7b520d69051