mirror of https://github.com/vladmandic/human
release 2.0
parent
6bca8eb6c4
commit
270304e9a3
|
@ -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 <mandic00@live.com>**
|
||||
|
@ -9,7 +9,10 @@ Repository: **<git+https://github.com/vladmandic/human.git>**
|
|||
|
||||
## Changelog
|
||||
|
||||
### **HEAD -> main** 2021/06/06 mandic00@live.com
|
||||
### **2.0.1** 2021/06/08 mandic00@live.com
|
||||
|
||||
|
||||
### **origin/main** 2021/06/07 mandic00@live.com
|
||||
|
||||
- modularize build platform
|
||||
- custom build tfjs from sources
|
||||
|
|
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
File diff suppressed because one or more lines are too long
|
@ -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 });
|
||||
};
|
||||
|
@ -75,7 +76,6 @@ var require_tfjs_esm = __commonJS({
|
|||
});
|
||||
|
||||
// src/human.ts
|
||||
__markAsModule(exports);
|
||||
__export(exports, {
|
||||
Human: () => Human,
|
||||
default: () => Human
|
||||
|
@ -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;
|
||||
|
|
|
@ -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 });
|
||||
};
|
||||
|
@ -76,7 +77,6 @@ var require_tfjs_esm = __commonJS({
|
|||
});
|
||||
|
||||
// src/human.ts
|
||||
__markAsModule(exports);
|
||||
__export(exports, {
|
||||
Human: () => Human,
|
||||
default: () => Human
|
||||
|
@ -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;
|
||||
|
|
|
@ -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 });
|
||||
};
|
||||
|
@ -75,7 +76,6 @@ var require_tfjs_esm = __commonJS({
|
|||
});
|
||||
|
||||
// src/human.ts
|
||||
__markAsModule(exports);
|
||||
__export(exports, {
|
||||
Human: () => Human,
|
||||
default: () => Human
|
||||
|
@ -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;
|
||||
|
|
|
@ -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 });
|
||||
};
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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
|
||||
|
|
338
test/test.log
338
test/test.log
|
@ -1,169 +1,169 @@
|
|||
2021-06-06 20:23:38 [36mINFO: [39m @vladmandic/human version 2.0.0
|
||||
2021-06-06 20:23:38 [36mINFO: [39m User: vlado Platform: linux Arch: x64 Node: v16.0.0
|
||||
2021-06-06 20:23:38 [36mINFO: [39m tests: ["test-node.js","test-node-gpu.js","test-node-wasm.js"]
|
||||
2021-06-06 20:23:38 [36mINFO: [39m test-node.js start
|
||||
2021-06-06 20:23:39 [35mSTATE:[39m test-node.js passed: create human
|
||||
2021-06-06 20:23:39 [36mINFO: [39m test-node.js human version: 2.0.0
|
||||
2021-06-06 20:23:39 [36mINFO: [39m test-node.js platform: linux x64 agent: NodeJS v16.0.0
|
||||
2021-06-06 20:23:39 [36mINFO: [39m test-node.js tfjs version: 3.7.0
|
||||
2021-06-06 20:23:40 [35mSTATE:[39m test-node.js passed: set backend: tensorflow
|
||||
2021-06-06 20:23:40 [35mSTATE:[39m test-node.js passed: load models
|
||||
2021-06-06 20:23:40 [35mSTATE:[39m test-node.js result: defined models: 14 loaded models: 7
|
||||
2021-06-06 20:23:40 [35mSTATE:[39m test-node.js passed: warmup: none default
|
||||
2021-06-06 20:23:41 [35mSTATE:[39m test-node.js passed: warmup: face default
|
||||
2021-06-06 20:23:41 [32mDATA: [39m test-node.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 1 person: 1 {"age":23.6,"gender":"female"} {"score":0.82,"class":"person"} {"score":0.73,"keypoints":5}
|
||||
2021-06-06 20:23:41 [32mDATA: [39m test-node.js result: performance: load: 284 total: 1387
|
||||
2021-06-06 20:23:42 [35mSTATE:[39m test-node.js passed: warmup: body default
|
||||
2021-06-06 20:23:42 [32mDATA: [39m test-node.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 1 person: 1 {"age":29.5,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.93,"keypoints":17}
|
||||
2021-06-06 20:23:42 [32mDATA: [39m test-node.js result: performance: load: 284 total: 1325
|
||||
2021-06-06 20:23:42 [36mINFO: [39m test-node.js test body variants
|
||||
2021-06-06 20:23:43 [35mSTATE:[39m test-node.js passed: load image: samples/ai-body.jpg [1,1200,1200,3]
|
||||
2021-06-06 20:23:44 [35mSTATE:[39m test-node.js passed: detect: samples/ai-body.jpg posenet
|
||||
2021-06-06 20:23:44 [32mDATA: [39m test-node.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 1 person: 1 {"age":29.5,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.96,"keypoints":16}
|
||||
2021-06-06 20:23:44 [32mDATA: [39m test-node.js result: performance: load: 284 total: 797
|
||||
2021-06-06 20:23:45 [35mSTATE:[39m test-node.js passed: load image: samples/ai-body.jpg [1,1200,1200,3]
|
||||
2021-06-06 20:23:45 [35mSTATE:[39m test-node.js passed: detect: samples/ai-body.jpg movenet
|
||||
2021-06-06 20:23:45 [32mDATA: [39m test-node.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 1 person: 1 {"age":29.5,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.93,"keypoints":17}
|
||||
2021-06-06 20:23:45 [32mDATA: [39m test-node.js result: performance: load: 284 total: 207
|
||||
2021-06-06 20:23:46 [35mSTATE:[39m test-node.js passed: detect: random default
|
||||
2021-06-06 20:23:46 [32mDATA: [39m test-node.js result: face: 0 body: 1 hand: 0 gesture: 0 object: 1 person: 0 {} {"score":0.72,"class":"person"} {"score":0,"keypoints":0}
|
||||
2021-06-06 20:23:46 [32mDATA: [39m test-node.js result: performance: load: 284 total: 189
|
||||
2021-06-06 20:23:46 [36mINFO: [39m test-node.js test: first instance
|
||||
2021-06-06 20:23:46 [35mSTATE:[39m test-node.js passed: load image: samples/ai-upper.jpg [1,720,688,3]
|
||||
2021-06-06 20:23:46 [35mSTATE:[39m test-node.js passed: detect: samples/ai-upper.jpg default
|
||||
2021-06-06 20:23:46 [32mDATA: [39m test-node.js result: face: 0 body: 1 hand: 0 gesture: 1 object: 1 person: 0 {} {"score":0.72,"class":"person"} {"score":0.78,"keypoints":7}
|
||||
2021-06-06 20:23:46 [32mDATA: [39m test-node.js result: performance: load: 284 total: 120
|
||||
2021-06-06 20:23:46 [36mINFO: [39m test-node.js test: second instance
|
||||
2021-06-06 20:23:46 [35mSTATE:[39m test-node.js passed: load image: samples/ai-upper.jpg [1,720,688,3]
|
||||
2021-06-06 20:23:47 [35mSTATE:[39m test-node.js passed: detect: samples/ai-upper.jpg default
|
||||
2021-06-06 20:23:47 [32mDATA: [39m test-node.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 1 person: 1 {"age":29.5,"gender":"female"} {"score":0.71,"class":"person"} {"score":0.78,"keypoints":7}
|
||||
2021-06-06 20:23:47 [32mDATA: [39m test-node.js result: performance: load: 4 total: 971
|
||||
2021-06-06 20:23:47 [36mINFO: [39m test-node.js test: concurrent
|
||||
2021-06-06 20:23:47 [35mSTATE:[39m test-node.js passed: load image: samples/ai-face.jpg [1,256,256,3]
|
||||
2021-06-06 20:23:47 [35mSTATE:[39m test-node.js passed: load image: samples/ai-face.jpg [1,256,256,3]
|
||||
2021-06-06 20:23:48 [35mSTATE:[39m test-node.js passed: load image: samples/ai-body.jpg [1,1200,1200,3]
|
||||
2021-06-06 20:23:49 [35mSTATE:[39m test-node.js passed: load image: samples/ai-body.jpg [1,1200,1200,3]
|
||||
2021-06-06 20:23:53 [35mSTATE:[39m test-node.js passed: detect: samples/ai-face.jpg default
|
||||
2021-06-06 20:23:53 [32mDATA: [39m test-node.js result: face: 1 body: 1 hand: 0 gesture: 4 object: 1 person: 1 {"age":23.6,"gender":"female"} {"score":0.82,"class":"person"} {"score":0.73,"keypoints":17}
|
||||
2021-06-06 20:23:53 [32mDATA: [39m test-node.js result: performance: load: 284 total: 4150
|
||||
2021-06-06 20:23:53 [35mSTATE:[39m test-node.js passed: detect: samples/ai-face.jpg default
|
||||
2021-06-06 20:23:53 [32mDATA: [39m test-node.js result: face: 1 body: 1 hand: 0 gesture: 4 object: 1 person: 1 {"age":23.6,"gender":"female"} {"score":0.82,"class":"person"} {"score":0.73,"keypoints":17}
|
||||
2021-06-06 20:23:53 [32mDATA: [39m test-node.js result: performance: load: 4 total: 4150
|
||||
2021-06-06 20:23:53 [35mSTATE:[39m test-node.js passed: detect: samples/ai-body.jpg default
|
||||
2021-06-06 20:23:53 [32mDATA: [39m test-node.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 1 person: 1 {"age":28.5,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.93,"keypoints":17}
|
||||
2021-06-06 20:23:53 [32mDATA: [39m test-node.js result: performance: load: 284 total: 4150
|
||||
2021-06-06 20:23:53 [35mSTATE:[39m test-node.js passed: detect: samples/ai-body.jpg default
|
||||
2021-06-06 20:23:53 [32mDATA: [39m test-node.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 1 person: 1 {"age":28.5,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.93,"keypoints":17}
|
||||
2021-06-06 20:23:53 [32mDATA: [39m test-node.js result: performance: load: 4 total: 4150
|
||||
2021-06-06 20:23:53 [36mINFO: [39m test-node.js test complete: 13854 ms
|
||||
2021-06-06 20:23:53 [36mINFO: [39m test-node-gpu.js start
|
||||
2021-06-06 20:23:54 [33mWARN: [39m test-node-gpu.js stderr: 2021-06-06 20:23:54.801996: W tensorflow/stream_executor/platform/default/dso_loader.cc:60] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory
|
||||
2021-06-06 20:23:55 [33mWARN: [39m test-node-gpu.js stderr: 2021-06-06 20:23:55.008859: W tensorflow/stream_executor/platform/default/dso_loader.cc:60] Could not load dynamic library 'libcuda.so.1'; dlerror: libcuda.so.1: cannot open shared object file: No such file or directory
|
||||
2021-06-06 20:23:55 [33mWARN: [39m test-node-gpu.js stderr: 2021-06-06 20:23:55.008889: I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:156] kernel driver does not appear to be running on this host (wyse): /proc/driver/nvidia/version does not exist
|
||||
2021-06-06 20:23:55 [35mSTATE:[39m test-node-gpu.js passed: create human
|
||||
2021-06-06 20:23:55 [36mINFO: [39m test-node-gpu.js human version: 2.0.0
|
||||
2021-06-06 20:23:55 [36mINFO: [39m test-node-gpu.js platform: linux x64 agent: NodeJS v16.0.0
|
||||
2021-06-06 20:23:55 [36mINFO: [39m test-node-gpu.js tfjs version: 3.7.0
|
||||
2021-06-06 20:23:55 [35mSTATE:[39m test-node-gpu.js passed: set backend: tensorflow
|
||||
2021-06-06 20:23:55 [35mSTATE:[39m test-node-gpu.js passed: load models
|
||||
2021-06-06 20:23:55 [35mSTATE:[39m test-node-gpu.js result: defined models: 14 loaded models: 7
|
||||
2021-06-06 20:23:55 [35mSTATE:[39m test-node-gpu.js passed: warmup: none default
|
||||
2021-06-06 20:23:56 [35mSTATE:[39m test-node-gpu.js passed: warmup: face default
|
||||
2021-06-06 20:23:56 [32mDATA: [39m test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 1 person: 1 {"age":23.6,"gender":"female"} {"score":0.82,"class":"person"} {"score":0.73,"keypoints":5}
|
||||
2021-06-06 20:23:56 [32mDATA: [39m test-node-gpu.js result: performance: load: 282 total: 1419
|
||||
2021-06-06 20:23:58 [35mSTATE:[39m test-node-gpu.js passed: warmup: body default
|
||||
2021-06-06 20:23:58 [32mDATA: [39m test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 1 person: 1 {"age":29.5,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.93,"keypoints":17}
|
||||
2021-06-06 20:23:58 [32mDATA: [39m test-node-gpu.js result: performance: load: 282 total: 1291
|
||||
2021-06-06 20:23:58 [36mINFO: [39m test-node-gpu.js test body variants
|
||||
2021-06-06 20:23:59 [35mSTATE:[39m test-node-gpu.js passed: load image: samples/ai-body.jpg [1,1200,1200,3]
|
||||
2021-06-06 20:23:59 [35mSTATE:[39m test-node-gpu.js passed: detect: samples/ai-body.jpg posenet
|
||||
2021-06-06 20:23:59 [32mDATA: [39m test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 1 person: 1 {"age":29.5,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.96,"keypoints":16}
|
||||
2021-06-06 20:23:59 [32mDATA: [39m test-node-gpu.js result: performance: load: 282 total: 781
|
||||
2021-06-06 20:24:00 [35mSTATE:[39m test-node-gpu.js passed: load image: samples/ai-body.jpg [1,1200,1200,3]
|
||||
2021-06-06 20:24:00 [35mSTATE:[39m test-node-gpu.js passed: detect: samples/ai-body.jpg movenet
|
||||
2021-06-06 20:24:00 [32mDATA: [39m test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 1 person: 1 {"age":29.5,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.93,"keypoints":17}
|
||||
2021-06-06 20:24:00 [32mDATA: [39m test-node-gpu.js result: performance: load: 282 total: 222
|
||||
2021-06-06 20:24:01 [35mSTATE:[39m test-node-gpu.js passed: detect: random default
|
||||
2021-06-06 20:24:01 [32mDATA: [39m test-node-gpu.js result: face: 0 body: 1 hand: 0 gesture: 0 object: 0 person: 0 {} {} {"score":0,"keypoints":0}
|
||||
2021-06-06 20:24:01 [32mDATA: [39m test-node-gpu.js result: performance: load: 282 total: 629
|
||||
2021-06-06 20:24:01 [36mINFO: [39m test-node-gpu.js test: first instance
|
||||
2021-06-06 20:24:02 [35mSTATE:[39m test-node-gpu.js passed: load image: samples/ai-upper.jpg [1,720,688,3]
|
||||
2021-06-06 20:24:03 [35mSTATE:[39m test-node-gpu.js passed: detect: samples/ai-upper.jpg default
|
||||
2021-06-06 20:24:03 [32mDATA: [39m test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 1 person: 1 {"age":29.5,"gender":"female"} {"score":0.71,"class":"person"} {"score":0.78,"keypoints":7}
|
||||
2021-06-06 20:24:03 [32mDATA: [39m test-node-gpu.js result: performance: load: 282 total: 996
|
||||
2021-06-06 20:24:03 [36mINFO: [39m test-node-gpu.js test: second instance
|
||||
2021-06-06 20:24:03 [35mSTATE:[39m test-node-gpu.js passed: load image: samples/ai-upper.jpg [1,720,688,3]
|
||||
2021-06-06 20:24:04 [35mSTATE:[39m test-node-gpu.js passed: detect: samples/ai-upper.jpg default
|
||||
2021-06-06 20:24:04 [32mDATA: [39m test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 1 person: 1 {"age":29.5,"gender":"female"} {"score":0.71,"class":"person"} {"score":0.78,"keypoints":7}
|
||||
2021-06-06 20:24:04 [32mDATA: [39m test-node-gpu.js result: performance: load: 3 total: 970
|
||||
2021-06-06 20:24:04 [36mINFO: [39m test-node-gpu.js test: concurrent
|
||||
2021-06-06 20:24:04 [35mSTATE:[39m test-node-gpu.js passed: load image: samples/ai-face.jpg [1,256,256,3]
|
||||
2021-06-06 20:24:04 [35mSTATE:[39m test-node-gpu.js passed: load image: samples/ai-face.jpg [1,256,256,3]
|
||||
2021-06-06 20:24:05 [35mSTATE:[39m test-node-gpu.js passed: load image: samples/ai-body.jpg [1,1200,1200,3]
|
||||
2021-06-06 20:24:06 [35mSTATE:[39m test-node-gpu.js passed: load image: samples/ai-body.jpg [1,1200,1200,3]
|
||||
2021-06-06 20:24:10 [35mSTATE:[39m test-node-gpu.js passed: detect: samples/ai-face.jpg default
|
||||
2021-06-06 20:24:10 [32mDATA: [39m test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 4 object: 1 person: 1 {"age":23.6,"gender":"female"} {"score":0.82,"class":"person"} {"score":0.73,"keypoints":17}
|
||||
2021-06-06 20:24:10 [32mDATA: [39m test-node-gpu.js result: performance: load: 282 total: 4247
|
||||
2021-06-06 20:24:10 [35mSTATE:[39m test-node-gpu.js passed: detect: samples/ai-face.jpg default
|
||||
2021-06-06 20:24:10 [32mDATA: [39m test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 4 object: 1 person: 1 {"age":23.6,"gender":"female"} {"score":0.82,"class":"person"} {"score":0.73,"keypoints":17}
|
||||
2021-06-06 20:24:10 [32mDATA: [39m test-node-gpu.js result: performance: load: 3 total: 4247
|
||||
2021-06-06 20:24:10 [35mSTATE:[39m test-node-gpu.js passed: detect: samples/ai-body.jpg default
|
||||
2021-06-06 20:24:10 [32mDATA: [39m test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 1 person: 1 {"age":28.5,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.93,"keypoints":17}
|
||||
2021-06-06 20:24:10 [32mDATA: [39m test-node-gpu.js result: performance: load: 282 total: 4247
|
||||
2021-06-06 20:24:10 [35mSTATE:[39m test-node-gpu.js passed: detect: samples/ai-body.jpg default
|
||||
2021-06-06 20:24:10 [32mDATA: [39m test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 1 person: 1 {"age":28.5,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.93,"keypoints":17}
|
||||
2021-06-06 20:24:10 [32mDATA: [39m test-node-gpu.js result: performance: load: 3 total: 4247
|
||||
2021-06-06 20:24:10 [36mINFO: [39m test-node-gpu.js test complete: 15308 ms
|
||||
2021-06-06 20:24:10 [36mINFO: [39m test-node-wasm.js start
|
||||
2021-06-06 20:24:10 [35mSTATE:[39m test-node-wasm.js passed: model server: http://localhost:10030/models/
|
||||
2021-06-06 20:24:10 [35mSTATE:[39m test-node-wasm.js passed: create human
|
||||
2021-06-06 20:24:10 [36mINFO: [39m test-node-wasm.js human version: 2.0.0
|
||||
2021-06-06 20:24:10 [36mINFO: [39m test-node-wasm.js platform: linux x64 agent: NodeJS v16.0.0
|
||||
2021-06-06 20:24:10 [36mINFO: [39m test-node-wasm.js tfjs version: 3.7.0
|
||||
2021-06-06 20:24:11 [35mSTATE:[39m test-node-wasm.js passed: set backend: wasm
|
||||
2021-06-06 20:24:11 [35mSTATE:[39m test-node-wasm.js passed: load models
|
||||
2021-06-06 20:24:11 [35mSTATE:[39m test-node-wasm.js result: defined models: 14 loaded models: 6
|
||||
2021-06-06 20:24:11 [35mSTATE:[39m test-node-wasm.js passed: warmup: none default
|
||||
2021-06-06 20:24:11 [31mERROR:[39m test-node-wasm.js failed: warmup: face default
|
||||
2021-06-06 20:24:11 [31mERROR:[39m test-node-wasm.js failed: warmup: body default
|
||||
2021-06-06 20:24:11 [36mINFO: [39m test-node-wasm.js test body variants
|
||||
2021-06-06 20:24:12 [35mSTATE:[39m test-node-wasm.js passed: load image: samples/ai-body.jpg [1,1200,1200,3]
|
||||
2021-06-06 20:24:15 [35mSTATE:[39m test-node-wasm.js passed: detect: samples/ai-body.jpg posenet
|
||||
2021-06-06 20:24:15 [32mDATA: [39m test-node-wasm.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 0 person: 1 {"age":28.5,"gender":"female"} {} {"score":0.96,"keypoints":16}
|
||||
2021-06-06 20:24:15 [32mDATA: [39m test-node-wasm.js result: performance: load: 547 total: 2894
|
||||
2021-06-06 20:24:17 [35mSTATE:[39m test-node-wasm.js passed: load image: samples/ai-body.jpg [1,1200,1200,3]
|
||||
2021-06-06 20:24:19 [35mSTATE:[39m test-node-wasm.js passed: detect: samples/ai-body.jpg movenet
|
||||
2021-06-06 20:24:19 [32mDATA: [39m test-node-wasm.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 0 person: 1 {"age":28.5,"gender":"female"} {} {"score":0.93,"keypoints":17}
|
||||
2021-06-06 20:24:19 [32mDATA: [39m test-node-wasm.js result: performance: load: 547 total: 1787
|
||||
2021-06-06 20:24:20 [35mSTATE:[39m test-node-wasm.js passed: detect: random default
|
||||
2021-06-06 20:24:20 [32mDATA: [39m test-node-wasm.js result: face: 0 body: 1 hand: 0 gesture: 0 object: 0 person: 0 {} {} {"score":0,"keypoints":0}
|
||||
2021-06-06 20:24:20 [32mDATA: [39m test-node-wasm.js result: performance: load: 547 total: 1509
|
||||
2021-06-06 20:24:20 [36mINFO: [39m test-node-wasm.js test: first instance
|
||||
2021-06-06 20:24:21 [35mSTATE:[39m test-node-wasm.js passed: load image: samples/ai-upper.jpg [1,720,688,3]
|
||||
2021-06-06 20:24:23 [35mSTATE:[39m test-node-wasm.js passed: detect: samples/ai-upper.jpg default
|
||||
2021-06-06 20:24:23 [32mDATA: [39m test-node-wasm.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 0 person: 1 {"age":29.5,"gender":"female"} {} {"score":0.78,"keypoints":7}
|
||||
2021-06-06 20:24:23 [32mDATA: [39m test-node-wasm.js result: performance: load: 547 total: 2003
|
||||
2021-06-06 20:24:23 [36mINFO: [39m test-node-wasm.js test: second instance
|
||||
2021-06-06 20:24:23 [35mSTATE:[39m test-node-wasm.js passed: load image: samples/ai-upper.jpg [1,720,688,3]
|
||||
2021-06-06 20:24:26 [35mSTATE:[39m test-node-wasm.js passed: detect: samples/ai-upper.jpg default
|
||||
2021-06-06 20:24:26 [32mDATA: [39m test-node-wasm.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 0 person: 1 {"age":29.5,"gender":"female"} {} {"score":0.78,"keypoints":7}
|
||||
2021-06-06 20:24:26 [32mDATA: [39m test-node-wasm.js result: performance: load: 3 total: 2038
|
||||
2021-06-06 20:24:26 [36mINFO: [39m test-node-wasm.js test: concurrent
|
||||
2021-06-06 20:24:26 [35mSTATE:[39m test-node-wasm.js passed: load image: samples/ai-face.jpg [1,256,256,3]
|
||||
2021-06-06 20:24:26 [35mSTATE:[39m test-node-wasm.js passed: load image: samples/ai-face.jpg [1,256,256,3]
|
||||
2021-06-06 20:24:27 [35mSTATE:[39m test-node-wasm.js passed: load image: samples/ai-body.jpg [1,1200,1200,3]
|
||||
2021-06-06 20:24:29 [35mSTATE:[39m test-node-wasm.js passed: load image: samples/ai-body.jpg [1,1200,1200,3]
|
||||
2021-06-06 20:24:37 [35mSTATE:[39m test-node-wasm.js passed: detect: samples/ai-face.jpg default
|
||||
2021-06-06 20:24:37 [32mDATA: [39m test-node-wasm.js result: face: 1 body: 1 hand: 0 gesture: 4 object: 0 person: 1 {"age":23.6,"gender":"female"} {} {"score":0.73,"keypoints":17}
|
||||
2021-06-06 20:24:37 [32mDATA: [39m test-node-wasm.js result: performance: load: 547 total: 7865
|
||||
2021-06-06 20:24:37 [35mSTATE:[39m test-node-wasm.js passed: detect: samples/ai-face.jpg default
|
||||
2021-06-06 20:24:37 [32mDATA: [39m test-node-wasm.js result: face: 1 body: 1 hand: 0 gesture: 4 object: 0 person: 1 {"age":23.6,"gender":"female"} {} {"score":0.73,"keypoints":17}
|
||||
2021-06-06 20:24:37 [32mDATA: [39m test-node-wasm.js result: performance: load: 3 total: 7865
|
||||
2021-06-06 20:24:37 [35mSTATE:[39m test-node-wasm.js passed: detect: samples/ai-body.jpg default
|
||||
2021-06-06 20:24:37 [32mDATA: [39m test-node-wasm.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 0 person: 1 {"age":28.5,"gender":"female"} {} {"score":0.93,"keypoints":17}
|
||||
2021-06-06 20:24:37 [32mDATA: [39m test-node-wasm.js result: performance: load: 547 total: 7865
|
||||
2021-06-06 20:24:37 [35mSTATE:[39m test-node-wasm.js passed: detect: samples/ai-body.jpg default
|
||||
2021-06-06 20:24:37 [32mDATA: [39m test-node-wasm.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 0 person: 1 {"age":28.5,"gender":"female"} {} {"score":0.93,"keypoints":17}
|
||||
2021-06-06 20:24:37 [32mDATA: [39m test-node-wasm.js result: performance: load: 3 total: 7865
|
||||
2021-06-06 20:24:37 [36mINFO: [39m test-node-wasm.js test complete: 26470 ms
|
||||
2021-06-06 20:24:37 [36mINFO: [39m status: {"passed":68,"failed":2}
|
||||
2021-06-08 07:02:23 [36mINFO: [39m @vladmandic/human version 2.0.1
|
||||
2021-06-08 07:02:23 [36mINFO: [39m User: vlado Platform: linux Arch: x64 Node: v16.0.0
|
||||
2021-06-08 07:02:23 [36mINFO: [39m tests: ["test-node.js","test-node-gpu.js","test-node-wasm.js"]
|
||||
2021-06-08 07:02:23 [36mINFO: [39m test-node.js start
|
||||
2021-06-08 07:02:24 [35mSTATE:[39m test-node.js passed: create human
|
||||
2021-06-08 07:02:24 [36mINFO: [39m test-node.js human version: 2.0.1
|
||||
2021-06-08 07:02:24 [36mINFO: [39m test-node.js platform: linux x64 agent: NodeJS v16.0.0
|
||||
2021-06-08 07:02:24 [36mINFO: [39m test-node.js tfjs version: 3.7.0
|
||||
2021-06-08 07:02:24 [35mSTATE:[39m test-node.js passed: set backend: tensorflow
|
||||
2021-06-08 07:02:24 [35mSTATE:[39m test-node.js passed: load models
|
||||
2021-06-08 07:02:24 [35mSTATE:[39m test-node.js result: defined models: 14 loaded models: 7
|
||||
2021-06-08 07:02:24 [35mSTATE:[39m test-node.js passed: warmup: none default
|
||||
2021-06-08 07:02:26 [35mSTATE:[39m test-node.js passed: warmup: face default
|
||||
2021-06-08 07:02:26 [32mDATA: [39m test-node.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 1 person: 1 {"age":23.6,"gender":"female"} {"score":0.82,"class":"person"} {"score":0.73,"keypoints":5}
|
||||
2021-06-08 07:02:26 [32mDATA: [39m test-node.js result: performance: load: 395 total: 1282
|
||||
2021-06-08 07:02:27 [35mSTATE:[39m test-node.js passed: warmup: body default
|
||||
2021-06-08 07:02:27 [32mDATA: [39m test-node.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 1 person: 1 {"age":29.5,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.93,"keypoints":17}
|
||||
2021-06-08 07:02:27 [32mDATA: [39m test-node.js result: performance: load: 395 total: 1188
|
||||
2021-06-08 07:02:27 [36mINFO: [39m test-node.js test body variants
|
||||
2021-06-08 07:02:28 [35mSTATE:[39m test-node.js passed: load image: samples/ai-body.jpg [1,1200,1200,3]
|
||||
2021-06-08 07:02:29 [35mSTATE:[39m test-node.js passed: detect: samples/ai-body.jpg posenet
|
||||
2021-06-08 07:02:29 [32mDATA: [39m test-node.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 1 person: 1 {"age":29.5,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.96,"keypoints":16}
|
||||
2021-06-08 07:02:29 [32mDATA: [39m test-node.js result: performance: load: 395 total: 778
|
||||
2021-06-08 07:02:29 [35mSTATE:[39m test-node.js passed: load image: samples/ai-body.jpg [1,1200,1200,3]
|
||||
2021-06-08 07:02:30 [35mSTATE:[39m test-node.js passed: detect: samples/ai-body.jpg movenet
|
||||
2021-06-08 07:02:30 [32mDATA: [39m test-node.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 1 person: 1 {"age":29.5,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.93,"keypoints":17}
|
||||
2021-06-08 07:02:30 [32mDATA: [39m test-node.js result: performance: load: 395 total: 209
|
||||
2021-06-08 07:02:31 [35mSTATE:[39m test-node.js passed: detect: random default
|
||||
2021-06-08 07:02:31 [32mDATA: [39m test-node.js result: face: 0 body: 1 hand: 0 gesture: 0 object: 0 person: 0 {} {} {"score":0,"keypoints":0}
|
||||
2021-06-08 07:02:31 [32mDATA: [39m test-node.js result: performance: load: 395 total: 672
|
||||
2021-06-08 07:02:31 [36mINFO: [39m test-node.js test: first instance
|
||||
2021-06-08 07:02:31 [35mSTATE:[39m test-node.js passed: load image: samples/ai-upper.jpg [1,720,688,3]
|
||||
2021-06-08 07:02:32 [35mSTATE:[39m test-node.js passed: detect: samples/ai-upper.jpg default
|
||||
2021-06-08 07:02:32 [32mDATA: [39m test-node.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 1 person: 1 {"age":29.5,"gender":"female"} {"score":0.71,"class":"person"} {"score":0.78,"keypoints":7}
|
||||
2021-06-08 07:02:32 [32mDATA: [39m test-node.js result: performance: load: 395 total: 1010
|
||||
2021-06-08 07:02:32 [36mINFO: [39m test-node.js test: second instance
|
||||
2021-06-08 07:02:32 [35mSTATE:[39m test-node.js passed: load image: samples/ai-upper.jpg [1,720,688,3]
|
||||
2021-06-08 07:02:33 [35mSTATE:[39m test-node.js passed: detect: samples/ai-upper.jpg default
|
||||
2021-06-08 07:02:33 [32mDATA: [39m test-node.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 1 person: 1 {"age":29.5,"gender":"female"} {"score":0.71,"class":"person"} {"score":0.78,"keypoints":7}
|
||||
2021-06-08 07:02:33 [32mDATA: [39m test-node.js result: performance: load: 5 total: 964
|
||||
2021-06-08 07:02:33 [36mINFO: [39m test-node.js test: concurrent
|
||||
2021-06-08 07:02:33 [35mSTATE:[39m test-node.js passed: load image: samples/ai-face.jpg [1,256,256,3]
|
||||
2021-06-08 07:02:33 [35mSTATE:[39m test-node.js passed: load image: samples/ai-face.jpg [1,256,256,3]
|
||||
2021-06-08 07:02:34 [35mSTATE:[39m test-node.js passed: load image: samples/ai-body.jpg [1,1200,1200,3]
|
||||
2021-06-08 07:02:35 [35mSTATE:[39m test-node.js passed: load image: samples/ai-body.jpg [1,1200,1200,3]
|
||||
2021-06-08 07:02:40 [35mSTATE:[39m test-node.js passed: detect: samples/ai-face.jpg default
|
||||
2021-06-08 07:02:40 [32mDATA: [39m test-node.js result: face: 1 body: 1 hand: 0 gesture: 4 object: 1 person: 1 {"age":23.6,"gender":"female"} {"score":0.82,"class":"person"} {"score":0.73,"keypoints":17}
|
||||
2021-06-08 07:02:40 [32mDATA: [39m test-node.js result: performance: load: 395 total: 4742
|
||||
2021-06-08 07:02:40 [35mSTATE:[39m test-node.js passed: detect: samples/ai-face.jpg default
|
||||
2021-06-08 07:02:40 [32mDATA: [39m test-node.js result: face: 1 body: 1 hand: 0 gesture: 4 object: 1 person: 1 {"age":23.6,"gender":"female"} {"score":0.82,"class":"person"} {"score":0.73,"keypoints":17}
|
||||
2021-06-08 07:02:40 [32mDATA: [39m test-node.js result: performance: load: 5 total: 4742
|
||||
2021-06-08 07:02:40 [35mSTATE:[39m test-node.js passed: detect: samples/ai-body.jpg default
|
||||
2021-06-08 07:02:40 [32mDATA: [39m test-node.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 1 person: 1 {"age":28.5,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.93,"keypoints":17}
|
||||
2021-06-08 07:02:40 [32mDATA: [39m test-node.js result: performance: load: 395 total: 4742
|
||||
2021-06-08 07:02:40 [35mSTATE:[39m test-node.js passed: detect: samples/ai-body.jpg default
|
||||
2021-06-08 07:02:40 [32mDATA: [39m test-node.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 1 person: 1 {"age":28.5,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.93,"keypoints":17}
|
||||
2021-06-08 07:02:40 [32mDATA: [39m test-node.js result: performance: load: 5 total: 4742
|
||||
2021-06-08 07:02:40 [36mINFO: [39m test-node.js test complete: 15811 ms
|
||||
2021-06-08 07:02:40 [36mINFO: [39m test-node-gpu.js start
|
||||
2021-06-08 07:02:41 [33mWARN: [39m test-node-gpu.js stderr: 2021-06-08 07:02:41.016735: W tensorflow/stream_executor/platform/default/dso_loader.cc:60] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory
|
||||
2021-06-08 07:02:41 [33mWARN: [39m test-node-gpu.js stderr: 2021-06-08 07:02:41.155087: W tensorflow/stream_executor/platform/default/dso_loader.cc:60] Could not load dynamic library 'libcuda.so.1'; dlerror: libcuda.so.1: cannot open shared object file: No such file or directory
|
||||
2021-06-08 07:02:41 [33mWARN: [39m test-node-gpu.js stderr: 2021-06-08 07:02:41.155117: I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:156] kernel driver does not appear to be running on this host (wyse): /proc/driver/nvidia/version does not exist
|
||||
2021-06-08 07:02:41 [35mSTATE:[39m test-node-gpu.js passed: create human
|
||||
2021-06-08 07:02:41 [36mINFO: [39m test-node-gpu.js human version: 2.0.1
|
||||
2021-06-08 07:02:41 [36mINFO: [39m test-node-gpu.js platform: linux x64 agent: NodeJS v16.0.0
|
||||
2021-06-08 07:02:41 [36mINFO: [39m test-node-gpu.js tfjs version: 3.7.0
|
||||
2021-06-08 07:02:41 [35mSTATE:[39m test-node-gpu.js passed: set backend: tensorflow
|
||||
2021-06-08 07:02:41 [35mSTATE:[39m test-node-gpu.js passed: load models
|
||||
2021-06-08 07:02:41 [35mSTATE:[39m test-node-gpu.js result: defined models: 14 loaded models: 7
|
||||
2021-06-08 07:02:41 [35mSTATE:[39m test-node-gpu.js passed: warmup: none default
|
||||
2021-06-08 07:02:42 [35mSTATE:[39m test-node-gpu.js passed: warmup: face default
|
||||
2021-06-08 07:02:42 [32mDATA: [39m test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 1 person: 1 {"age":23.6,"gender":"female"} {"score":0.82,"class":"person"} {"score":0.73,"keypoints":5}
|
||||
2021-06-08 07:02:42 [32mDATA: [39m test-node-gpu.js result: performance: load: 328 total: 1264
|
||||
2021-06-08 07:02:44 [35mSTATE:[39m test-node-gpu.js passed: warmup: body default
|
||||
2021-06-08 07:02:44 [32mDATA: [39m test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 1 person: 1 {"age":29.5,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.93,"keypoints":17}
|
||||
2021-06-08 07:02:44 [32mDATA: [39m test-node-gpu.js result: performance: load: 328 total: 1185
|
||||
2021-06-08 07:02:44 [36mINFO: [39m test-node-gpu.js test body variants
|
||||
2021-06-08 07:02:44 [35mSTATE:[39m test-node-gpu.js passed: load image: samples/ai-body.jpg [1,1200,1200,3]
|
||||
2021-06-08 07:02:45 [35mSTATE:[39m test-node-gpu.js passed: detect: samples/ai-body.jpg posenet
|
||||
2021-06-08 07:02:45 [32mDATA: [39m test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 1 person: 1 {"age":29.5,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.96,"keypoints":16}
|
||||
2021-06-08 07:02:45 [32mDATA: [39m test-node-gpu.js result: performance: load: 328 total: 782
|
||||
2021-06-08 07:02:46 [35mSTATE:[39m test-node-gpu.js passed: load image: samples/ai-body.jpg [1,1200,1200,3]
|
||||
2021-06-08 07:02:46 [35mSTATE:[39m test-node-gpu.js passed: detect: samples/ai-body.jpg movenet
|
||||
2021-06-08 07:02:46 [32mDATA: [39m test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 1 person: 1 {"age":29.5,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.93,"keypoints":17}
|
||||
2021-06-08 07:02:46 [32mDATA: [39m test-node-gpu.js result: performance: load: 328 total: 207
|
||||
2021-06-08 07:02:47 [35mSTATE:[39m test-node-gpu.js passed: detect: random default
|
||||
2021-06-08 07:02:47 [32mDATA: [39m test-node-gpu.js result: face: 0 body: 1 hand: 0 gesture: 0 object: 0 person: 0 {} {} {"score":0,"keypoints":0}
|
||||
2021-06-08 07:02:47 [32mDATA: [39m test-node-gpu.js result: performance: load: 328 total: 634
|
||||
2021-06-08 07:02:47 [36mINFO: [39m test-node-gpu.js test: first instance
|
||||
2021-06-08 07:02:47 [35mSTATE:[39m test-node-gpu.js passed: load image: samples/ai-upper.jpg [1,720,688,3]
|
||||
2021-06-08 07:02:48 [35mSTATE:[39m test-node-gpu.js passed: detect: samples/ai-upper.jpg default
|
||||
2021-06-08 07:02:48 [32mDATA: [39m test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 1 person: 1 {"age":29.5,"gender":"female"} {"score":0.71,"class":"person"} {"score":0.78,"keypoints":7}
|
||||
2021-06-08 07:02:48 [32mDATA: [39m test-node-gpu.js result: performance: load: 328 total: 1032
|
||||
2021-06-08 07:02:48 [36mINFO: [39m test-node-gpu.js test: second instance
|
||||
2021-06-08 07:02:49 [35mSTATE:[39m test-node-gpu.js passed: load image: samples/ai-upper.jpg [1,720,688,3]
|
||||
2021-06-08 07:02:50 [35mSTATE:[39m test-node-gpu.js passed: detect: samples/ai-upper.jpg default
|
||||
2021-06-08 07:02:50 [32mDATA: [39m test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 1 person: 1 {"age":29.5,"gender":"female"} {"score":0.71,"class":"person"} {"score":0.78,"keypoints":7}
|
||||
2021-06-08 07:02:50 [32mDATA: [39m test-node-gpu.js result: performance: load: 4 total: 996
|
||||
2021-06-08 07:02:50 [36mINFO: [39m test-node-gpu.js test: concurrent
|
||||
2021-06-08 07:02:50 [35mSTATE:[39m test-node-gpu.js passed: load image: samples/ai-face.jpg [1,256,256,3]
|
||||
2021-06-08 07:02:50 [35mSTATE:[39m test-node-gpu.js passed: load image: samples/ai-face.jpg [1,256,256,3]
|
||||
2021-06-08 07:02:51 [35mSTATE:[39m test-node-gpu.js passed: load image: samples/ai-body.jpg [1,1200,1200,3]
|
||||
2021-06-08 07:02:52 [35mSTATE:[39m test-node-gpu.js passed: load image: samples/ai-body.jpg [1,1200,1200,3]
|
||||
2021-06-08 07:02:56 [35mSTATE:[39m test-node-gpu.js passed: detect: samples/ai-face.jpg default
|
||||
2021-06-08 07:02:56 [32mDATA: [39m test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 4 object: 1 person: 1 {"age":23.6,"gender":"female"} {"score":0.82,"class":"person"} {"score":0.73,"keypoints":17}
|
||||
2021-06-08 07:02:56 [32mDATA: [39m test-node-gpu.js result: performance: load: 328 total: 4448
|
||||
2021-06-08 07:02:56 [35mSTATE:[39m test-node-gpu.js passed: detect: samples/ai-face.jpg default
|
||||
2021-06-08 07:02:56 [32mDATA: [39m test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 4 object: 1 person: 1 {"age":23.6,"gender":"female"} {"score":0.82,"class":"person"} {"score":0.73,"keypoints":17}
|
||||
2021-06-08 07:02:56 [32mDATA: [39m test-node-gpu.js result: performance: load: 4 total: 4448
|
||||
2021-06-08 07:02:56 [35mSTATE:[39m test-node-gpu.js passed: detect: samples/ai-body.jpg default
|
||||
2021-06-08 07:02:56 [32mDATA: [39m test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 1 person: 1 {"age":28.5,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.93,"keypoints":17}
|
||||
2021-06-08 07:02:56 [32mDATA: [39m test-node-gpu.js result: performance: load: 328 total: 4448
|
||||
2021-06-08 07:02:56 [35mSTATE:[39m test-node-gpu.js passed: detect: samples/ai-body.jpg default
|
||||
2021-06-08 07:02:56 [32mDATA: [39m test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 1 person: 1 {"age":28.5,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.93,"keypoints":17}
|
||||
2021-06-08 07:02:56 [32mDATA: [39m test-node-gpu.js result: performance: load: 4 total: 4448
|
||||
2021-06-08 07:02:56 [36mINFO: [39m test-node-gpu.js test complete: 15452 ms
|
||||
2021-06-08 07:02:56 [36mINFO: [39m test-node-wasm.js start
|
||||
2021-06-08 07:02:57 [35mSTATE:[39m test-node-wasm.js passed: model server: http://localhost:10030/models/
|
||||
2021-06-08 07:02:57 [35mSTATE:[39m test-node-wasm.js passed: create human
|
||||
2021-06-08 07:02:57 [36mINFO: [39m test-node-wasm.js human version: 2.0.1
|
||||
2021-06-08 07:02:57 [36mINFO: [39m test-node-wasm.js platform: linux x64 agent: NodeJS v16.0.0
|
||||
2021-06-08 07:02:57 [36mINFO: [39m test-node-wasm.js tfjs version: 3.7.0
|
||||
2021-06-08 07:02:57 [35mSTATE:[39m test-node-wasm.js passed: set backend: wasm
|
||||
2021-06-08 07:02:57 [35mSTATE:[39m test-node-wasm.js passed: load models
|
||||
2021-06-08 07:02:57 [35mSTATE:[39m test-node-wasm.js result: defined models: 14 loaded models: 6
|
||||
2021-06-08 07:02:57 [35mSTATE:[39m test-node-wasm.js passed: warmup: none default
|
||||
2021-06-08 07:02:57 [31mERROR:[39m test-node-wasm.js failed: warmup: face default
|
||||
2021-06-08 07:02:57 [31mERROR:[39m test-node-wasm.js failed: warmup: body default
|
||||
2021-06-08 07:02:57 [36mINFO: [39m test-node-wasm.js test body variants
|
||||
2021-06-08 07:02:59 [35mSTATE:[39m test-node-wasm.js passed: load image: samples/ai-body.jpg [1,1200,1200,3]
|
||||
2021-06-08 07:03:02 [35mSTATE:[39m test-node-wasm.js passed: detect: samples/ai-body.jpg posenet
|
||||
2021-06-08 07:03:02 [32mDATA: [39m test-node-wasm.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 0 person: 1 {"age":28.5,"gender":"female"} {} {"score":0.96,"keypoints":16}
|
||||
2021-06-08 07:03:02 [32mDATA: [39m test-node-wasm.js result: performance: load: 763 total: 2943
|
||||
2021-06-08 07:03:04 [35mSTATE:[39m test-node-wasm.js passed: load image: samples/ai-body.jpg [1,1200,1200,3]
|
||||
2021-06-08 07:03:06 [35mSTATE:[39m test-node-wasm.js passed: detect: samples/ai-body.jpg movenet
|
||||
2021-06-08 07:03:06 [32mDATA: [39m test-node-wasm.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 0 person: 1 {"age":28.5,"gender":"female"} {} {"score":0.93,"keypoints":17}
|
||||
2021-06-08 07:03:06 [32mDATA: [39m test-node-wasm.js result: performance: load: 763 total: 1840
|
||||
2021-06-08 07:03:07 [35mSTATE:[39m test-node-wasm.js passed: detect: random default
|
||||
2021-06-08 07:03:07 [32mDATA: [39m test-node-wasm.js result: face: 0 body: 1 hand: 0 gesture: 0 object: 0 person: 0 {} {} {"score":0,"keypoints":0}
|
||||
2021-06-08 07:03:07 [32mDATA: [39m test-node-wasm.js result: performance: load: 763 total: 1590
|
||||
2021-06-08 07:03:07 [36mINFO: [39m test-node-wasm.js test: first instance
|
||||
2021-06-08 07:03:08 [35mSTATE:[39m test-node-wasm.js passed: load image: samples/ai-upper.jpg [1,720,688,3]
|
||||
2021-06-08 07:03:10 [35mSTATE:[39m test-node-wasm.js passed: detect: samples/ai-upper.jpg default
|
||||
2021-06-08 07:03:10 [32mDATA: [39m test-node-wasm.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 0 person: 1 {"age":29.5,"gender":"female"} {} {"score":0.78,"keypoints":7}
|
||||
2021-06-08 07:03:10 [32mDATA: [39m test-node-wasm.js result: performance: load: 763 total: 2053
|
||||
2021-06-08 07:03:10 [36mINFO: [39m test-node-wasm.js test: second instance
|
||||
2021-06-08 07:03:10 [35mSTATE:[39m test-node-wasm.js passed: load image: samples/ai-upper.jpg [1,720,688,3]
|
||||
2021-06-08 07:03:12 [35mSTATE:[39m test-node-wasm.js passed: detect: samples/ai-upper.jpg default
|
||||
2021-06-08 07:03:12 [32mDATA: [39m test-node-wasm.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 0 person: 1 {"age":29.5,"gender":"female"} {} {"score":0.78,"keypoints":7}
|
||||
2021-06-08 07:03:12 [32mDATA: [39m test-node-wasm.js result: performance: load: 3 total: 2003
|
||||
2021-06-08 07:03:12 [36mINFO: [39m test-node-wasm.js test: concurrent
|
||||
2021-06-08 07:03:13 [35mSTATE:[39m test-node-wasm.js passed: load image: samples/ai-face.jpg [1,256,256,3]
|
||||
2021-06-08 07:03:13 [35mSTATE:[39m test-node-wasm.js passed: load image: samples/ai-face.jpg [1,256,256,3]
|
||||
2021-06-08 07:03:14 [35mSTATE:[39m test-node-wasm.js passed: load image: samples/ai-body.jpg [1,1200,1200,3]
|
||||
2021-06-08 07:03:16 [35mSTATE:[39m test-node-wasm.js passed: load image: samples/ai-body.jpg [1,1200,1200,3]
|
||||
2021-06-08 07:03:24 [35mSTATE:[39m test-node-wasm.js passed: detect: samples/ai-face.jpg default
|
||||
2021-06-08 07:03:24 [32mDATA: [39m test-node-wasm.js result: face: 1 body: 1 hand: 0 gesture: 4 object: 0 person: 1 {"age":23.6,"gender":"female"} {} {"score":0.73,"keypoints":17}
|
||||
2021-06-08 07:03:24 [32mDATA: [39m test-node-wasm.js result: performance: load: 763 total: 8054
|
||||
2021-06-08 07:03:24 [35mSTATE:[39m test-node-wasm.js passed: detect: samples/ai-face.jpg default
|
||||
2021-06-08 07:03:24 [32mDATA: [39m test-node-wasm.js result: face: 1 body: 1 hand: 0 gesture: 4 object: 0 person: 1 {"age":23.6,"gender":"female"} {} {"score":0.73,"keypoints":17}
|
||||
2021-06-08 07:03:24 [32mDATA: [39m test-node-wasm.js result: performance: load: 3 total: 8054
|
||||
2021-06-08 07:03:24 [35mSTATE:[39m test-node-wasm.js passed: detect: samples/ai-body.jpg default
|
||||
2021-06-08 07:03:24 [32mDATA: [39m test-node-wasm.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 0 person: 1 {"age":28.5,"gender":"female"} {} {"score":0.93,"keypoints":17}
|
||||
2021-06-08 07:03:24 [32mDATA: [39m test-node-wasm.js result: performance: load: 763 total: 8054
|
||||
2021-06-08 07:03:24 [35mSTATE:[39m test-node-wasm.js passed: detect: samples/ai-body.jpg default
|
||||
2021-06-08 07:03:24 [32mDATA: [39m test-node-wasm.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 0 person: 1 {"age":28.5,"gender":"female"} {} {"score":0.93,"keypoints":17}
|
||||
2021-06-08 07:03:24 [32mDATA: [39m test-node-wasm.js result: performance: load: 3 total: 8054
|
||||
2021-06-08 07:03:24 [36mINFO: [39m test-node-wasm.js test complete: 27227 ms
|
||||
2021-06-08 07:03:24 [36mINFO: [39m status: {"passed":68,"failed":2}
|
||||
|
|
Loading…
Reference in New Issue