update dependencies

pull/134/head
Vladimir Mandic 2021-05-18 08:22:33 -04:00
parent d1e48ef28f
commit b3b43a0e78
16 changed files with 953 additions and 952 deletions

View File

@ -1,6 +1,6 @@
# @vladmandic/human
Version: **1.8.4**
Version: **1.8.5**
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,11 +9,12 @@ Repository: **<git+https://github.com/vladmandic/human.git>**
## Changelog
### **HEAD -> main** 2021/05/17 mandic00@live.com
### **1.8.5** 2021/05/18 mandic00@live.com
### **origin/main** 2021/05/16 mandic00@live.com
### **origin/main** 2021/05/17 mandic00@live.com
- add node-video sample
- add node-webcam demo
- fix node build and update model signatures

View File

@ -18,4 +18,4 @@ N/A
## In Progress
- Refactor BlazeFace to avoid data and array access and use buffers where needed
N/A

View File

@ -9,6 +9,7 @@
const spawn = require('child_process').spawn;
const log = require('@vladmandic/pilogger');
// eslint-disable-next-line node/no-missing-require
const Pipe2Jpeg = require('pipe2jpeg');
// for NodeJS, `tfjs-node` or `tfjs-node-gpu` should be loaded before using Human
// eslint-disable-next-line no-unused-vars, @typescript-eslint/no-unused-vars

View File

@ -4,6 +4,7 @@
const util = require('util');
const log = require('@vladmandic/pilogger');
// eslint-disable-next-line node/no-missing-require
const nodeWebCam = require('node-webcam');
// for NodeJS, `tfjs-node` or `tfjs-node-gpu` should be loaded before using Human
// eslint-disable-next-line no-unused-vars, @typescript-eslint/no-unused-vars

File diff suppressed because one or more lines are too long

508
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

508
dist/human.js vendored

File diff suppressed because one or more lines are too long

View File

@ -19525,7 +19525,7 @@ lBhEMohlFerLlBjEMohMVTEARDKCITsAk2AEgAAAkAAAAAAAAAAAAAAAAAAAAAAAASAAAAAAAAD/
2Q==`;
// package.json
var version = "1.8.4";
var version = "1.8.5";
// src/human.ts
var _numTensors, _analyzeMemoryLeaks, _checkSanity, _firstRun, _sanity, _checkBackend, _warmupBitmap, _warmupCanvas, _warmupNode;

View File

@ -19526,7 +19526,7 @@ lBhEMohlFerLlBjEMohMVTEARDKCITsAk2AEgAAAkAAAAAAAAAAAAAAAAAAAAAAAASAAAAAAAAD/
2Q==`;
// package.json
var version = "1.8.4";
var version = "1.8.5";
// src/human.ts
var _numTensors, _analyzeMemoryLeaks, _checkSanity, _firstRun, _sanity, _checkBackend, _warmupBitmap, _warmupCanvas, _warmupNode;

2
dist/human.node.js vendored
View File

@ -19525,7 +19525,7 @@ lBhEMohlFerLlBjEMohMVTEARDKCITsAk2AEgAAAkAAAAAAAAAAAAAAAAAAAAAAAASAAAAAAAAD/
2Q==`;
// package.json
var version = "1.8.4";
var version = "1.8.5";
// src/human.ts
var _numTensors, _analyzeMemoryLeaks, _checkSanity, _firstRun, _sanity, _checkBackend, _warmupBitmap, _warmupCanvas, _warmupNode;

486
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,68 +1,17 @@
2021-05-11 15:08:08 INFO:  @vladmandic/human version 1.8.4
2021-05-11 15:08:08 INFO:  User: vlado Platform: linux Arch: x64 Node: v16.0.0
2021-05-11 15:08:08 INFO:  Build: file startup all type: production config: {"minifyWhitespace":true,"minifyIdentifiers":true,"minifySyntax":true}
2021-05-11 15:08:08 STATE: Build for: node type: tfjs: {"imports":1,"importBytes":39,"outputBytes":1284,"outputFiles":"dist/tfjs.esm.js"}
2021-05-11 15:08:08 STATE: Build for: node type: node: {"imports":35,"importBytes":413382,"outputBytes":372832,"outputFiles":"dist/human.node.js"}
2021-05-11 15:08:08 STATE: Build for: nodeGPU type: tfjs: {"imports":1,"importBytes":43,"outputBytes":1292,"outputFiles":"dist/tfjs.esm.js"}
2021-05-11 15:08:08 STATE: Build for: nodeGPU type: node: {"imports":35,"importBytes":413390,"outputBytes":372836,"outputFiles":"dist/human.node-gpu.js"}
2021-05-11 15:08:08 STATE: Build for: nodeWASM type: tfjs: {"imports":1,"importBytes":81,"outputBytes":1359,"outputFiles":"dist/tfjs.esm.js"}
2021-05-11 15:08:08 STATE: Build for: nodeWASM type: node: {"imports":35,"importBytes":413457,"outputBytes":372908,"outputFiles":"dist/human.node-wasm.js"}
2021-05-11 15:08:08 STATE: Build for: browserNoBundle type: tfjs: {"imports":1,"importBytes":2488,"outputBytes":1394,"outputFiles":"dist/tfjs.esm.js"}
2021-05-11 15:08:08 STATE: Build for: browserNoBundle type: esm: {"imports":35,"importBytes":413492,"outputBytes":229716,"outputFiles":"dist/human.esm-nobundle.js"}
2021-05-11 15:08:09 STATE: Build for: browserBundle type: tfjs: {"modules":1274,"moduleBytes":4114813,"imports":7,"importBytes":2488,"outputBytes":1111318,"outputFiles":"dist/tfjs.esm.js"}
2021-05-11 15:08:09 STATE: Build for: browserBundle type: iife: {"imports":35,"importBytes":1523416,"outputBytes":1337370,"outputFiles":"dist/human.js"}
2021-05-11 15:08:10 STATE: Build for: browserBundle type: esm: {"imports":35,"importBytes":1523416,"outputBytes":1337362,"outputFiles":"dist/human.esm.js"}
2021-05-11 15:08:10 INFO:  Generate types: ["src/human.ts"]
2021-05-11 15:08:14 INFO:  Update Change log: ["/home/vlado/dev/human/CHANGELOG.md"]
2021-05-11 15:08:14 INFO:  Generate TypeDocs: ["src/human.ts"]
2021-05-16 23:54:29 INFO:  @vladmandic/human version 1.8.4
2021-05-16 23:54:29 INFO:  User: vlado Platform: linux Arch: x64 Node: v16.0.0
2021-05-16 23:54:29 INFO:  Build: file startup all type: production config: {"minifyWhitespace":true,"minifyIdentifiers":true,"minifySyntax":true}
2021-05-16 23:54:29 STATE: Build for: node type: tfjs: {"imports":1,"importBytes":39,"outputBytes":1284,"outputFiles":"dist/tfjs.esm.js"}
2021-05-16 23:54:30 STATE: Build for: node type: node: {"imports":35,"importBytes":413382,"outputBytes":372832,"outputFiles":"dist/human.node.js"}
2021-05-16 23:54:30 STATE: Build for: nodeGPU type: tfjs: {"imports":1,"importBytes":43,"outputBytes":1292,"outputFiles":"dist/tfjs.esm.js"}
2021-05-16 23:54:30 STATE: Build for: nodeGPU type: node: {"imports":35,"importBytes":413390,"outputBytes":372836,"outputFiles":"dist/human.node-gpu.js"}
2021-05-16 23:54:30 STATE: Build for: nodeWASM type: tfjs: {"imports":1,"importBytes":81,"outputBytes":1359,"outputFiles":"dist/tfjs.esm.js"}
2021-05-16 23:54:30 STATE: Build for: nodeWASM type: node: {"imports":35,"importBytes":413457,"outputBytes":372908,"outputFiles":"dist/human.node-wasm.js"}
2021-05-16 23:54:30 STATE: Build for: browserNoBundle type: tfjs: {"imports":1,"importBytes":2488,"outputBytes":1394,"outputFiles":"dist/tfjs.esm.js"}
2021-05-16 23:54:30 STATE: Build for: browserNoBundle type: esm: {"imports":35,"importBytes":413492,"outputBytes":229716,"outputFiles":"dist/human.esm-nobundle.js"}
2021-05-16 23:54:30 STATE: Build for: browserBundle type: tfjs: {"modules":1274,"moduleBytes":4114813,"imports":7,"importBytes":2488,"outputBytes":1111318,"outputFiles":"dist/tfjs.esm.js"}
2021-05-16 23:54:31 STATE: Build for: browserBundle type: iife: {"imports":35,"importBytes":1523416,"outputBytes":1337370,"outputFiles":"dist/human.js"}
2021-05-16 23:54:31 STATE: Build for: browserBundle type: esm: {"imports":35,"importBytes":1523416,"outputBytes":1337362,"outputFiles":"dist/human.esm.js"}
2021-05-16 23:54:31 INFO:  Generate types: ["src/human.ts"]
2021-05-16 23:54:36 INFO:  Update Change log: ["/home/vlado/dev/human/CHANGELOG.md"]
2021-05-16 23:54:36 INFO:  Generate TypeDocs: ["src/human.ts"]
2021-05-17 08:56:17 INFO:  @vladmandic/human version 1.8.4
2021-05-17 08:56:17 INFO:  User: vlado Platform: linux Arch: x64 Node: v16.0.0
2021-05-17 08:56:17 INFO:  Build: file startup all type: production config: {"minifyWhitespace":true,"minifyIdentifiers":true,"minifySyntax":true}
2021-05-17 08:56:17 STATE: Build for: node type: tfjs: {"imports":1,"importBytes":39,"outputBytes":1284,"outputFiles":"dist/tfjs.esm.js"}
2021-05-17 08:56:17 STATE: Build for: node type: node: {"imports":35,"importBytes":413594,"outputBytes":372832,"outputFiles":"dist/human.node.js"}
2021-05-17 08:56:17 STATE: Build for: nodeGPU type: tfjs: {"imports":1,"importBytes":43,"outputBytes":1292,"outputFiles":"dist/tfjs.esm.js"}
2021-05-17 08:56:17 STATE: Build for: nodeGPU type: node: {"imports":35,"importBytes":413602,"outputBytes":372836,"outputFiles":"dist/human.node-gpu.js"}
2021-05-17 08:56:17 STATE: Build for: nodeWASM type: tfjs: {"imports":1,"importBytes":81,"outputBytes":1359,"outputFiles":"dist/tfjs.esm.js"}
2021-05-17 08:56:17 STATE: Build for: nodeWASM type: node: {"imports":35,"importBytes":413669,"outputBytes":372908,"outputFiles":"dist/human.node-wasm.js"}
2021-05-17 08:56:17 STATE: Build for: browserNoBundle type: tfjs: {"imports":1,"importBytes":2488,"outputBytes":1394,"outputFiles":"dist/tfjs.esm.js"}
2021-05-17 08:56:17 STATE: Build for: browserNoBundle type: esm: {"imports":35,"importBytes":413704,"outputBytes":229716,"outputFiles":"dist/human.esm-nobundle.js"}
2021-05-17 08:56:18 STATE: Build for: browserBundle type: tfjs: {"modules":1274,"moduleBytes":4114813,"imports":7,"importBytes":2488,"outputBytes":1111318,"outputFiles":"dist/tfjs.esm.js"}
2021-05-17 08:56:18 STATE: Build for: browserBundle type: iife: {"imports":35,"importBytes":1523628,"outputBytes":1337370,"outputFiles":"dist/human.js"}
2021-05-17 08:56:19 STATE: Build for: browserBundle type: esm: {"imports":35,"importBytes":1523628,"outputBytes":1337362,"outputFiles":"dist/human.esm.js"}
2021-05-17 08:56:19 INFO:  Generate types: ["src/human.ts"]
2021-05-17 08:56:24 INFO:  Update Change log: ["/home/vlado/dev/human/CHANGELOG.md"]
2021-05-17 08:56:24 INFO:  Generate TypeDocs: ["src/human.ts"]
2021-05-17 09:34:53 INFO:  @vladmandic/human version 1.8.4
2021-05-17 09:34:53 INFO:  User: vlado Platform: linux Arch: x64 Node: v16.0.0
2021-05-17 09:34:53 INFO:  Build: file startup all type: production config: {"minifyWhitespace":true,"minifyIdentifiers":true,"minifySyntax":true}
2021-05-17 09:34:53 STATE: Build for: node type: tfjs: {"imports":1,"importBytes":39,"outputBytes":1284,"outputFiles":"dist/tfjs.esm.js"}
2021-05-17 09:34:53 STATE: Build for: node type: node: {"imports":35,"importBytes":413594,"outputBytes":372832,"outputFiles":"dist/human.node.js"}
2021-05-17 09:34:53 STATE: Build for: nodeGPU type: tfjs: {"imports":1,"importBytes":43,"outputBytes":1292,"outputFiles":"dist/tfjs.esm.js"}
2021-05-17 09:34:53 STATE: Build for: nodeGPU type: node: {"imports":35,"importBytes":413602,"outputBytes":372836,"outputFiles":"dist/human.node-gpu.js"}
2021-05-17 09:34:53 STATE: Build for: nodeWASM type: tfjs: {"imports":1,"importBytes":81,"outputBytes":1359,"outputFiles":"dist/tfjs.esm.js"}
2021-05-17 09:34:53 STATE: Build for: nodeWASM type: node: {"imports":35,"importBytes":413669,"outputBytes":372908,"outputFiles":"dist/human.node-wasm.js"}
2021-05-17 09:34:53 STATE: Build for: browserNoBundle type: tfjs: {"imports":1,"importBytes":2488,"outputBytes":1394,"outputFiles":"dist/tfjs.esm.js"}
2021-05-17 09:34:53 STATE: Build for: browserNoBundle type: esm: {"imports":35,"importBytes":413704,"outputBytes":229716,"outputFiles":"dist/human.esm-nobundle.js"}
2021-05-17 09:34:54 STATE: Build for: browserBundle type: tfjs: {"modules":1274,"moduleBytes":4114813,"imports":7,"importBytes":2488,"outputBytes":1111318,"outputFiles":"dist/tfjs.esm.js"}
2021-05-17 09:34:54 STATE: Build for: browserBundle type: iife: {"imports":35,"importBytes":1523628,"outputBytes":1337370,"outputFiles":"dist/human.js"}
2021-05-17 09:34:55 STATE: Build for: browserBundle type: esm: {"imports":35,"importBytes":1523628,"outputBytes":1337362,"outputFiles":"dist/human.esm.js"}
2021-05-17 09:34:55 INFO:  Generate types: ["src/human.ts"]
2021-05-17 09:34:59 INFO:  Update Change log: ["/home/vlado/dev/human/CHANGELOG.md"]
2021-05-17 09:34:59 INFO:  Generate TypeDocs: ["src/human.ts"]
2021-05-18 08:16:58 INFO:  @vladmandic/human version 1.8.5
2021-05-18 08:16:58 INFO:  User: vlado Platform: linux Arch: x64 Node: v16.0.0
2021-05-18 08:16:58 INFO:  Build: file startup all type: production config: {"minifyWhitespace":true,"minifyIdentifiers":true,"minifySyntax":true}
2021-05-18 08:16:58 STATE: Build for: node type: tfjs: {"imports":1,"importBytes":39,"outputBytes":1284,"outputFiles":"dist/tfjs.esm.js"}
2021-05-18 08:16:58 STATE: Build for: node type: node: {"imports":35,"importBytes":413593,"outputBytes":372832,"outputFiles":"dist/human.node.js"}
2021-05-18 08:16:58 STATE: Build for: nodeGPU type: tfjs: {"imports":1,"importBytes":43,"outputBytes":1292,"outputFiles":"dist/tfjs.esm.js"}
2021-05-18 08:16:58 STATE: Build for: nodeGPU type: node: {"imports":35,"importBytes":413601,"outputBytes":372836,"outputFiles":"dist/human.node-gpu.js"}
2021-05-18 08:16:58 STATE: Build for: nodeWASM type: tfjs: {"imports":1,"importBytes":81,"outputBytes":1359,"outputFiles":"dist/tfjs.esm.js"}
2021-05-18 08:16:58 STATE: Build for: nodeWASM type: node: {"imports":35,"importBytes":413668,"outputBytes":372908,"outputFiles":"dist/human.node-wasm.js"}
2021-05-18 08:16:58 STATE: Build for: browserNoBundle type: tfjs: {"imports":1,"importBytes":2488,"outputBytes":1394,"outputFiles":"dist/tfjs.esm.js"}
2021-05-18 08:16:58 STATE: Build for: browserNoBundle type: esm: {"imports":35,"importBytes":413703,"outputBytes":229716,"outputFiles":"dist/human.esm-nobundle.js"}
2021-05-18 08:16:59 STATE: Build for: browserBundle type: tfjs: {"modules":1274,"moduleBytes":4114813,"imports":7,"importBytes":2488,"outputBytes":1111414,"outputFiles":"dist/tfjs.esm.js"}
2021-05-18 08:16:59 STATE: Build for: browserBundle type: iife: {"imports":35,"importBytes":1523723,"outputBytes":1337578,"outputFiles":"dist/human.js"}
2021-05-18 08:17:00 STATE: Build for: browserBundle type: esm: {"imports":35,"importBytes":1523723,"outputBytes":1337570,"outputFiles":"dist/human.esm.js"}
2021-05-18 08:17:00 INFO:  Generate types: ["src/human.ts"]
2021-05-18 08:17:05 INFO:  Update Change log: ["/home/vlado/dev/human/CHANGELOG.md"]
2021-05-18 08:17:05 INFO:  Generate TypeDocs: ["src/human.ts"]

View File

@ -4,7 +4,7 @@ const test = require('./test-main.js').test;
const config = {
modelBasePath: 'http://localhost:10030/models/',
backend: 'wasm',
wasmPath: 'assets/',
wasmPath: 'node_modules/@tensorflow/tfjs-backend-wasm/dist/',
debug: false,
videoOptimized: false,
async: false,

View File

@ -1,120 +1,169 @@
2021-05-11 07:51:30 INFO:  @vladmandic/human version 1.8.4
2021-05-11 07:51:30 INFO:  User: vlado Platform: linux Arch: x64 Node: v16.0.0
2021-05-11 07:51:30 INFO:  tests: ["test-node.js","test-node-gpu.js","test-node-wasm.js"]
2021-05-11 07:51:30 INFO:  test-node.js start
2021-05-11 07:51:30 STATE: test-node.js passed: create human
2021-05-11 07:51:30 INFO:  test-node.js human version: 1.8.4
2021-05-11 07:51:30 INFO:  test-node.js platform: linux x64 agent: NodeJS v16.0.0
2021-05-11 07:51:30 INFO:  test-node.js tfjs version: 3.6.0
2021-05-11 07:51:31 STATE: test-node.js passed: set backend: tensorflow
2021-05-11 07:51:31 STATE: test-node.js passed: load models
2021-05-11 07:51:31 STATE: test-node.js result: defined models: 12 loaded models: 6
2021-05-11 07:51:31 STATE: test-node.js passed: warmup: none default
2021-05-11 07:51:32 STATE: test-node.js passed: warmup: face default
2021-05-11 07:51:32 DATA:  test-node.js result: face: 1 body: 1 hand: 0 gesture: 5 object: 1 {"confidence":1,"age":23.6,"gender":"female"} {"score":0.52,"class":"person"} {"score":0.96,"keypoints":5}
2021-05-11 07:51:32 DATA:  test-node.js result: performance: load: 326 total: 1396
2021-05-11 07:51:34 STATE: test-node.js passed: warmup: body default
2021-05-11 07:51:34 DATA:  test-node.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 3 {"confidence":1,"age":29.5,"gender":"female"} {"score":0.86,"class":"person"} {"score":0.92,"keypoints":17}
2021-05-11 07:51:34 DATA:  test-node.js result: performance: load: 326 total: 1408
2021-05-11 07:51:34 INFO:  test-node.js test body variants
2021-05-11 07:51:35 STATE: test-node.js passed: load image: assets/human-sample-body.jpg [1,1200,1200,3]
2021-05-11 07:51:36 STATE: test-node.js passed: detect: assets/human-sample-body.jpg posenet
2021-05-11 07:51:36 DATA:  test-node.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 3 {"confidence":1,"age":28.5,"gender":"female"} {"score":0.86,"class":"person"} {"score":0.91,"keypoints":17}
2021-05-11 07:51:36 DATA:  test-node.js result: performance: load: 326 total: 1449
2021-05-11 07:51:37 STATE: test-node.js passed: load image: assets/human-sample-body.jpg [1,1200,1200,3]
2021-05-11 07:51:39 STATE: test-node.js passed: detect: assets/human-sample-body.jpg blazepose
2021-05-11 07:51:39 DATA:  test-node.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 3 {"confidence":1,"age":28.5,"gender":"female"} {"score":0.86,"class":"person"} {"score":1,"keypoints":39}
2021-05-11 07:51:39 DATA:  test-node.js result: performance: load: 326 total: 1424
2021-05-11 07:51:39 STATE: test-node.js passed: detect: random default
2021-05-11 07:51:39 DATA:  test-node.js result: face: 0 body: 1 hand: 0 gesture: 1 object: 0 {} {} {"score":1,"keypoints":39}
2021-05-11 07:51:39 DATA:  test-node.js result: performance: load: 326 total: 644
2021-05-11 07:51:39 INFO:  test-node.js test: first instance
2021-05-11 07:51:40 STATE: test-node.js passed: load image: assets/sample-me.jpg [1,700,700,3]
2021-05-11 07:51:41 STATE: test-node.js passed: detect: assets/sample-me.jpg default
2021-05-11 07:51:41 DATA:  test-node.js result: face: 1 body: 1 hand: 0 gesture: 6 object: 2 {"confidence":1,"age":39.2,"gender":"male"} {"score":0.7,"class":"person"} {"score":1,"keypoints":39}
2021-05-11 07:51:41 DATA:  test-node.js result: performance: load: 326 total: 1403
2021-05-11 07:51:41 INFO:  test-node.js test: second instance
2021-05-11 07:51:41 STATE: test-node.js passed: load image: assets/sample-me.jpg [1,700,700,3]
2021-05-11 07:51:43 STATE: test-node.js passed: detect: assets/sample-me.jpg default
2021-05-11 07:51:43 DATA:  test-node.js result: face: 1 body: 1 hand: 0 gesture: 6 object: 2 {"confidence":1,"age":39.2,"gender":"male"} {"score":0.7,"class":"person"} {"score":1,"keypoints":39}
2021-05-11 07:51:43 DATA:  test-node.js result: performance: load: 2 total: 1289
2021-05-11 07:51:43 INFO:  test-node.js test: concurrent
2021-05-11 07:51:43 STATE: test-node.js passed: load image: assets/human-sample-face.jpg [1,256,256,3]
2021-05-11 07:51:43 STATE: test-node.js passed: load image: assets/human-sample-face.jpg [1,256,256,3]
2021-05-11 07:51:44 STATE: test-node.js passed: load image: assets/human-sample-body.jpg [1,1200,1200,3]
2021-05-11 07:51:45 STATE: test-node.js passed: load image: assets/human-sample-body.jpg [1,1200,1200,3]
2021-05-11 07:51:50 STATE: test-node.js passed: detect: assets/human-sample-face.jpg default
2021-05-11 07:51:50 DATA:  test-node.js result: face: 1 body: 1 hand: 0 gesture: 6 object: 1 {"confidence":1,"age":23.6,"gender":"female"} {"score":0.53,"class":"person"} {"score":1,"keypoints":39}
2021-05-11 07:51:50 DATA:  test-node.js result: performance: load: 326 total: 5531
2021-05-11 07:51:50 STATE: test-node.js passed: detect: assets/human-sample-face.jpg default
2021-05-11 07:51:50 DATA:  test-node.js result: face: 1 body: 1 hand: 0 gesture: 6 object: 1 {"confidence":1,"age":23.6,"gender":"female"} {"score":0.53,"class":"person"} {"score":1,"keypoints":39}
2021-05-11 07:51:50 DATA:  test-node.js result: performance: load: 2 total: 5531
2021-05-11 07:51:50 STATE: test-node.js passed: detect: assets/human-sample-body.jpg default
2021-05-11 07:51:50 DATA:  test-node.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 3 {"confidence":1,"age":28.5,"gender":"female"} {"score":0.86,"class":"person"} {"score":1,"keypoints":39}
2021-05-11 07:51:50 DATA:  test-node.js result: performance: load: 326 total: 5531
2021-05-11 07:51:50 STATE: test-node.js passed: detect: assets/human-sample-body.jpg default
2021-05-11 07:51:50 DATA:  test-node.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 3 {"confidence":1,"age":28.5,"gender":"female"} {"score":0.86,"class":"person"} {"score":1,"keypoints":39}
2021-05-11 07:51:50 DATA:  test-node.js result: performance: load: 2 total: 5531
2021-05-11 07:51:50 INFO:  test-node.js test complete: 19958 ms
2021-05-11 07:51:50 INFO:  test-node-gpu.js start
2021-05-11 07:51:51 WARN:  test-node-gpu.js stderr: 2021-05-11 07:51:51.375373: 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-05-11 07:51:51 WARN:  test-node-gpu.js stderr: 2021-05-11 07:51:51.427921: 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-05-11 07:51:51 WARN:  test-node-gpu.js stderr: 2021-05-11 07:51:51.428099: 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-05-11 07:51:51 STATE: test-node-gpu.js passed: create human
2021-05-11 07:51:51 INFO:  test-node-gpu.js human version: 1.8.4
2021-05-11 07:51:51 INFO:  test-node-gpu.js platform: linux x64 agent: NodeJS v16.0.0
2021-05-11 07:51:51 INFO:  test-node-gpu.js tfjs version: 3.6.0
2021-05-11 07:51:51 STATE: test-node-gpu.js passed: set backend: tensorflow
2021-05-11 07:51:51 STATE: test-node-gpu.js passed: load models
2021-05-11 07:51:51 STATE: test-node-gpu.js result: defined models: 12 loaded models: 6
2021-05-11 07:51:51 STATE: test-node-gpu.js passed: warmup: none default
2021-05-11 07:51:53 STATE: test-node-gpu.js passed: warmup: face default
2021-05-11 07:51:53 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 5 object: 1 {"confidence":1,"age":23.6,"gender":"female"} {"score":0.52,"class":"person"} {"score":0.96,"keypoints":5}
2021-05-11 07:51:53 DATA:  test-node-gpu.js result: performance: load: 323 total: 1404
2021-05-11 07:51:54 STATE: test-node-gpu.js passed: warmup: body default
2021-05-11 07:51:54 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 3 {"confidence":1,"age":29.5,"gender":"female"} {"score":0.86,"class":"person"} {"score":0.92,"keypoints":17}
2021-05-11 07:51:54 DATA:  test-node-gpu.js result: performance: load: 323 total: 1454
2021-05-11 07:51:54 INFO:  test-node-gpu.js test body variants
2021-05-11 07:51:55 STATE: test-node-gpu.js passed: load image: assets/human-sample-body.jpg [1,1200,1200,3]
2021-05-11 07:51:57 STATE: test-node-gpu.js passed: detect: assets/human-sample-body.jpg posenet
2021-05-11 07:51:57 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 3 {"confidence":1,"age":28.5,"gender":"female"} {"score":0.86,"class":"person"} {"score":0.91,"keypoints":17}
2021-05-11 07:51:57 DATA:  test-node-gpu.js result: performance: load: 323 total: 1449
2021-05-11 07:51:58 STATE: test-node-gpu.js passed: load image: assets/human-sample-body.jpg [1,1200,1200,3]
2021-05-11 07:51:59 STATE: test-node-gpu.js passed: detect: assets/human-sample-body.jpg blazepose
2021-05-11 07:51:59 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 3 {"confidence":1,"age":28.5,"gender":"female"} {"score":0.86,"class":"person"} {"score":1,"keypoints":39}
2021-05-11 07:51:59 DATA:  test-node-gpu.js result: performance: load: 323 total: 1370
2021-05-11 07:52:00 STATE: test-node-gpu.js passed: detect: random default
2021-05-11 07:52:00 DATA:  test-node-gpu.js result: face: 0 body: 1 hand: 0 gesture: 1 object: 0 {} {} {"score":1,"keypoints":39}
2021-05-11 07:52:00 DATA:  test-node-gpu.js result: performance: load: 323 total: 671
2021-05-11 07:52:00 INFO:  test-node-gpu.js test: first instance
2021-05-11 07:52:00 STATE: test-node-gpu.js passed: load image: assets/sample-me.jpg [1,700,700,3]
2021-05-11 07:52:02 STATE: test-node-gpu.js passed: detect: assets/sample-me.jpg default
2021-05-11 07:52:02 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 6 object: 2 {"confidence":1,"age":39.2,"gender":"male"} {"score":0.7,"class":"person"} {"score":1,"keypoints":39}
2021-05-11 07:52:02 DATA:  test-node-gpu.js result: performance: load: 323 total: 1372
2021-05-11 07:52:02 INFO:  test-node-gpu.js test: second instance
2021-05-11 07:52:02 STATE: test-node-gpu.js passed: load image: assets/sample-me.jpg [1,700,700,3]
2021-05-11 07:52:03 STATE: test-node-gpu.js passed: detect: assets/sample-me.jpg default
2021-05-11 07:52:03 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 6 object: 2 {"confidence":1,"age":39.2,"gender":"male"} {"score":0.7,"class":"person"} {"score":1,"keypoints":39}
2021-05-11 07:52:03 DATA:  test-node-gpu.js result: performance: load: 6 total: 1446
2021-05-11 07:52:03 INFO:  test-node-gpu.js test: concurrent
2021-05-11 07:52:04 STATE: test-node-gpu.js passed: load image: assets/human-sample-face.jpg [1,256,256,3]
2021-05-11 07:52:04 STATE: test-node-gpu.js passed: load image: assets/human-sample-face.jpg [1,256,256,3]
2021-05-11 07:52:05 STATE: test-node-gpu.js passed: load image: assets/human-sample-body.jpg [1,1200,1200,3]
2021-05-11 07:52:06 STATE: test-node-gpu.js passed: load image: assets/human-sample-body.jpg [1,1200,1200,3]
2021-05-11 07:52:11 STATE: test-node-gpu.js passed: detect: assets/human-sample-face.jpg default
2021-05-11 07:52:11 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 6 object: 1 {"confidence":1,"age":23.6,"gender":"female"} {"score":0.53,"class":"person"} {"score":1,"keypoints":39}
2021-05-11 07:52:11 DATA:  test-node-gpu.js result: performance: load: 323 total: 5056
2021-05-11 07:52:11 STATE: test-node-gpu.js passed: detect: assets/human-sample-face.jpg default
2021-05-11 07:52:11 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 6 object: 1 {"confidence":1,"age":23.6,"gender":"female"} {"score":0.53,"class":"person"} {"score":1,"keypoints":39}
2021-05-11 07:52:11 DATA:  test-node-gpu.js result: performance: load: 6 total: 5056
2021-05-11 07:52:11 STATE: test-node-gpu.js passed: detect: assets/human-sample-body.jpg default
2021-05-11 07:52:11 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 3 {"confidence":1,"age":28.5,"gender":"female"} {"score":0.86,"class":"person"} {"score":1,"keypoints":39}
2021-05-11 07:52:11 DATA:  test-node-gpu.js result: performance: load: 323 total: 5056
2021-05-11 07:52:11 STATE: test-node-gpu.js passed: detect: assets/human-sample-body.jpg default
2021-05-11 07:52:11 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 3 {"confidence":1,"age":28.5,"gender":"female"} {"score":0.86,"class":"person"} {"score":1,"keypoints":39}
2021-05-11 07:52:11 DATA:  test-node-gpu.js result: performance: load: 6 total: 5056
2021-05-11 07:52:11 INFO:  test-node-gpu.js test complete: 19594 ms
2021-05-11 07:52:11 INFO:  test-node-wasm.js start
2021-05-11 07:52:11 ERROR: test-node-wasm.js failed: model server: request to http://localhost:10030/models/ failed, reason: connect ECONNREFUSED 127.0.0.1:10030
2021-05-11 07:52:11 ERROR: test-node-wasm.js aborting test
2021-05-11 07:52:11 INFO:  status: {"passed":46,"failed":1}
2021-05-18 08:19:42 INFO:  @vladmandic/human version 1.8.5
2021-05-18 08:19:42 INFO:  User: vlado Platform: linux Arch: x64 Node: v16.0.0
2021-05-18 08:19:42 INFO:  tests: ["test-node.js","test-node-gpu.js","test-node-wasm.js"]
2021-05-18 08:19:42 INFO:  test-node.js start
2021-05-18 08:19:43 STATE: test-node.js passed: create human
2021-05-18 08:19:43 INFO:  test-node.js human version: 1.8.5
2021-05-18 08:19:43 INFO:  test-node.js platform: linux x64 agent: NodeJS v16.0.0
2021-05-18 08:19:43 INFO:  test-node.js tfjs version: 3.6.0
2021-05-18 08:19:43 STATE: test-node.js passed: set backend: tensorflow
2021-05-18 08:19:43 STATE: test-node.js passed: load models
2021-05-18 08:19:43 STATE: test-node.js result: defined models: 12 loaded models: 6
2021-05-18 08:19:43 STATE: test-node.js passed: warmup: none default
2021-05-18 08:19:45 STATE: test-node.js passed: warmup: face default
2021-05-18 08:19:45 DATA:  test-node.js result: face: 1 body: 1 hand: 0 gesture: 5 object: 1 {"confidence":1,"age":23.6,"gender":"female"} {"score":0.52,"class":"person"} {"score":0.96,"keypoints":5}
2021-05-18 08:19:45 DATA:  test-node.js result: performance: load: 327 total: 1415
2021-05-18 08:19:46 STATE: test-node.js passed: warmup: body default
2021-05-18 08:19:46 DATA:  test-node.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 3 {"confidence":1,"age":29.5,"gender":"female"} {"score":0.86,"class":"person"} {"score":0.92,"keypoints":17}
2021-05-18 08:19:46 DATA:  test-node.js result: performance: load: 327 total: 1454
2021-05-18 08:19:46 INFO:  test-node.js test body variants
2021-05-18 08:19:47 STATE: test-node.js passed: load image: assets/human-sample-body.jpg [1,1200,1200,3]
2021-05-18 08:19:49 STATE: test-node.js passed: detect: assets/human-sample-body.jpg posenet
2021-05-18 08:19:49 DATA:  test-node.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 3 {"confidence":1,"age":28.5,"gender":"female"} {"score":0.86,"class":"person"} {"score":0.91,"keypoints":17}
2021-05-18 08:19:49 DATA:  test-node.js result: performance: load: 327 total: 1575
2021-05-18 08:19:50 STATE: test-node.js passed: load image: assets/human-sample-body.jpg [1,1200,1200,3]
2021-05-18 08:19:51 STATE: test-node.js passed: detect: assets/human-sample-body.jpg blazepose
2021-05-18 08:19:51 DATA:  test-node.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 3 {"confidence":1,"age":28.5,"gender":"female"} {"score":0.86,"class":"person"} {"score":1,"keypoints":39}
2021-05-18 08:19:51 DATA:  test-node.js result: performance: load: 327 total: 1499
2021-05-18 08:19:52 STATE: test-node.js passed: detect: random default
2021-05-18 08:19:52 DATA:  test-node.js result: face: 0 body: 1 hand: 0 gesture: 1 object: 0 {} {} {"score":1,"keypoints":39}
2021-05-18 08:19:52 DATA:  test-node.js result: performance: load: 327 total: 660
2021-05-18 08:19:52 INFO:  test-node.js test: first instance
2021-05-18 08:19:53 STATE: test-node.js passed: load image: assets/sample-me.jpg [1,700,700,3]
2021-05-18 08:19:54 STATE: test-node.js passed: detect: assets/sample-me.jpg default
2021-05-18 08:19:54 DATA:  test-node.js result: face: 1 body: 1 hand: 0 gesture: 6 object: 2 {"confidence":1,"age":39.2,"gender":"male"} {"score":0.7,"class":"person"} {"score":1,"keypoints":39}
2021-05-18 08:19:54 DATA:  test-node.js result: performance: load: 327 total: 1481
2021-05-18 08:19:54 INFO:  test-node.js test: second instance
2021-05-18 08:19:54 STATE: test-node.js passed: load image: assets/sample-me.jpg [1,700,700,3]
2021-05-18 08:19:56 STATE: test-node.js passed: detect: assets/sample-me.jpg default
2021-05-18 08:19:56 DATA:  test-node.js result: face: 1 body: 1 hand: 0 gesture: 6 object: 2 {"confidence":1,"age":39.2,"gender":"male"} {"score":0.7,"class":"person"} {"score":1,"keypoints":39}
2021-05-18 08:19:56 DATA:  test-node.js result: performance: load: 2 total: 1340
2021-05-18 08:19:56 INFO:  test-node.js test: concurrent
2021-05-18 08:19:56 STATE: test-node.js passed: load image: assets/human-sample-face.jpg [1,256,256,3]
2021-05-18 08:19:56 STATE: test-node.js passed: load image: assets/human-sample-face.jpg [1,256,256,3]
2021-05-18 08:19:57 STATE: test-node.js passed: load image: assets/human-sample-body.jpg [1,1200,1200,3]
2021-05-18 08:19:58 STATE: test-node.js passed: load image: assets/human-sample-body.jpg [1,1200,1200,3]
2021-05-18 08:20:03 STATE: test-node.js passed: detect: assets/human-sample-face.jpg default
2021-05-18 08:20:03 DATA:  test-node.js result: face: 1 body: 1 hand: 0 gesture: 6 object: 1 {"confidence":1,"age":23.6,"gender":"female"} {"score":0.53,"class":"person"} {"score":1,"keypoints":39}
2021-05-18 08:20:03 DATA:  test-node.js result: performance: load: 327 total: 5127
2021-05-18 08:20:03 STATE: test-node.js passed: detect: assets/human-sample-face.jpg default
2021-05-18 08:20:03 DATA:  test-node.js result: face: 1 body: 1 hand: 0 gesture: 6 object: 1 {"confidence":1,"age":23.6,"gender":"female"} {"score":0.53,"class":"person"} {"score":1,"keypoints":39}
2021-05-18 08:20:03 DATA:  test-node.js result: performance: load: 2 total: 5127
2021-05-18 08:20:03 STATE: test-node.js passed: detect: assets/human-sample-body.jpg default
2021-05-18 08:20:03 DATA:  test-node.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 3 {"confidence":1,"age":28.5,"gender":"female"} {"score":0.86,"class":"person"} {"score":1,"keypoints":39}
2021-05-18 08:20:03 DATA:  test-node.js result: performance: load: 327 total: 5127
2021-05-18 08:20:03 STATE: test-node.js passed: detect: assets/human-sample-body.jpg default
2021-05-18 08:20:03 DATA:  test-node.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 3 {"confidence":1,"age":28.5,"gender":"female"} {"score":0.86,"class":"person"} {"score":1,"keypoints":39}
2021-05-18 08:20:03 DATA:  test-node.js result: performance: load: 2 total: 5127
2021-05-18 08:20:03 INFO:  test-node.js test complete: 20012 ms
2021-05-18 08:20:03 INFO:  test-node-gpu.js start
2021-05-18 08:20:03 WARN:  test-node-gpu.js stderr: 2021-05-18 08:20:03.952463: 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-05-18 08:20:04 WARN:  test-node-gpu.js stderr: 2021-05-18 08:20:04.007907: 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-05-18 08:20:04 WARN:  test-node-gpu.js stderr: 2021-05-18 08:20:04.007951: 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-05-18 08:20:04 STATE: test-node-gpu.js passed: create human
2021-05-18 08:20:04 INFO:  test-node-gpu.js human version: 1.8.5
2021-05-18 08:20:04 INFO:  test-node-gpu.js platform: linux x64 agent: NodeJS v16.0.0
2021-05-18 08:20:04 INFO:  test-node-gpu.js tfjs version: 3.6.0
2021-05-18 08:20:04 STATE: test-node-gpu.js passed: set backend: tensorflow
2021-05-18 08:20:04 STATE: test-node-gpu.js passed: load models
2021-05-18 08:20:04 STATE: test-node-gpu.js result: defined models: 12 loaded models: 6
2021-05-18 08:20:04 STATE: test-node-gpu.js passed: warmup: none default
2021-05-18 08:20:05 STATE: test-node-gpu.js passed: warmup: face default
2021-05-18 08:20:05 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 5 object: 1 {"confidence":1,"age":23.6,"gender":"female"} {"score":0.52,"class":"person"} {"score":0.96,"keypoints":5}
2021-05-18 08:20:05 DATA:  test-node-gpu.js result: performance: load: 331 total: 1444
2021-05-18 08:20:07 STATE: test-node-gpu.js passed: warmup: body default
2021-05-18 08:20:07 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 3 {"confidence":1,"age":29.5,"gender":"female"} {"score":0.86,"class":"person"} {"score":0.92,"keypoints":17}
2021-05-18 08:20:07 DATA:  test-node-gpu.js result: performance: load: 331 total: 1425
2021-05-18 08:20:07 INFO:  test-node-gpu.js test body variants
2021-05-18 08:20:08 STATE: test-node-gpu.js passed: load image: assets/human-sample-body.jpg [1,1200,1200,3]
2021-05-18 08:20:09 STATE: test-node-gpu.js passed: detect: assets/human-sample-body.jpg posenet
2021-05-18 08:20:09 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 3 {"confidence":1,"age":28.5,"gender":"female"} {"score":0.86,"class":"person"} {"score":0.91,"keypoints":17}
2021-05-18 08:20:09 DATA:  test-node-gpu.js result: performance: load: 331 total: 1577
2021-05-18 08:20:10 STATE: test-node-gpu.js passed: load image: assets/human-sample-body.jpg [1,1200,1200,3]
2021-05-18 08:20:12 STATE: test-node-gpu.js passed: detect: assets/human-sample-body.jpg blazepose
2021-05-18 08:20:12 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 3 {"confidence":1,"age":28.5,"gender":"female"} {"score":0.86,"class":"person"} {"score":1,"keypoints":39}
2021-05-18 08:20:12 DATA:  test-node-gpu.js result: performance: load: 331 total: 1615
2021-05-18 08:20:13 STATE: test-node-gpu.js passed: detect: random default
2021-05-18 08:20:13 DATA:  test-node-gpu.js result: face: 0 body: 1 hand: 0 gesture: 1 object: 0 {} {} {"score":1,"keypoints":39}
2021-05-18 08:20:13 DATA:  test-node-gpu.js result: performance: load: 331 total: 680
2021-05-18 08:20:13 INFO:  test-node-gpu.js test: first instance
2021-05-18 08:20:13 STATE: test-node-gpu.js passed: load image: assets/sample-me.jpg [1,700,700,3]
2021-05-18 08:20:15 STATE: test-node-gpu.js passed: detect: assets/sample-me.jpg default
2021-05-18 08:20:15 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 6 object: 2 {"confidence":1,"age":39.2,"gender":"male"} {"score":0.7,"class":"person"} {"score":1,"keypoints":39}
2021-05-18 08:20:15 DATA:  test-node-gpu.js result: performance: load: 331 total: 1415
2021-05-18 08:20:15 INFO:  test-node-gpu.js test: second instance
2021-05-18 08:20:15 STATE: test-node-gpu.js passed: load image: assets/sample-me.jpg [1,700,700,3]
2021-05-18 08:20:16 STATE: test-node-gpu.js passed: detect: assets/sample-me.jpg default
2021-05-18 08:20:16 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 6 object: 2 {"confidence":1,"age":39.2,"gender":"male"} {"score":0.7,"class":"person"} {"score":1,"keypoints":39}
2021-05-18 08:20:16 DATA:  test-node-gpu.js result: performance: load: 2 total: 1283
2021-05-18 08:20:16 INFO:  test-node-gpu.js test: concurrent
2021-05-18 08:20:16 STATE: test-node-gpu.js passed: load image: assets/human-sample-face.jpg [1,256,256,3]
2021-05-18 08:20:16 STATE: test-node-gpu.js passed: load image: assets/human-sample-face.jpg [1,256,256,3]
2021-05-18 08:20:17 STATE: test-node-gpu.js passed: load image: assets/human-sample-body.jpg [1,1200,1200,3]
2021-05-18 08:20:18 STATE: test-node-gpu.js passed: load image: assets/human-sample-body.jpg [1,1200,1200,3]
2021-05-18 08:20:24 STATE: test-node-gpu.js passed: detect: assets/human-sample-face.jpg default
2021-05-18 08:20:24 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 6 object: 1 {"confidence":1,"age":23.6,"gender":"female"} {"score":0.53,"class":"person"} {"score":1,"keypoints":39}
2021-05-18 08:20:24 DATA:  test-node-gpu.js result: performance: load: 331 total: 5072
2021-05-18 08:20:24 STATE: test-node-gpu.js passed: detect: assets/human-sample-face.jpg default
2021-05-18 08:20:24 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 6 object: 1 {"confidence":1,"age":23.6,"gender":"female"} {"score":0.53,"class":"person"} {"score":1,"keypoints":39}
2021-05-18 08:20:24 DATA:  test-node-gpu.js result: performance: load: 2 total: 5072
2021-05-18 08:20:24 STATE: test-node-gpu.js passed: detect: assets/human-sample-body.jpg default
2021-05-18 08:20:24 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 3 {"confidence":1,"age":28.5,"gender":"female"} {"score":0.86,"class":"person"} {"score":1,"keypoints":39}
2021-05-18 08:20:24 DATA:  test-node-gpu.js result: performance: load: 331 total: 5072
2021-05-18 08:20:24 STATE: test-node-gpu.js passed: detect: assets/human-sample-body.jpg default
2021-05-18 08:20:24 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 3 {"confidence":1,"age":28.5,"gender":"female"} {"score":0.86,"class":"person"} {"score":1,"keypoints":39}
2021-05-18 08:20:24 DATA:  test-node-gpu.js result: performance: load: 2 total: 5072
2021-05-18 08:20:24 INFO:  test-node-gpu.js test complete: 19964 ms
2021-05-18 08:20:24 INFO:  test-node-wasm.js start
2021-05-18 08:20:24 STATE: test-node-wasm.js passed: model server: http://localhost:10030/models/
2021-05-18 08:20:24 STATE: test-node-wasm.js passed: create human
2021-05-18 08:20:24 INFO:  test-node-wasm.js human version: 1.8.5
2021-05-18 08:20:24 INFO:  test-node-wasm.js platform: linux x64 agent: NodeJS v16.0.0
2021-05-18 08:20:24 INFO:  test-node-wasm.js tfjs version: 3.6.0
2021-05-18 08:20:25 STATE: test-node-wasm.js passed: set backend: wasm
2021-05-18 08:20:25 STATE: test-node-wasm.js passed: load models
2021-05-18 08:20:25 STATE: test-node-wasm.js result: defined models: 12 loaded models: 5
2021-05-18 08:20:25 STATE: test-node-wasm.js passed: warmup: none default
2021-05-18 08:20:25 ERROR: test-node-wasm.js failed: warmup: face default
2021-05-18 08:20:25 ERROR: test-node-wasm.js failed: warmup: body default
2021-05-18 08:20:25 INFO:  test-node-wasm.js test body variants
2021-05-18 08:20:27 STATE: test-node-wasm.js passed: load image: assets/human-sample-body.jpg [1,1200,1200,3]
2021-05-18 08:20:30 STATE: test-node-wasm.js passed: detect: assets/human-sample-body.jpg posenet
2021-05-18 08:20:30 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 0 {"confidence":1,"age":28.5,"gender":"female"} {} {"score":0.91,"keypoints":17}
2021-05-18 08:20:30 DATA:  test-node-wasm.js result: performance: load: 652 total: 3246
2021-05-18 08:20:32 STATE: test-node-wasm.js passed: load image: assets/human-sample-body.jpg [1,1200,1200,3]
2021-05-18 08:20:34 STATE: test-node-wasm.js passed: detect: assets/human-sample-body.jpg blazepose
2021-05-18 08:20:34 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 0 {"confidence":1,"age":28.5,"gender":"female"} {} {"score":1,"keypoints":39}
2021-05-18 08:20:34 DATA:  test-node-wasm.js result: performance: load: 652 total: 2765
2021-05-18 08:20:36 STATE: test-node-wasm.js passed: detect: random default
2021-05-18 08:20:36 DATA:  test-node-wasm.js result: face: 0 body: 1 hand: 0 gesture: 1 object: 0 {} {} {"score":1,"keypoints":39}
2021-05-18 08:20:36 DATA:  test-node-wasm.js result: performance: load: 652 total: 1704
2021-05-18 08:20:36 INFO:  test-node-wasm.js test: first instance
2021-05-18 08:20:37 STATE: test-node-wasm.js passed: load image: assets/sample-me.jpg [1,700,700,3]
2021-05-18 08:20:39 STATE: test-node-wasm.js passed: detect: assets/sample-me.jpg default
2021-05-18 08:20:39 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 0 gesture: 6 object: 0 {"confidence":1,"age":39.2,"gender":"male"} {} {"score":1,"keypoints":39}
2021-05-18 08:20:39 DATA:  test-node-wasm.js result: performance: load: 652 total: 2393
2021-05-18 08:20:39 INFO:  test-node-wasm.js test: second instance
2021-05-18 08:20:40 STATE: test-node-wasm.js passed: load image: assets/sample-me.jpg [1,700,700,3]
2021-05-18 08:20:42 STATE: test-node-wasm.js passed: detect: assets/sample-me.jpg default
2021-05-18 08:20:42 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 0 gesture: 6 object: 0 {"confidence":1,"age":39.2,"gender":"male"} {} {"score":1,"keypoints":39}
2021-05-18 08:20:42 DATA:  test-node-wasm.js result: performance: load: 4 total: 2320
2021-05-18 08:20:42 INFO:  test-node-wasm.js test: concurrent
2021-05-18 08:20:42 STATE: test-node-wasm.js passed: load image: assets/human-sample-face.jpg [1,256,256,3]
2021-05-18 08:20:42 STATE: test-node-wasm.js passed: load image: assets/human-sample-face.jpg [1,256,256,3]
2021-05-18 08:20:44 STATE: test-node-wasm.js passed: load image: assets/human-sample-body.jpg [1,1200,1200,3]
2021-05-18 08:20:46 STATE: test-node-wasm.js passed: load image: assets/human-sample-body.jpg [1,1200,1200,3]
2021-05-18 08:20:55 STATE: test-node-wasm.js passed: detect: assets/human-sample-face.jpg default
2021-05-18 08:20:55 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 0 gesture: 6 object: 0 {"confidence":1,"age":23.6,"gender":"female"} {} {"score":1,"keypoints":39}
2021-05-18 08:20:55 DATA:  test-node-wasm.js result: performance: load: 652 total: 9157
2021-05-18 08:20:55 STATE: test-node-wasm.js passed: detect: assets/human-sample-face.jpg default
2021-05-18 08:20:55 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 0 gesture: 6 object: 0 {"confidence":1,"age":23.6,"gender":"female"} {} {"score":1,"keypoints":39}
2021-05-18 08:20:55 DATA:  test-node-wasm.js result: performance: load: 4 total: 9157
2021-05-18 08:20:55 STATE: test-node-wasm.js passed: detect: assets/human-sample-body.jpg default
2021-05-18 08:20:55 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 0 {"confidence":1,"age":28.5,"gender":"female"} {} {"score":1,"keypoints":39}
2021-05-18 08:20:55 DATA:  test-node-wasm.js result: performance: load: 652 total: 9157
2021-05-18 08:20:55 STATE: test-node-wasm.js passed: detect: assets/human-sample-body.jpg default
2021-05-18 08:20:55 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 0 gesture: 3 object: 0 {"confidence":1,"age":28.5,"gender":"female"} {} {"score":1,"keypoints":39}
2021-05-18 08:20:55 DATA:  test-node-wasm.js result: performance: load: 4 total: 9157
2021-05-18 08:20:55 INFO:  test-node-wasm.js test complete: 31472 ms
2021-05-18 08:20:55 INFO:  status: {"passed":68,"failed":2}