diff --git a/CHANGELOG.md b/CHANGELOG.md index a22fc2be..8f7594d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,14 @@ ## Changelog -### **HEAD -> main** 2021/11/03 mandic00@live.com +### **HEAD -> main** 2021/11/05 mandic00@live.com +- implement wasm missing ops +- performance and memory optimizations + +### **origin/main** 2021/11/04 mandic00@live.com + +- improve box rescaling for all modules - improve precision using wasm backend - refactor predict with execute - patch tfjs type defs diff --git a/README.md b/README.md index 82565dd5..400cec94 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ JavaScript module using TensorFlow/JS Machine Learning library - [**Configuration Details**](https://github.com/vladmandic/human/wiki/Config) - [**Result Details**](https://github.com/vladmandic/human/wiki/Result) - [**Caching & Smoothing**](https://github.com/vladmandic/human/wiki/Caching) +- [**Input Processing**](https://github.com/vladmandic/human/wiki/Image) - [**Face Recognition & Face Description**](https://github.com/vladmandic/human/wiki/Embedding) - [**Gesture Recognition**](https://github.com/vladmandic/human/wiki/Gesture) - [**Common Issues**](https://github.com/vladmandic/human/wiki/Issues) diff --git a/TODO.md b/TODO.md index 41260b76..07003f19 100644 --- a/TODO.md +++ b/TODO.md @@ -38,3 +38,20 @@ MoveNet MultiPose model does not work with WASM backend due to missing F32 broad


+ +### Pending release + +- Supports all modules on all backends + via custom implementation of missing kernel ops +- Performance and precision improvements + **face** and **hand** modules +- Use custom built TFJS for bundled version + reduced bundle size and built-in support for all backends + `nobundle` and `node` versions link to standard `@tensorflow` packages +- Add optional input histogram equalization + auto-level input for optimal brightness/contrast via `config.filter.equalization` +- Fix **ReactJS** compatibility +- Better precision using **WASM** + Previous issues due to math low-precision in WASM implementation +- Full **TS** type definitions for all modules and imports +- Focus on simplified demo diff --git a/demo/typescript/index.ts b/demo/typescript/index.ts index 1fc397ac..44c732bc 100644 --- a/demo/typescript/index.ts +++ b/demo/typescript/index.ts @@ -13,6 +13,7 @@ import Human from '../../dist/human.esm.js'; // equivalent of @vladmandic/human const humanConfig = { // user configuration for human, used to fine-tune behavior modelBasePath: '../../models', + filter: { equalization: true }, // backend: 'webgpu', // async: true, // face: { enabled: false, detector: { rotation: true }, iris: { enabled: false }, description: { enabled: false }, emotion: { enabled: false } }, diff --git a/test/build.log b/test/build.log index 766741ed..5e7f5433 100644 --- a/test/build.log +++ b/test/build.log @@ -1,6135 +1,25 @@ -2021-11-04 06:30:52 INFO:  @vladmandic/human version 2.5.0 -2021-11-04 06:30:52 INFO:  User: vlado Platform: linux Arch: x64 Node: v17.0.1 -2021-11-04 06:30:52 INFO:  Application: {"name":"@vladmandic/human","version":"2.5.0"} -2021-11-04 06:30:52 INFO:  Environment: {"profile":"production","config":".build.json","package":"package.json","tsconfig":true,"eslintrc":true,"git":true} -2021-11-04 06:30:52 INFO:  Toolchain: {"build":"0.6.3","esbuild":"0.13.12","typescript":"4.4.4","typedoc":"0.22.7","eslint":"8.1.0"} -2021-11-04 06:30:52 INFO:  Build: {"profile":"production","steps":["clean","compile","typings","typedoc","lint","changelog"]} -2021-11-04 06:30:52 STATE: Clean: {"locations":["dist/*","types/*","typedoc/*"]} -2021-11-04 06:30:52 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-04 06:30:52 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516598,"outputBytes":438074} -2021-11-04 06:30:52 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-04 06:30:52 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516606,"outputBytes":438078} -2021-11-04 06:30:52 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-04 06:30:52 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516673,"outputBytes":438150} -2021-11-04 06:30:52 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-04 06:30:52 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-04 06:30:53 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516173,"outputBytes":439686} -2021-11-04 06:30:53 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-04 06:30:53 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014902,"outputBytes":1611458} -2021-11-04 06:30:54 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014902,"outputBytes":2945275} -2021-11-04 06:31:10 STATE: Typings: {"input":"src/human.ts","output":"types","files":48} -2021-11-04 06:31:16 STATE: TypeDoc: {"input":"src/human.ts","output":"typedoc","objects":48,"generated":true} -2021-11-04 06:31:16 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":3807,"outputBytes":3340} -2021-11-04 06:31:46 STATE: Lint: {"locations":["*.json","src/**/*.ts","test/**/*.js","demo/**/*.js"],"files":92,"errors":0,"warnings":0} -2021-11-04 06:31:47 STATE: ChangeLog: {"repository":"https://github.com/vladmandic/human","branch":"main","output":"CHANGELOG.md"} -2021-11-04 06:31:47 INFO:  Done... -2021-11-05 06:59:35 INFO:  @vladmandic/human version 2.5.0 -2021-11-05 06:59:35 INFO:  User: vlado Platform: linux Arch: x64 Node: v17.0.1 -2021-11-05 06:59:35 INFO:  Application: {"name":"@vladmandic/human","version":"2.5.0"} -2021-11-05 06:59:35 INFO:  Environment: {"profile":"development","config":".build.json","package":"package.json","tsconfig":true,"eslintrc":true,"git":true} -2021-11-05 06:59:35 INFO:  Toolchain: {"build":"0.6.3","esbuild":"0.13.12","typescript":"4.4.4","typedoc":"0.22.7","eslint":"8.1.0"} -2021-11-05 06:59:35 INFO:  Build: {"profile":"development","steps":["serve","watch","compile"]} -2021-11-05 06:59:35 STATE: WebServer: {"ssl":false,"port":10030,"root":"."} -2021-11-05 06:59:35 STATE: WebServer: {"ssl":true,"port":10031,"root":".","sslKey":"node_modules/@vladmandic/build/cert/https.key","sslCrt":"node_modules/@vladmandic/build/cert/https.crt"} -2021-11-05 06:59:35 STATE: Watch: {"locations":["src/**","README.md","src/**/*","tfjs/**/*","demo/**/*.ts"]} -2021-11-05 06:59:35 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 06:59:35 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516598,"outputBytes":438074} -2021-11-05 06:59:35 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 06:59:35 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516606,"outputBytes":438078} -2021-11-05 06:59:35 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 06:59:35 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516673,"outputBytes":438150} -2021-11-05 06:59:35 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 06:59:35 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 06:59:35 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516173,"outputBytes":439686} -2021-11-05 06:59:35 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 06:59:36 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014902,"outputBytes":1611458} -2021-11-05 06:59:36 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014902,"outputBytes":2945275} -2021-11-05 06:59:36 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":3807,"outputBytes":3340} -2021-11-05 06:59:36 INFO:  Listening... -2021-11-05 06:59:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 06:59:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3340,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 06:59:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 06:59:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945275,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 06:59:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6016,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 06:59:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771622,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 06:59:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 06:59:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 06:59:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 06:59:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 06:59:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 06:59:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 06:59:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 06:59:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 06:59:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 06:59:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 06:59:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 06:59:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 06:59:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 06:59:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 06:59:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 06:59:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:00:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/manifest+json","size":304,"url":"/demo/manifest.webmanifest","remote":"::ffff:192.168.0.200"} -2021-11-05 07:00:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6016,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 07:00:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771622,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 07:08:31 INFO:  Watch: {"event":"modify","input":"src/util/draw.ts"} -2021-11-05 07:08:31 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 07:08:31 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516548,"outputBytes":438030} -2021-11-05 07:08:31 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 07:08:31 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516556,"outputBytes":438034} -2021-11-05 07:08:31 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 07:08:31 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516623,"outputBytes":438106} -2021-11-05 07:08:31 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 07:08:31 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 07:08:32 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516123,"outputBytes":439642} -2021-11-05 07:08:32 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 07:08:32 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014852,"outputBytes":1611432} -2021-11-05 07:08:33 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014852,"outputBytes":2945231} -2021-11-05 07:08:33 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":3807,"outputBytes":3340} -2021-11-05 07:13:06 INFO:  Watch: {"event":"modify","input":"src/util/draw.ts"} -2021-11-05 07:13:06 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 07:13:06 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516548,"outputBytes":438030} -2021-11-05 07:13:06 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 07:13:06 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516556,"outputBytes":438034} -2021-11-05 07:13:06 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 07:13:06 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516623,"outputBytes":438106} -2021-11-05 07:13:06 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 07:13:06 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 07:13:06 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516123,"outputBytes":439642} -2021-11-05 07:13:07 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 07:13:07 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014852,"outputBytes":1611432} -2021-11-05 07:13:07 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014852,"outputBytes":2945231} -2021-11-05 07:13:07 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":3807,"outputBytes":3340} -2021-11-05 07:14:31 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 07:14:31 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 07:14:31 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516548,"outputBytes":438030} -2021-11-05 07:14:31 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 07:14:31 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516556,"outputBytes":438034} -2021-11-05 07:14:31 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 07:14:31 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516623,"outputBytes":438106} -2021-11-05 07:14:31 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 07:14:31 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 07:14:31 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516123,"outputBytes":439642} -2021-11-05 07:14:31 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 07:14:32 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014852,"outputBytes":1611432} -2021-11-05 07:14:32 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014852,"outputBytes":2945231} -2021-11-05 07:14:32 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":3841,"outputBytes":3336} -2021-11-05 07:14:35 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 07:14:35 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3336,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 07:14:35 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 07:14:35 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945231,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 07:14:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6054,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 07:14:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771552,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 07:14:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:14:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:14:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:14:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:14:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:14:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:14:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:14:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:14:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 07:14:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:14:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:14:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:14:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:14:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:14:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:14:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:14:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:18:42 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 07:18:42 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 07:18:42 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516548,"outputBytes":438030} -2021-11-05 07:18:42 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 07:18:43 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516556,"outputBytes":438034} -2021-11-05 07:18:43 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 07:18:43 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516623,"outputBytes":438106} -2021-11-05 07:18:43 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 07:18:43 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 07:18:43 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516123,"outputBytes":439642} -2021-11-05 07:18:43 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 07:18:43 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014852,"outputBytes":1611432} -2021-11-05 07:18:44 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014852,"outputBytes":2945231} -2021-11-05 07:18:44 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":3973,"outputBytes":3434} -2021-11-05 07:18:57 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 07:18:57 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 07:18:57 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516548,"outputBytes":438030} -2021-11-05 07:18:57 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 07:18:57 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516556,"outputBytes":438034} -2021-11-05 07:18:57 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 07:18:57 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516623,"outputBytes":438106} -2021-11-05 07:18:57 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 07:18:57 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 07:18:58 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516123,"outputBytes":439642} -2021-11-05 07:18:58 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 07:18:58 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014852,"outputBytes":1611432} -2021-11-05 07:18:59 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014852,"outputBytes":2945231} -2021-11-05 07:18:59 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":3947,"outputBytes":3408} -2021-11-05 07:19:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 07:19:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3408,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 07:19:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 07:19:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945231,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 07:19:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6215,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 07:19:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771552,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 07:19:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:19:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:19:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:19:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:19:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:19:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:19:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:19:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:19:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 07:19:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:19:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:19:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:19:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:19:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:19:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:19:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:19:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:20:32 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 07:20:32 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 07:20:32 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516548,"outputBytes":438030} -2021-11-05 07:20:32 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 07:20:32 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516556,"outputBytes":438034} -2021-11-05 07:20:32 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 07:20:32 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516623,"outputBytes":438106} -2021-11-05 07:20:32 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 07:20:32 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 07:20:32 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516123,"outputBytes":439642} -2021-11-05 07:20:32 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 07:20:33 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014852,"outputBytes":1611432} -2021-11-05 07:20:33 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014852,"outputBytes":2945231} -2021-11-05 07:20:33 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4051,"outputBytes":3408} -2021-11-05 07:20:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 07:20:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3408,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 07:20:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 07:20:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945231,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 07:20:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6319,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 07:20:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771552,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 07:20:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:20:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:20:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:20:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:20:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:20:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:20:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:20:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:20:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 07:20:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:20:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:20:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:20:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:20:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:20:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:20:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:20:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:28:46 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 07:28:46 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 07:28:46 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516548,"outputBytes":438030} -2021-11-05 07:28:46 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 07:28:46 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516556,"outputBytes":438034} -2021-11-05 07:28:46 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 07:28:46 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516623,"outputBytes":438106} -2021-11-05 07:28:46 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 07:28:46 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 07:28:46 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516123,"outputBytes":439642} -2021-11-05 07:28:47 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 07:28:47 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014852,"outputBytes":1611432} -2021-11-05 07:28:47 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014852,"outputBytes":2945231} -2021-11-05 07:28:47 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4110,"outputBytes":3390} -2021-11-05 07:29:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 07:29:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3390,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 07:29:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 07:29:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945231,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 07:29:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6335,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 07:29:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771552,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 07:29:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:29:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:29:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:29:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:29:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:29:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:29:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:29:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:29:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 07:29:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:29:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:29:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:29:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:29:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:29:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:29:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:29:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:30:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/manifest+json","size":304,"url":"/demo/manifest.webmanifest","remote":"::ffff:192.168.0.200"} -2021-11-05 07:30:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6335,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 07:30:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771552,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 07:37:02 INFO:  Watch: {"event":"modify","input":"src/face/faceres.ts"} -2021-11-05 07:37:02 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 07:37:02 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516383,"outputBytes":437922} -2021-11-05 07:37:02 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 07:37:02 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516391,"outputBytes":437926} -2021-11-05 07:37:02 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 07:37:02 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516458,"outputBytes":437998} -2021-11-05 07:37:02 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 07:37:02 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 07:37:02 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515958,"outputBytes":439539} -2021-11-05 07:37:02 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 07:37:03 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014687,"outputBytes":1611403} -2021-11-05 07:37:03 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014687,"outputBytes":2945130} -2021-11-05 07:37:03 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4110,"outputBytes":3390} -2021-11-05 07:40:36 INFO:  Watch: {"event":"modify","input":"src/gear/emotion.ts"} -2021-11-05 07:40:36 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 07:40:36 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516214,"outputBytes":437713} -2021-11-05 07:40:36 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 07:40:36 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516222,"outputBytes":437717} -2021-11-05 07:40:36 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 07:40:36 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516289,"outputBytes":437789} -2021-11-05 07:40:36 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 07:40:36 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 07:40:36 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515789,"outputBytes":439222} -2021-11-05 07:40:37 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 07:40:37 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014518,"outputBytes":1611522} -2021-11-05 07:40:37 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014518,"outputBytes":2944966} -2021-11-05 07:40:37 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4110,"outputBytes":3390} -2021-11-05 07:42:40 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 07:42:40 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 07:42:40 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516214,"outputBytes":437713} -2021-11-05 07:42:40 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 07:42:41 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516222,"outputBytes":437717} -2021-11-05 07:42:41 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 07:42:41 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516289,"outputBytes":437789} -2021-11-05 07:42:41 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 07:42:41 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 07:42:41 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515789,"outputBytes":439222} -2021-11-05 07:42:41 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 07:42:41 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014518,"outputBytes":1611522} -2021-11-05 07:42:41 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 07:42:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3390,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 07:42:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 07:42:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944966,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 07:42:42 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014518,"outputBytes":2944966} -2021-11-05 07:42:42 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4110,"outputBytes":3390} -2021-11-05 07:42:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6335,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 07:42:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771117,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 07:42:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:42:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:42:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:42:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:42:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:42:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:42:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:42:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:42:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 07:42:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:42:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:42:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:42:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:42:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:42:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:42:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:42:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:43:34 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 07:43:34 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 07:43:34 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516214,"outputBytes":437713} -2021-11-05 07:43:34 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 07:43:34 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516222,"outputBytes":437717} -2021-11-05 07:43:34 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 07:43:34 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516289,"outputBytes":437789} -2021-11-05 07:43:34 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 07:43:34 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 07:43:34 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515789,"outputBytes":439222} -2021-11-05 07:43:34 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 07:43:35 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014518,"outputBytes":1611522} -2021-11-05 07:43:35 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014518,"outputBytes":2944966} -2021-11-05 07:43:35 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4153,"outputBytes":3433} -2021-11-05 07:43:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 07:43:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3433,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 07:43:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 07:43:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944966,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 07:43:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6400,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 07:43:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771117,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 07:43:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:43:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:43:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:43:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:43:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:43:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:43:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:43:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:43:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 07:43:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:43:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:43:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:43:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:43:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:43:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:43:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:43:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:44:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 07:44:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3433,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 07:44:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 07:44:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944966,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 07:44:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6400,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 07:44:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771117,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 07:44:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:44:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:44:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:44:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:44:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:44:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:44:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:44:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:44:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 07:44:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:44:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:44:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:44:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:44:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:44:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:44:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:44:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:47:07 INFO:  Watch: {"event":"modify","input":"src/gear/emotion.ts"} -2021-11-05 07:47:07 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 07:47:07 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516243,"outputBytes":437741} -2021-11-05 07:47:07 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 07:47:07 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516251,"outputBytes":437745} -2021-11-05 07:47:07 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 07:47:07 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516318,"outputBytes":437817} -2021-11-05 07:47:08 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 07:47:08 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 07:47:08 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515818,"outputBytes":439238} -2021-11-05 07:47:08 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 07:47:08 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014547,"outputBytes":1611551} -2021-11-05 07:47:09 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014547,"outputBytes":2944999} -2021-11-05 07:47:09 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4153,"outputBytes":3433} -2021-11-05 07:48:14 INFO:  Watch: {"event":"modify","input":"src/face/iris.ts"} -2021-11-05 07:48:14 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 07:48:14 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516225,"outputBytes":437741} -2021-11-05 07:48:14 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 07:48:14 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516233,"outputBytes":437745} -2021-11-05 07:48:14 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 07:48:14 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516300,"outputBytes":437817} -2021-11-05 07:48:14 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 07:48:14 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 07:48:14 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515800,"outputBytes":439238} -2021-11-05 07:48:15 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 07:48:15 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014529,"outputBytes":1611551} -2021-11-05 07:48:15 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014529,"outputBytes":2944999} -2021-11-05 07:48:15 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4153,"outputBytes":3433} -2021-11-05 07:49:20 INFO:  Watch: {"event":"modify","input":"src/face/blazeface.ts"} -2021-11-05 07:49:20 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 07:49:20 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516328,"outputBytes":437821} -2021-11-05 07:49:20 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 07:49:20 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516336,"outputBytes":437825} -2021-11-05 07:49:20 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 07:49:20 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516403,"outputBytes":437897} -2021-11-05 07:49:20 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 07:49:20 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 07:49:20 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515903,"outputBytes":439331} -2021-11-05 07:49:21 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 07:49:21 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014632,"outputBytes":1611597} -2021-11-05 07:49:21 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014632,"outputBytes":2945075} -2021-11-05 07:49:21 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4153,"outputBytes":3433} -2021-11-05 07:56:46 INFO:  Watch: {"event":"modify","input":"src/face/blazeface.ts"} -2021-11-05 07:56:46 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 07:56:46 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516442,"outputBytes":437775} -2021-11-05 07:56:46 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 07:56:46 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516450,"outputBytes":437779} -2021-11-05 07:56:46 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 07:56:46 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516517,"outputBytes":437851} -2021-11-05 07:56:46 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 07:56:46 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 07:56:46 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516017,"outputBytes":439233} -2021-11-05 07:56:46 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 07:56:47 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014746,"outputBytes":1611719} -2021-11-05 07:56:47 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014746,"outputBytes":2945045} -2021-11-05 07:56:47 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4153,"outputBytes":3433} -2021-11-05 07:56:56 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 07:56:56 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3433,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 07:56:56 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945045,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 07:56:56 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 07:56:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6400,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 07:56:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771478,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 07:56:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:56:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:56:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:56:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:56:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:56:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:56:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:56:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:56:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 07:56:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:56:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:56:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:56:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:56:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:56:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:56:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:56:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:57:14 INFO:  Watch: {"event":"modify","input":"src/face/blazeface.ts"} -2021-11-05 07:57:14 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 07:57:14 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516439,"outputBytes":437772} -2021-11-05 07:57:14 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 07:57:14 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516447,"outputBytes":437776} -2021-11-05 07:57:14 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 07:57:14 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516514,"outputBytes":437848} -2021-11-05 07:57:14 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 07:57:14 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 07:57:14 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516014,"outputBytes":439230} -2021-11-05 07:57:15 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 07:57:15 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014743,"outputBytes":1611716} -2021-11-05 07:57:16 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014743,"outputBytes":2945042} -2021-11-05 07:57:16 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4153,"outputBytes":3433} -2021-11-05 07:57:17 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 07:57:17 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3433,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 07:57:17 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 07:57:17 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945042,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 07:57:17 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6400,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 07:57:17 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771475,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 07:57:18 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:57:18 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:57:18 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:57:18 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:57:18 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:57:18 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:57:18 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:57:18 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 07:57:18 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 07:57:18 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:57:18 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:57:18 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:57:18 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:57:18 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:57:18 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:57:18 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 07:57:18 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:01:39 INFO:  Watch: {"event":"modify","input":"src/face/blazeface.ts"} -2021-11-05 08:01:39 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 08:01:39 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516299,"outputBytes":437795} -2021-11-05 08:01:39 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 08:01:39 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516307,"outputBytes":437799} -2021-11-05 08:01:39 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 08:01:39 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516374,"outputBytes":437871} -2021-11-05 08:01:39 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 08:01:39 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 08:01:39 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515874,"outputBytes":439266} -2021-11-05 08:01:39 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 08:01:40 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014603,"outputBytes":1611946} -2021-11-05 08:01:40 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014603,"outputBytes":2945061} -2021-11-05 08:01:40 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4153,"outputBytes":3433} -2021-11-05 08:04:43 INFO:  Watch: {"event":"modify","input":"src/face/blazeface.ts"} -2021-11-05 08:04:43 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 08:04:43 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516221,"outputBytes":437695} -2021-11-05 08:04:43 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 08:04:43 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516229,"outputBytes":437699} -2021-11-05 08:04:43 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 08:04:43 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516296,"outputBytes":437771} -2021-11-05 08:04:43 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 08:04:43 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 08:04:43 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515796,"outputBytes":439166} -2021-11-05 08:04:44 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 08:04:44 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014525,"outputBytes":1612181} -2021-11-05 08:04:44 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014525,"outputBytes":2944961} -2021-11-05 08:04:44 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4153,"outputBytes":3433} -2021-11-05 08:04:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 08:04:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3433,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:04:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 08:04:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944961,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:04:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6400,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 08:04:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771375,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 08:04:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:04:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:04:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:04:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:04:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:04:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:04:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:04:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:04:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 08:04:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:04:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:04:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:04:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:04:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:04:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:04:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:04:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:05:15 INFO:  Watch: {"event":"modify","input":"src/face/blazeface.ts"} -2021-11-05 08:05:15 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 08:05:15 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516215,"outputBytes":437689} -2021-11-05 08:05:15 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 08:05:15 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516223,"outputBytes":437693} -2021-11-05 08:05:15 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 08:05:15 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516290,"outputBytes":437765} -2021-11-05 08:05:15 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 08:05:15 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 08:05:15 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515790,"outputBytes":439160} -2021-11-05 08:05:16 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 08:05:16 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014519,"outputBytes":1612175} -2021-11-05 08:05:16 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014519,"outputBytes":2944955} -2021-11-05 08:05:16 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4153,"outputBytes":3433} -2021-11-05 08:05:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 08:05:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3433,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:05:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 08:05:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944955,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:05:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6400,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 08:05:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771369,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 08:05:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:05:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:05:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:05:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:05:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:05:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:05:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:05:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:05:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 08:05:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:05:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:05:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:05:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:05:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:05:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:05:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:05:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:10:47 INFO:  Watch: {"event":"modify","input":"src/face/blazeface.ts"} -2021-11-05 08:10:47 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 08:10:47 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516213,"outputBytes":437687} -2021-11-05 08:10:47 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 08:10:47 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516221,"outputBytes":437691} -2021-11-05 08:10:47 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 08:10:47 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516288,"outputBytes":437763} -2021-11-05 08:10:47 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 08:10:47 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 08:10:47 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515788,"outputBytes":439158} -2021-11-05 08:10:47 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 08:10:47 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014517,"outputBytes":1612164} -2021-11-05 08:10:48 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014517,"outputBytes":2944953} -2021-11-05 08:10:48 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4153,"outputBytes":3433} -2021-11-05 08:10:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 08:10:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3433,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:10:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 08:10:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944953,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:10:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6400,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 08:10:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771362,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 08:10:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:10:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:10:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:10:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:10:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:10:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:10:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:10:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:10:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 08:10:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:10:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:10:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:10:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:10:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:10:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:10:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:10:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:11:41 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":7842,"url":"/","remote":"::ffff:192.168.0.200"} -2021-11-05 08:11:41 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/css","size":107884,"url":"/icons.css","remote":"::ffff:192.168.0.200"} -2021-11-05 08:11:41 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":48222,"url":"/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:11:41 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 08:11:41 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944953,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:11:41 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":14514,"url":"/helpers/menu.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:11:41 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":10901,"url":"/helpers/gl-bench.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:11:41 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3406,"url":"/helpers/webrtc.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:11:41 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":5785,"url":"/helpers/jsonview.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:11:41 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771362,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 08:11:41 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4115,"url":"/index-pwa.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:11:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":1778,"url":"/index-worker.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:11:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":1612164,"url":"/dist/human.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:11:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:11:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:11:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:11:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:11:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:11:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:11:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:11:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:11:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:11:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:11:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:11:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:11:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:11:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:11:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:11:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:21 INFO:  Watch: {"event":"modify","input":"src/face/blazeface.ts"} -2021-11-05 08:14:21 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 08:14:21 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516291,"outputBytes":437756} -2021-11-05 08:14:21 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 08:14:21 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516299,"outputBytes":437760} -2021-11-05 08:14:21 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 08:14:21 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516366,"outputBytes":437832} -2021-11-05 08:14:21 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 08:14:21 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 08:14:21 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515866,"outputBytes":439240} -2021-11-05 08:14:21 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 08:14:22 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014595,"outputBytes":1612205} -2021-11-05 08:14:22 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014595,"outputBytes":2945018} -2021-11-05 08:14:22 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4153,"outputBytes":3433} -2021-11-05 08:14:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":7842,"url":"/","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/css","size":107884,"url":"/icons.css","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":48222,"url":"/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945018,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":14514,"url":"/helpers/menu.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":10901,"url":"/helpers/gl-bench.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3406,"url":"/helpers/webrtc.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":5785,"url":"/helpers/jsonview.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771502,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4115,"url":"/index-pwa.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":1778,"url":"/index-worker.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":1612205,"url":"/dist/human.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3433,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945018,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6400,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771502,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:14:59 INFO:  Watch: {"event":"modify","input":"src/face/blazeface.ts"} -2021-11-05 08:14:59 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 08:14:59 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516230,"outputBytes":437692} -2021-11-05 08:14:59 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 08:15:00 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516238,"outputBytes":437696} -2021-11-05 08:15:00 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 08:15:00 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516305,"outputBytes":437768} -2021-11-05 08:15:00 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 08:15:00 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 08:15:00 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515805,"outputBytes":439163} -2021-11-05 08:15:00 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 08:15:00 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014534,"outputBytes":1612169} -2021-11-05 08:15:01 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014534,"outputBytes":2944958} -2021-11-05 08:15:01 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4153,"outputBytes":3433} -2021-11-05 08:15:43 INFO:  Watch: {"event":"modify","input":"src/face/blazeface.ts"} -2021-11-05 08:15:43 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 08:15:43 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516234,"outputBytes":437696} -2021-11-05 08:15:43 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 08:15:43 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516242,"outputBytes":437700} -2021-11-05 08:15:43 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 08:15:43 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516309,"outputBytes":437772} -2021-11-05 08:15:43 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 08:15:43 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 08:15:43 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515809,"outputBytes":439167} -2021-11-05 08:15:43 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 08:15:44 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014538,"outputBytes":1612169} -2021-11-05 08:15:44 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014538,"outputBytes":2944962} -2021-11-05 08:15:44 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4153,"outputBytes":3433} -2021-11-05 08:31:25 INFO:  Watch: {"event":"modify","input":"src/face/blazeface.ts"} -2021-11-05 08:31:25 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 08:31:25 INFO:  Watch: {"event":"modify","input":"src/face/facemesh.ts","skip":true} -2021-11-05 08:31:25 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517136,"outputBytes":437675} -2021-11-05 08:31:25 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 08:31:25 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517144,"outputBytes":437679} -2021-11-05 08:31:25 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 08:31:26 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517211,"outputBytes":437751} -2021-11-05 08:31:26 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 08:31:26 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 08:31:26 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516711,"outputBytes":439133} -2021-11-05 08:31:26 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 08:31:26 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015440,"outputBytes":1612184} -2021-11-05 08:31:27 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015440,"outputBytes":2944945} -2021-11-05 08:31:27 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4153,"outputBytes":3433} -2021-11-05 08:31:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 08:31:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3433,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:31:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 08:31:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944945,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:31:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6400,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 08:31:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4772321,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 08:31:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:31:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:31:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:31:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:31:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:31:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:31:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:31:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:31:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 08:31:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:31:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:31:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:31:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:31:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:31:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:31:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:31:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:32:08 INFO:  Watch: {"event":"modify","input":"src/face/blazeface.ts"} -2021-11-05 08:32:08 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 08:32:08 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517164,"outputBytes":437703} -2021-11-05 08:32:08 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 08:32:08 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517172,"outputBytes":437707} -2021-11-05 08:32:08 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 08:32:08 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517239,"outputBytes":437779} -2021-11-05 08:32:08 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 08:32:08 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 08:32:08 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516739,"outputBytes":439161} -2021-11-05 08:32:09 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 08:32:09 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015468,"outputBytes":1612210} -2021-11-05 08:32:09 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015468,"outputBytes":2944973} -2021-11-05 08:32:09 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4153,"outputBytes":3433} -2021-11-05 08:33:35 INFO:  Watch: {"event":"modify","input":"src/face/blazeface.ts"} -2021-11-05 08:33:35 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 08:33:35 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517187,"outputBytes":437705} -2021-11-05 08:33:35 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 08:33:35 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517195,"outputBytes":437709} -2021-11-05 08:33:35 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 08:33:35 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517262,"outputBytes":437781} -2021-11-05 08:33:35 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 08:33:35 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 08:33:36 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516762,"outputBytes":439163} -2021-11-05 08:33:36 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 08:33:36 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015491,"outputBytes":1612192} -2021-11-05 08:33:37 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015491,"outputBytes":2944975} -2021-11-05 08:33:37 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4153,"outputBytes":3433} -2021-11-05 08:34:06 INFO:  Watch: {"event":"modify","input":"src/face/blazeface.ts"} -2021-11-05 08:34:06 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 08:34:06 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517187,"outputBytes":437705} -2021-11-05 08:34:06 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 08:34:06 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517195,"outputBytes":437709} -2021-11-05 08:34:06 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 08:34:07 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517262,"outputBytes":437781} -2021-11-05 08:34:07 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 08:34:07 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 08:34:07 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516762,"outputBytes":439163} -2021-11-05 08:34:07 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 08:34:07 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015491,"outputBytes":1612192} -2021-11-05 08:34:08 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015491,"outputBytes":2944975} -2021-11-05 08:34:08 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4153,"outputBytes":3433} -2021-11-05 08:34:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 08:34:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3433,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:34:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 08:34:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944975,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:34:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6400,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 08:34:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4772384,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 08:34:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:34:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:34:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:34:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:34:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:34:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:34:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:34:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:34:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 08:34:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:34:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:34:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:34:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:34:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:34:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:34:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:34:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:36:16 INFO:  Watch: {"event":"modify","input":"src/face/facemesh.ts"} -2021-11-05 08:36:16 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 08:36:16 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516820,"outputBytes":437566} -2021-11-05 08:36:16 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 08:36:16 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516828,"outputBytes":437570} -2021-11-05 08:36:16 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 08:36:16 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516895,"outputBytes":437642} -2021-11-05 08:36:16 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 08:36:16 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 08:36:16 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516395,"outputBytes":439012} -2021-11-05 08:36:16 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 08:36:17 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015124,"outputBytes":1612122} -2021-11-05 08:36:17 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015124,"outputBytes":2944841} -2021-11-05 08:36:17 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4153,"outputBytes":3433} -2021-11-05 08:36:17 INFO:  Watch: {"event":"modify","input":"src/face/blazeface.ts","skip":true} -2021-11-05 08:37:19 INFO:  Watch: {"event":"modify","input":"src/face/blazeface.ts"} -2021-11-05 08:37:19 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 08:37:19 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516580,"outputBytes":437563} -2021-11-05 08:37:19 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 08:37:19 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516588,"outputBytes":437567} -2021-11-05 08:37:19 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 08:37:19 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516655,"outputBytes":437639} -2021-11-05 08:37:19 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 08:37:19 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 08:37:19 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516155,"outputBytes":439009} -2021-11-05 08:37:19 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 08:37:20 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014884,"outputBytes":1612114} -2021-11-05 08:37:20 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014884,"outputBytes":2944838} -2021-11-05 08:37:20 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4153,"outputBytes":3433} -2021-11-05 08:37:38 INFO:  Watch: {"event":"modify","input":"src/face/blazeface.ts"} -2021-11-05 08:37:38 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 08:37:38 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516575,"outputBytes":437558} -2021-11-05 08:37:38 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 08:37:38 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516583,"outputBytes":437562} -2021-11-05 08:37:38 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 08:37:38 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516650,"outputBytes":437634} -2021-11-05 08:37:39 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 08:37:39 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 08:37:39 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516150,"outputBytes":439004} -2021-11-05 08:37:39 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 08:37:39 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014879,"outputBytes":1612109} -2021-11-05 08:37:40 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014879,"outputBytes":2944833} -2021-11-05 08:37:40 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4153,"outputBytes":3433} -2021-11-05 08:37:52 INFO:  Watch: {"event":"modify","input":"src/face/blazeface.ts"} -2021-11-05 08:37:52 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 08:37:52 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516575,"outputBytes":437558} -2021-11-05 08:37:52 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 08:37:52 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516583,"outputBytes":437562} -2021-11-05 08:37:52 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 08:37:52 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516650,"outputBytes":437634} -2021-11-05 08:37:52 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 08:37:52 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 08:37:52 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516150,"outputBytes":439004} -2021-11-05 08:37:53 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 08:37:53 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014879,"outputBytes":1612109} -2021-11-05 08:37:53 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014879,"outputBytes":2944833} -2021-11-05 08:37:53 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4153,"outputBytes":3433} -2021-11-05 08:38:52 INFO:  Watch: {"event":"modify","input":"src/face/blazeface.ts"} -2021-11-05 08:38:52 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 08:38:52 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516270,"outputBytes":437558} -2021-11-05 08:38:52 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 08:38:52 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516278,"outputBytes":437562} -2021-11-05 08:38:52 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 08:38:52 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516345,"outputBytes":437634} -2021-11-05 08:38:52 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 08:38:52 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 08:38:53 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515845,"outputBytes":439004} -2021-11-05 08:38:53 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 08:38:53 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014574,"outputBytes":1612109} -2021-11-05 08:38:54 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014574,"outputBytes":2944833} -2021-11-05 08:38:54 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4153,"outputBytes":3433} -2021-11-05 08:38:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 08:38:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3433,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:38:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 08:38:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944833,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:38:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6400,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 08:38:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771382,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 08:38:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:38:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:38:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:38:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:38:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:38:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:38:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:38:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:38:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 08:38:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:38:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:38:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:38:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:38:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:38:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:38:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:38:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:39:59 INFO:  Watch: {"event":"modify","input":"src/human.ts"} -2021-11-05 08:39:59 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 08:40:00 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516269,"outputBytes":437557} -2021-11-05 08:40:00 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 08:40:00 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516277,"outputBytes":437561} -2021-11-05 08:40:00 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 08:40:00 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516344,"outputBytes":437633} -2021-11-05 08:40:00 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 08:40:00 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 08:40:00 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515844,"outputBytes":439003} -2021-11-05 08:40:00 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 08:40:01 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014573,"outputBytes":1612109} -2021-11-05 08:40:01 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014573,"outputBytes":2944832} -2021-11-05 08:40:01 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4153,"outputBytes":3433} -2021-11-05 08:40:02 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 08:40:02 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3433,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:40:02 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944832,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:40:02 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 08:40:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6400,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 08:40:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771381,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 08:40:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:40:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:40:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:40:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:40:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:40:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:40:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:40:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:40:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 08:40:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:40:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:40:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:40:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:40:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:40:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:40:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:40:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:40:23 INFO:  Watch: {"event":"modify","input":"src/human.ts"} -2021-11-05 08:40:23 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 08:40:23 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516270,"outputBytes":437558} -2021-11-05 08:40:23 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 08:40:23 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516278,"outputBytes":437562} -2021-11-05 08:40:23 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 08:40:23 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516345,"outputBytes":437634} -2021-11-05 08:40:23 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 08:40:23 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 08:40:23 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515845,"outputBytes":439004} -2021-11-05 08:40:24 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 08:40:24 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014574,"outputBytes":1612109} -2021-11-05 08:40:24 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014574,"outputBytes":2944833} -2021-11-05 08:40:24 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4153,"outputBytes":3433} -2021-11-05 08:42:41 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 08:42:41 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 08:42:41 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516270,"outputBytes":437558} -2021-11-05 08:42:41 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 08:42:41 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516278,"outputBytes":437562} -2021-11-05 08:42:41 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 08:42:41 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516345,"outputBytes":437634} -2021-11-05 08:42:41 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 08:42:41 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 08:42:41 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515845,"outputBytes":439004} -2021-11-05 08:42:41 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 08:42:42 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014574,"outputBytes":1612109} -2021-11-05 08:42:42 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014574,"outputBytes":2944833} -2021-11-05 08:42:42 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4339,"outputBytes":3625} -2021-11-05 08:42:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 08:42:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3625,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:42:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 08:42:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944833,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:42:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6699,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 08:42:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771382,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 08:42:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:42:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:42:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:42:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:42:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:42:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:42:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:42:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:42:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 08:42:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:42:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:42:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:42:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:42:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:42:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:42:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:42:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:43:17 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 08:43:17 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 08:43:17 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516270,"outputBytes":437558} -2021-11-05 08:43:17 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 08:43:17 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516278,"outputBytes":437562} -2021-11-05 08:43:17 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 08:43:17 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516345,"outputBytes":437634} -2021-11-05 08:43:17 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 08:43:17 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 08:43:18 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515845,"outputBytes":439004} -2021-11-05 08:43:18 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 08:43:18 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014574,"outputBytes":1612109} -2021-11-05 08:43:19 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014574,"outputBytes":2944833} -2021-11-05 08:43:19 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4339,"outputBytes":3625} -2021-11-05 08:43:43 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 08:43:43 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 08:43:43 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516270,"outputBytes":437558} -2021-11-05 08:43:43 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 08:43:44 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516278,"outputBytes":437562} -2021-11-05 08:43:44 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 08:43:44 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516345,"outputBytes":437634} -2021-11-05 08:43:44 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 08:43:44 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 08:43:44 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515845,"outputBytes":439004} -2021-11-05 08:43:44 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 08:43:45 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014574,"outputBytes":1612109} -2021-11-05 08:43:46 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014574,"outputBytes":2944833} -2021-11-05 08:43:46 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4339,"outputBytes":3625} -2021-11-05 08:43:50 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 08:43:50 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 08:43:50 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516270,"outputBytes":437558} -2021-11-05 08:43:50 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 08:43:50 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516278,"outputBytes":437562} -2021-11-05 08:43:50 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 08:43:50 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516345,"outputBytes":437634} -2021-11-05 08:43:50 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 08:43:50 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 08:43:50 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515845,"outputBytes":439004} -2021-11-05 08:43:51 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 08:43:51 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014574,"outputBytes":1612109} -2021-11-05 08:43:52 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014574,"outputBytes":2944833} -2021-11-05 08:43:52 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4341,"outputBytes":3627} -2021-11-05 08:43:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 08:43:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3627,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:43:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 08:43:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944833,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:43:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6701,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 08:43:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771382,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 08:43:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:43:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:43:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:43:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:43:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:43:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:43:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:43:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:43:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 08:43:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:43:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:43:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:43:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:43:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:43:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:43:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:43:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:44:34 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 08:44:34 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 08:44:34 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516270,"outputBytes":437558} -2021-11-05 08:44:34 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 08:44:34 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516278,"outputBytes":437562} -2021-11-05 08:44:34 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 08:44:34 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516345,"outputBytes":437634} -2021-11-05 08:44:34 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 08:44:34 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 08:44:35 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515845,"outputBytes":439004} -2021-11-05 08:44:35 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 08:44:35 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014574,"outputBytes":1612109} -2021-11-05 08:44:36 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014574,"outputBytes":2944833} -2021-11-05 08:44:36 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4347,"outputBytes":3633} -2021-11-05 08:44:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 08:44:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3633,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:44:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944833,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:44:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 08:44:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6707,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 08:44:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771382,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 08:44:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:44:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:44:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:44:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:44:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:44:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:44:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:44:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:44:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 08:44:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:44:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:44:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:44:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:44:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:44:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:44:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:44:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:45:17 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 08:45:17 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 08:45:17 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516270,"outputBytes":437558} -2021-11-05 08:45:17 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 08:45:17 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516278,"outputBytes":437562} -2021-11-05 08:45:17 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 08:45:17 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516345,"outputBytes":437634} -2021-11-05 08:45:17 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 08:45:17 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 08:45:17 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515845,"outputBytes":439004} -2021-11-05 08:45:17 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 08:45:18 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014574,"outputBytes":1612109} -2021-11-05 08:45:18 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014574,"outputBytes":2944833} -2021-11-05 08:45:18 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4332,"outputBytes":3894} -2021-11-05 08:45:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 08:45:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3894,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:45:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 08:45:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944833,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 08:45:22 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6902,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 08:45:22 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771382,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 08:45:22 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:45:22 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 08:45:22 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 08:45:22 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 08:45:22 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:02:29 INFO:  Watch: {"event":"modify","input":"src/face/blazeface.ts"} -2021-11-05 09:02:29 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 09:02:29 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516270,"outputBytes":437558} -2021-11-05 09:02:29 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 09:02:29 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516278,"outputBytes":437562} -2021-11-05 09:02:29 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 09:02:29 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516345,"outputBytes":437634} -2021-11-05 09:02:29 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 09:02:29 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 09:02:29 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515845,"outputBytes":439004} -2021-11-05 09:02:29 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 09:02:30 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014574,"outputBytes":1612109} -2021-11-05 09:02:30 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014574,"outputBytes":2944833} -2021-11-05 09:02:30 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4332,"outputBytes":3894} -2021-11-05 09:02:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 09:02:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3894,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 09:02:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944833,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 09:02:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 09:02:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6902,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 09:02:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771382,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 09:02:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:02:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:02:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 09:02:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:02:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:03:03 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 09:03:03 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 09:03:04 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516270,"outputBytes":437558} -2021-11-05 09:03:04 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 09:03:04 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516278,"outputBytes":437562} -2021-11-05 09:03:04 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 09:03:04 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516345,"outputBytes":437634} -2021-11-05 09:03:04 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 09:03:04 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 09:03:04 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515845,"outputBytes":439004} -2021-11-05 09:03:04 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 09:03:05 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014574,"outputBytes":1612109} -2021-11-05 09:03:05 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014574,"outputBytes":2944833} -2021-11-05 09:03:05 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4347,"outputBytes":3633} -2021-11-05 09:03:05 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 09:03:05 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3633,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 09:03:05 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 09:03:05 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944833,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 09:03:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6707,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 09:03:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771382,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 09:03:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:03:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:03:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:03:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:03:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:03:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:03:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:03:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:03:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 09:03:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:03:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:03:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:03:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:03:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:03:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:03:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:03:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:03:44 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/manifest+json","size":304,"url":"/demo/manifest.webmanifest","remote":"::ffff:192.168.0.200"} -2021-11-05 09:03:44 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6707,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 09:03:44 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771382,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 09:04:01 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 09:04:01 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 09:04:01 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516270,"outputBytes":437558} -2021-11-05 09:04:01 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 09:04:01 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516278,"outputBytes":437562} -2021-11-05 09:04:01 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 09:04:01 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516345,"outputBytes":437634} -2021-11-05 09:04:01 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 09:04:01 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 09:04:01 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515845,"outputBytes":439004} -2021-11-05 09:04:01 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 09:04:02 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014574,"outputBytes":1612109} -2021-11-05 09:04:02 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014574,"outputBytes":2944833} -2021-11-05 09:04:02 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4337,"outputBytes":3623} -2021-11-05 09:12:19 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 09:12:19 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 09:12:19 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516270,"outputBytes":437558} -2021-11-05 09:12:19 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 09:12:19 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516278,"outputBytes":437562} -2021-11-05 09:12:19 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 09:12:19 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516345,"outputBytes":437634} -2021-11-05 09:12:19 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 09:12:19 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 09:12:19 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515845,"outputBytes":439004} -2021-11-05 09:12:19 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 09:12:19 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014574,"outputBytes":1612109} -2021-11-05 09:12:20 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014574,"outputBytes":2944833} -2021-11-05 09:12:20 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4329,"outputBytes":3827} -2021-11-05 09:12:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 09:12:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3827,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 09:12:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 09:12:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944833,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 09:12:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6845,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 09:12:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771382,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 09:12:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:12:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:12:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 09:12:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:12:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:21:01 INFO:  Watch: {"event":"modify","input":"src/hand/handposedetector.ts"} -2021-11-05 09:21:01 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 09:21:01 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516675,"outputBytes":437911} -2021-11-05 09:21:01 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 09:21:01 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516683,"outputBytes":437915} -2021-11-05 09:21:01 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 09:21:01 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516750,"outputBytes":437987} -2021-11-05 09:21:01 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 09:21:01 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 09:21:01 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516250,"outputBytes":439345} -2021-11-05 09:21:01 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 09:21:02 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014979,"outputBytes":1612530} -2021-11-05 09:21:02 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014979,"outputBytes":2945198} -2021-11-05 09:21:02 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4329,"outputBytes":3827} -2021-11-05 09:25:11 INFO:  Watch: {"event":"modify","input":"src/hand/handposedetector.ts"} -2021-11-05 09:25:11 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 09:25:11 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516652,"outputBytes":437880} -2021-11-05 09:25:11 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 09:25:12 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516660,"outputBytes":437884} -2021-11-05 09:25:12 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 09:25:12 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516727,"outputBytes":437956} -2021-11-05 09:25:12 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 09:25:12 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 09:25:12 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516227,"outputBytes":439290} -2021-11-05 09:25:12 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 09:25:12 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014956,"outputBytes":1612565} -2021-11-05 09:25:13 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014956,"outputBytes":2945181} -2021-11-05 09:25:13 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4329,"outputBytes":3827} -2021-11-05 09:31:42 INFO:  Watch: {"event":"modify","input":"src/hand/handposedetector.ts"} -2021-11-05 09:31:42 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 09:31:42 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516327,"outputBytes":437552} -2021-11-05 09:31:42 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 09:31:42 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516335,"outputBytes":437556} -2021-11-05 09:31:42 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 09:31:42 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516402,"outputBytes":437628} -2021-11-05 09:31:42 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 09:31:42 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 09:31:42 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515902,"outputBytes":438962} -2021-11-05 09:31:42 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 09:31:43 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014631,"outputBytes":1612404} -2021-11-05 09:31:43 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014631,"outputBytes":2944853} -2021-11-05 09:31:43 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4329,"outputBytes":3827} -2021-11-05 09:32:14 INFO:  Watch: {"event":"modify","input":"src/hand/handposeutil.ts"} -2021-11-05 09:32:14 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 09:32:14 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516385,"outputBytes":437552} -2021-11-05 09:32:14 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 09:32:14 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516393,"outputBytes":437556} -2021-11-05 09:32:14 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 09:32:14 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516460,"outputBytes":437628} -2021-11-05 09:32:14 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 09:32:14 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 09:32:14 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515960,"outputBytes":438962} -2021-11-05 09:32:15 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 09:32:15 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014689,"outputBytes":1612404} -2021-11-05 09:32:15 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014689,"outputBytes":2944853} -2021-11-05 09:32:15 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4329,"outputBytes":3827} -2021-11-05 09:32:45 INFO:  Watch: {"event":"modify","input":"src/hand/handposeutil.ts"} -2021-11-05 09:32:45 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 09:32:45 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516439,"outputBytes":437552} -2021-11-05 09:32:45 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 09:32:45 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516447,"outputBytes":437556} -2021-11-05 09:32:45 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 09:32:45 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516514,"outputBytes":437628} -2021-11-05 09:32:45 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 09:32:45 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 09:32:45 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516014,"outputBytes":438962} -2021-11-05 09:32:46 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 09:32:46 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014743,"outputBytes":1612404} -2021-11-05 09:32:46 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014743,"outputBytes":2944853} -2021-11-05 09:32:46 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4329,"outputBytes":3827} -2021-11-05 09:32:47 INFO:  Watch: {"event":"modify","input":"src/hand/handposedetector.ts","skip":true} -2021-11-05 09:35:37 INFO:  Watch: {"event":"modify","input":"src/hand/handposedetector.ts"} -2021-11-05 09:35:37 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 09:35:37 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516321,"outputBytes":437423} -2021-11-05 09:35:37 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 09:35:37 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516329,"outputBytes":437427} -2021-11-05 09:35:37 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 09:35:37 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516396,"outputBytes":437499} -2021-11-05 09:35:37 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 09:35:37 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 09:35:37 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515896,"outputBytes":438809} -2021-11-05 09:35:38 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 09:35:38 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014625,"outputBytes":1612362} -2021-11-05 09:35:38 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014625,"outputBytes":2944735} -2021-11-05 09:35:38 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4329,"outputBytes":3827} -2021-11-05 09:37:32 INFO:  Watch: {"event":"modify","input":"src/hand/handposepipeline.ts"} -2021-11-05 09:37:32 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 09:37:32 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516336,"outputBytes":437412} -2021-11-05 09:37:32 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 09:37:32 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516344,"outputBytes":437416} -2021-11-05 09:37:32 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 09:37:32 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516411,"outputBytes":437488} -2021-11-05 09:37:32 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 09:37:32 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 09:37:32 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515911,"outputBytes":438798} -2021-11-05 09:37:32 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 09:37:33 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014640,"outputBytes":1612351} -2021-11-05 09:37:33 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014640,"outputBytes":2944724} -2021-11-05 09:37:33 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4329,"outputBytes":3827} -2021-11-05 09:37:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 09:37:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3827,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 09:37:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944724,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 09:37:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 09:37:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6845,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 09:37:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771593,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 09:37:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:37:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:37:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 09:37:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:37:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:38:50 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 09:38:50 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 09:38:50 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516336,"outputBytes":437412} -2021-11-05 09:38:50 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 09:38:50 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516344,"outputBytes":437416} -2021-11-05 09:38:50 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 09:38:50 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516411,"outputBytes":437488} -2021-11-05 09:38:50 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 09:38:50 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 09:38:50 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515911,"outputBytes":438798} -2021-11-05 09:38:51 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 09:38:51 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014640,"outputBytes":1612351} -2021-11-05 09:38:52 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014640,"outputBytes":2944724} -2021-11-05 09:38:52 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4338,"outputBytes":3623} -2021-11-05 09:38:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 09:38:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3623,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 09:38:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 09:38:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944724,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 09:38:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6696,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 09:38:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771593,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 09:38:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:38:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:38:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:38:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:38:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:38:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:38:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:38:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:38:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 09:38:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:38:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:38:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:38:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:38:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:38:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:38:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:38:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:39:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/manifest+json","size":304,"url":"/demo/manifest.webmanifest","remote":"::ffff:192.168.0.200"} -2021-11-05 09:39:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6696,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 09:39:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771593,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 09:40:54 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 09:40:54 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 09:40:54 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516336,"outputBytes":437412} -2021-11-05 09:40:54 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 09:40:54 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516344,"outputBytes":437416} -2021-11-05 09:40:54 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 09:40:54 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516411,"outputBytes":437488} -2021-11-05 09:40:54 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 09:40:54 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 09:40:54 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515911,"outputBytes":438798} -2021-11-05 09:40:54 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 09:40:55 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014640,"outputBytes":1612351} -2021-11-05 09:40:55 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014640,"outputBytes":2944724} -2021-11-05 09:40:55 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4338,"outputBytes":3623} -2021-11-05 09:40:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 09:40:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3623,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 09:40:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 09:40:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944724,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 09:40:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6696,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 09:40:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771593,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 09:40:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:40:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:40:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:40:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:40:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:40:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:40:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:40:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:40:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 09:40:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:40:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:40:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:40:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:40:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:40:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:40:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:40:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:43:16 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 09:43:16 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 09:43:16 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516336,"outputBytes":437412} -2021-11-05 09:43:16 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 09:43:16 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516344,"outputBytes":437416} -2021-11-05 09:43:16 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 09:43:16 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516411,"outputBytes":437488} -2021-11-05 09:43:16 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 09:43:16 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 09:43:16 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515911,"outputBytes":438798} -2021-11-05 09:43:17 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 09:43:17 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014640,"outputBytes":1612351} -2021-11-05 09:43:17 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014640,"outputBytes":2944724} -2021-11-05 09:43:17 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4342,"outputBytes":3627} -2021-11-05 09:43:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 09:43:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3627,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 09:43:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 09:43:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944724,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 09:43:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6705,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 09:43:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771593,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 09:43:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:43:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:43:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:43:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:43:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:43:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:43:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:43:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:43:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 09:43:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:43:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:43:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:43:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:43:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:43:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:43:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:43:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:44:12 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 09:44:12 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 09:44:12 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516336,"outputBytes":437412} -2021-11-05 09:44:12 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 09:44:12 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516344,"outputBytes":437416} -2021-11-05 09:44:12 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 09:44:12 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516411,"outputBytes":437488} -2021-11-05 09:44:12 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 09:44:12 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 09:44:13 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515911,"outputBytes":438798} -2021-11-05 09:44:13 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 09:44:13 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014640,"outputBytes":1612351} -2021-11-05 09:44:14 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014640,"outputBytes":2944724} -2021-11-05 09:44:14 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4342,"outputBytes":3627} -2021-11-05 09:44:23 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 09:44:23 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3627,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 09:44:23 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 09:44:23 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944724,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 09:44:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6703,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 09:44:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771593,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 09:44:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:44:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:44:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:44:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:44:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:44:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:44:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:44:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:44:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 09:44:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:44:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:44:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:44:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:44:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:44:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:44:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:44:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:45:40 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 09:45:40 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 09:45:40 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516336,"outputBytes":437412} -2021-11-05 09:45:40 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 09:45:40 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516344,"outputBytes":437416} -2021-11-05 09:45:40 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 09:45:40 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516411,"outputBytes":437488} -2021-11-05 09:45:40 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 09:45:40 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 09:45:40 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515911,"outputBytes":438798} -2021-11-05 09:45:40 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 09:45:41 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014640,"outputBytes":1612351} -2021-11-05 09:45:41 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014640,"outputBytes":2944724} -2021-11-05 09:45:41 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4344,"outputBytes":3629} -2021-11-05 09:46:20 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 09:46:20 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 09:46:20 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516336,"outputBytes":437412} -2021-11-05 09:46:20 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 09:46:20 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516344,"outputBytes":437416} -2021-11-05 09:46:20 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 09:46:20 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516411,"outputBytes":437488} -2021-11-05 09:46:20 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 09:46:20 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 09:46:20 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515911,"outputBytes":438798} -2021-11-05 09:46:20 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 09:46:21 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014640,"outputBytes":1612351} -2021-11-05 09:46:21 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014640,"outputBytes":2944724} -2021-11-05 09:46:21 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4352,"outputBytes":3637} -2021-11-05 09:49:35 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 09:49:35 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 09:49:35 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516336,"outputBytes":437412} -2021-11-05 09:49:35 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 09:49:35 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516344,"outputBytes":437416} -2021-11-05 09:49:35 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 09:49:35 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516411,"outputBytes":437488} -2021-11-05 09:49:35 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 09:49:35 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 09:49:35 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515911,"outputBytes":438798} -2021-11-05 09:49:36 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 09:49:36 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014640,"outputBytes":1612351} -2021-11-05 09:49:36 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014640,"outputBytes":2944724} -2021-11-05 09:49:36 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4534,"outputBytes":3762} -2021-11-05 09:49:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 09:49:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3762,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 09:49:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 09:49:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944724,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 09:49:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6968,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 09:49:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771593,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 09:49:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:49:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:49:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:49:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:49:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:49:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:49:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:49:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:49:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 09:49:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:49:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:49:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:49:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:49:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:49:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:49:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:49:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:50:09 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 09:50:09 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 09:50:09 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516336,"outputBytes":437412} -2021-11-05 09:50:09 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 09:50:09 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516344,"outputBytes":437416} -2021-11-05 09:50:09 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 09:50:09 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516411,"outputBytes":437488} -2021-11-05 09:50:09 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 09:50:09 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 09:50:10 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515911,"outputBytes":438798} -2021-11-05 09:50:10 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 09:50:11 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014640,"outputBytes":1612351} -2021-11-05 09:50:11 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014640,"outputBytes":2944724} -2021-11-05 09:50:11 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4541,"outputBytes":3769} -2021-11-05 09:50:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 09:50:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3769,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 09:50:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 09:50:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944724,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 09:50:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6980,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 09:50:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771593,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 09:50:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:50:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:50:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:50:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:50:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:50:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:50:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:50:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:50:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 09:50:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:50:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:50:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:50:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:50:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:50:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:50:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:50:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:53:11 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 09:53:11 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 09:53:11 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516336,"outputBytes":437412} -2021-11-05 09:53:11 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 09:53:11 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516344,"outputBytes":437416} -2021-11-05 09:53:11 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 09:53:11 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516411,"outputBytes":437488} -2021-11-05 09:53:11 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 09:53:11 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 09:53:12 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515911,"outputBytes":438798} -2021-11-05 09:53:12 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 09:53:12 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014640,"outputBytes":1612351} -2021-11-05 09:53:13 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014640,"outputBytes":2944724} -2021-11-05 09:53:13 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4606,"outputBytes":3834} -2021-11-05 09:53:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 09:53:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3834,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 09:53:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 09:53:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944724,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 09:53:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":7092,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 09:53:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771593,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 09:53:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:53:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:53:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:53:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:53:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:53:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:53:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:53:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:53:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 09:53:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:53:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:53:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:53:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:53:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:53:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:53:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:53:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:54:16 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 09:54:16 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 09:54:16 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516336,"outputBytes":437412} -2021-11-05 09:54:16 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 09:54:16 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516344,"outputBytes":437416} -2021-11-05 09:54:16 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 09:54:16 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516411,"outputBytes":437488} -2021-11-05 09:54:16 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 09:54:16 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 09:54:16 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515911,"outputBytes":438798} -2021-11-05 09:54:16 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 09:54:16 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014640,"outputBytes":1612351} -2021-11-05 09:54:17 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014640,"outputBytes":2944724} -2021-11-05 09:54:17 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4662,"outputBytes":3890} -2021-11-05 09:54:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 09:54:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3890,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 09:54:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 09:54:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944724,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 09:54:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":7188,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 09:54:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771593,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 09:54:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:54:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:54:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:54:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:54:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:54:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:54:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:54:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:54:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 09:54:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:54:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:54:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:54:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:54:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:54:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:54:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:54:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:56:17 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 09:56:17 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 09:56:17 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516336,"outputBytes":437412} -2021-11-05 09:56:17 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 09:56:17 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516344,"outputBytes":437416} -2021-11-05 09:56:17 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 09:56:17 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516411,"outputBytes":437488} -2021-11-05 09:56:17 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 09:56:17 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 09:56:17 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515911,"outputBytes":438798} -2021-11-05 09:56:17 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 09:56:18 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014640,"outputBytes":1612351} -2021-11-05 09:56:18 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014640,"outputBytes":2944724} -2021-11-05 09:56:18 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4716,"outputBytes":3942} -2021-11-05 09:57:55 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 09:57:55 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 09:57:55 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516336,"outputBytes":437412} -2021-11-05 09:57:55 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 09:57:55 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516344,"outputBytes":437416} -2021-11-05 09:57:55 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 09:57:55 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516411,"outputBytes":437488} -2021-11-05 09:57:55 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 09:57:55 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 09:57:55 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515911,"outputBytes":438798} -2021-11-05 09:57:55 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 09:57:56 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014640,"outputBytes":1612351} -2021-11-05 09:57:56 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014640,"outputBytes":2944724} -2021-11-05 09:57:56 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4755,"outputBytes":3981} -2021-11-05 09:57:59 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 09:57:59 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3981,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 09:57:59 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 09:57:59 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944724,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 09:58:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":7339,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 09:58:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771593,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 09:58:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:58:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:58:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:58:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:58:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:58:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:58:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:58:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:58:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 09:58:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:58:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:58:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:58:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:58:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:58:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:58:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:58:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:59:09 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 09:59:09 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 09:59:09 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516336,"outputBytes":437412} -2021-11-05 09:59:09 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 09:59:09 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516344,"outputBytes":437416} -2021-11-05 09:59:09 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 09:59:09 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516411,"outputBytes":437488} -2021-11-05 09:59:09 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 09:59:09 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 09:59:09 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515911,"outputBytes":438798} -2021-11-05 09:59:09 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 09:59:10 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014640,"outputBytes":1612351} -2021-11-05 09:59:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 09:59:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3981,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 09:59:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944724,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 09:59:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 09:59:10 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014640,"outputBytes":2944724} -2021-11-05 09:59:10 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4747,"outputBytes":3970} -2021-11-05 09:59:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 09:59:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 09:59:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3970,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 09:59:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 09:59:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944724,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 09:59:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":7316,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 09:59:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771593,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 09:59:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:59:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:59:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:59:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:59:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:59:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:59:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:59:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 09:59:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 09:59:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:59:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:59:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:59:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:59:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:59:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:59:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 09:59:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:00:06 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 10:00:06 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 10:00:06 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516336,"outputBytes":437412} -2021-11-05 10:00:06 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 10:00:06 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516344,"outputBytes":437416} -2021-11-05 10:00:06 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 10:00:06 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516411,"outputBytes":437488} -2021-11-05 10:00:06 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 10:00:06 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 10:00:06 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515911,"outputBytes":438798} -2021-11-05 10:00:06 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 10:00:06 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014640,"outputBytes":1612351} -2021-11-05 10:00:07 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014640,"outputBytes":2944724} -2021-11-05 10:00:07 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4749,"outputBytes":3972} -2021-11-05 10:00:26 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 10:00:26 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 10:00:26 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516336,"outputBytes":437412} -2021-11-05 10:00:26 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 10:00:26 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516344,"outputBytes":437416} -2021-11-05 10:00:26 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 10:00:26 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516411,"outputBytes":437488} -2021-11-05 10:00:26 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 10:00:26 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 10:00:26 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515911,"outputBytes":438798} -2021-11-05 10:00:26 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 10:00:26 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014640,"outputBytes":1612351} -2021-11-05 10:00:27 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014640,"outputBytes":2944724} -2021-11-05 10:00:27 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4757,"outputBytes":3980} -2021-11-05 10:00:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 10:00:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3980,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:00:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 10:00:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944724,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:00:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":7338,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:00:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771593,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:00:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:00:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:00:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:00:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:00:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:00:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:00:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:00:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:00:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 10:00:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:00:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:00:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:00:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:00:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:00:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:00:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:00:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:01:21 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 10:01:21 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 10:01:21 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516336,"outputBytes":437412} -2021-11-05 10:01:21 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 10:01:21 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516344,"outputBytes":437416} -2021-11-05 10:01:21 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 10:01:21 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516411,"outputBytes":437488} -2021-11-05 10:01:21 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 10:01:21 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 10:01:21 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515911,"outputBytes":438798} -2021-11-05 10:01:21 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 10:01:22 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014640,"outputBytes":1612351} -2021-11-05 10:01:22 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014640,"outputBytes":2944724} -2021-11-05 10:01:22 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4910,"outputBytes":4129} -2021-11-05 10:02:28 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 10:02:28 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 10:02:28 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516336,"outputBytes":437412} -2021-11-05 10:02:28 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 10:02:28 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516344,"outputBytes":437416} -2021-11-05 10:02:28 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 10:02:28 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516411,"outputBytes":437488} -2021-11-05 10:02:28 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 10:02:28 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 10:02:29 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515911,"outputBytes":438798} -2021-11-05 10:02:29 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 10:02:29 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014640,"outputBytes":1612351} -2021-11-05 10:02:30 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014640,"outputBytes":2944724} -2021-11-05 10:02:30 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4926,"outputBytes":4147} -2021-11-05 10:02:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 10:02:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4147,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:02:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 10:02:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944724,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:02:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":7626,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:02:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771593,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:02:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:02:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:02:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:02:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:02:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:02:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:02:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:02:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:02:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 10:02:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:02:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:02:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:02:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:02:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:02:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:02:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:02:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:03:05 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 10:03:05 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 10:03:05 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516336,"outputBytes":437412} -2021-11-05 10:03:05 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 10:03:05 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516344,"outputBytes":437416} -2021-11-05 10:03:05 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 10:03:05 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516411,"outputBytes":437488} -2021-11-05 10:03:05 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 10:03:05 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 10:03:05 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515911,"outputBytes":438798} -2021-11-05 10:03:05 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 10:03:06 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014640,"outputBytes":1612351} -2021-11-05 10:03:06 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014640,"outputBytes":2944724} -2021-11-05 10:03:06 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4912,"outputBytes":4133} -2021-11-05 10:03:24 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 10:03:24 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 10:03:24 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516336,"outputBytes":437412} -2021-11-05 10:03:24 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 10:03:24 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516344,"outputBytes":437416} -2021-11-05 10:03:24 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 10:03:24 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516411,"outputBytes":437488} -2021-11-05 10:03:24 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 10:03:24 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 10:03:25 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515911,"outputBytes":438798} -2021-11-05 10:03:25 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 10:03:25 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014640,"outputBytes":1612351} -2021-11-05 10:03:26 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014640,"outputBytes":2944724} -2021-11-05 10:03:26 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4912,"outputBytes":4133} -2021-11-05 10:04:08 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 10:04:08 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 10:04:08 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516336,"outputBytes":437412} -2021-11-05 10:04:08 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 10:04:08 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516344,"outputBytes":437416} -2021-11-05 10:04:08 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 10:04:08 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516411,"outputBytes":437488} -2021-11-05 10:04:08 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 10:04:08 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 10:04:08 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515911,"outputBytes":438798} -2021-11-05 10:04:09 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 10:04:09 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014640,"outputBytes":1612351} -2021-11-05 10:04:09 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014640,"outputBytes":2944724} -2021-11-05 10:04:09 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4932,"outputBytes":4152} -2021-11-05 10:04:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4152,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944724,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":7648,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771593,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:30 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 10:04:30 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 10:04:30 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516336,"outputBytes":437412} -2021-11-05 10:04:30 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 10:04:30 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516344,"outputBytes":437416} -2021-11-05 10:04:30 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 10:04:30 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516411,"outputBytes":437488} -2021-11-05 10:04:30 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 10:04:30 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 10:04:30 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515911,"outputBytes":438798} -2021-11-05 10:04:31 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 10:04:31 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014640,"outputBytes":1612351} -2021-11-05 10:04:31 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014640,"outputBytes":2944724} -2021-11-05 10:04:31 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4933,"outputBytes":4153} -2021-11-05 10:04:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4153,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944724,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":7648,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771593,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:04:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:06:21 INFO:  Watch: {"event":"modify","input":"src/config.ts"} -2021-11-05 10:06:21 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 10:06:21 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516336,"outputBytes":437412} -2021-11-05 10:06:21 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 10:06:21 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516344,"outputBytes":437416} -2021-11-05 10:06:21 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 10:06:21 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516411,"outputBytes":437488} -2021-11-05 10:06:21 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 10:06:21 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 10:06:21 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515911,"outputBytes":438798} -2021-11-05 10:06:22 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 10:06:22 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014640,"outputBytes":1612351} -2021-11-05 10:06:23 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014640,"outputBytes":2944724} -2021-11-05 10:06:23 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4933,"outputBytes":4153} -2021-11-05 10:06:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 10:06:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4153,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:06:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 10:06:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944724,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:06:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":7648,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:06:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771593,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:06:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:06:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:06:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:06:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:06:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:06:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:06:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:06:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:06:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 10:06:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:06:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:06:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:06:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:06:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:06:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:06:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:06:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:07:57 INFO:  Watch: {"event":"modify","input":"src/hand/handtrack.ts"} -2021-11-05 10:07:57 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 10:07:57 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516336,"outputBytes":437412} -2021-11-05 10:07:57 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 10:07:57 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516344,"outputBytes":437416} -2021-11-05 10:07:57 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 10:07:57 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516411,"outputBytes":437488} -2021-11-05 10:07:57 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 10:07:57 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 10:07:58 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515911,"outputBytes":438798} -2021-11-05 10:07:58 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 10:07:58 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014640,"outputBytes":1612351} -2021-11-05 10:07:59 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014640,"outputBytes":2944724} -2021-11-05 10:07:59 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4933,"outputBytes":4153} -2021-11-05 10:08:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 10:08:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4153,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:08:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 10:08:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944724,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:08:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":7648,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:08:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771593,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:08:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:08:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:08:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:08:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:08:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:08:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:08:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:08:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:08:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 10:08:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:08:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:08:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:08:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:08:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:08:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:08:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:08:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:09:00 INFO:  Watch: {"event":"modify","input":"src/util/draw.ts"} -2021-11-05 10:09:00 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 10:09:00 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516336,"outputBytes":437412} -2021-11-05 10:09:00 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 10:09:00 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516344,"outputBytes":437416} -2021-11-05 10:09:00 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 10:09:00 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516411,"outputBytes":437488} -2021-11-05 10:09:00 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 10:09:00 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 10:09:00 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515911,"outputBytes":438798} -2021-11-05 10:09:00 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 10:09:01 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014640,"outputBytes":1612351} -2021-11-05 10:09:01 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014640,"outputBytes":2944724} -2021-11-05 10:09:01 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4933,"outputBytes":4153} -2021-11-05 10:09:04 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 10:09:04 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4153,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:09:04 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 10:09:04 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944724,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:09:05 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":7648,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:09:05 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771593,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:09:05 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:09:05 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:09:05 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:09:05 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:09:05 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:09:05 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:09:05 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:09:05 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:09:05 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 10:09:05 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:09:05 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:09:05 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:09:05 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:09:05 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:09:05 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:09:05 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:09:05 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:10:48 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 10:10:48 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 10:10:48 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516336,"outputBytes":437412} -2021-11-05 10:10:48 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 10:10:48 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516344,"outputBytes":437416} -2021-11-05 10:10:48 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 10:10:48 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516411,"outputBytes":437488} -2021-11-05 10:10:48 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 10:10:48 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 10:10:48 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515911,"outputBytes":438798} -2021-11-05 10:10:49 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 10:10:49 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014640,"outputBytes":1612351} -2021-11-05 10:10:49 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014640,"outputBytes":2944724} -2021-11-05 10:10:49 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4985,"outputBytes":4205} -2021-11-05 10:10:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 10:10:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4205,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:10:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 10:10:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944724,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:10:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":7729,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:10:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771593,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:10:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:10:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:10:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:10:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:10:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:10:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:10:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:10:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:10:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 10:10:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:10:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:10:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:10:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:10:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:10:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:10:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:10:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:11:14 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 10:11:14 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 10:11:14 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516336,"outputBytes":437412} -2021-11-05 10:11:14 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 10:11:14 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516344,"outputBytes":437416} -2021-11-05 10:11:14 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 10:11:15 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516411,"outputBytes":437488} -2021-11-05 10:11:15 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 10:11:15 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 10:11:15 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515911,"outputBytes":438798} -2021-11-05 10:11:15 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 10:11:16 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014640,"outputBytes":1612351} -2021-11-05 10:11:16 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014640,"outputBytes":2944724} -2021-11-05 10:11:16 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4985,"outputBytes":4205} -2021-11-05 10:11:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 10:11:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4205,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:11:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 10:11:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944724,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:11:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":7729,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:11:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771593,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:11:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:11:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:11:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:11:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:11:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:11:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:11:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:11:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:11:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 10:11:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:11:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:11:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:11:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:11:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:11:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:11:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:11:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:12:05 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 10:12:05 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 10:12:05 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516336,"outputBytes":437412} -2021-11-05 10:12:05 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 10:12:05 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516344,"outputBytes":437416} -2021-11-05 10:12:05 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 10:12:05 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516411,"outputBytes":437488} -2021-11-05 10:12:05 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 10:12:05 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 10:12:05 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515911,"outputBytes":438798} -2021-11-05 10:12:05 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 10:12:06 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014640,"outputBytes":1612351} -2021-11-05 10:12:06 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014640,"outputBytes":2944724} -2021-11-05 10:12:06 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5021,"outputBytes":4241} -2021-11-05 10:12:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 10:12:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4241,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:12:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 10:12:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944724,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:12:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":7792,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:12:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771593,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:12:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:12:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:12:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:12:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:12:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:12:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:12:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:12:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:12:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 10:12:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:12:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:12:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:12:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:12:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:12:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:12:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:12:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:13:55 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 10:13:55 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 10:13:55 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516336,"outputBytes":437412} -2021-11-05 10:13:55 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 10:13:55 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516344,"outputBytes":437416} -2021-11-05 10:13:55 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 10:13:55 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516411,"outputBytes":437488} -2021-11-05 10:13:55 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 10:13:55 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 10:13:55 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515911,"outputBytes":438798} -2021-11-05 10:13:56 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 10:13:56 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014640,"outputBytes":1612351} -2021-11-05 10:13:56 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014640,"outputBytes":2944724} -2021-11-05 10:13:56 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4630,"outputBytes":3857} -2021-11-05 10:14:35 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 10:14:35 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3857,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:14:35 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 10:14:35 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944724,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:14:35 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":7126,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:14:35 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771593,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:14:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:14:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:14:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:14:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:14:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:14:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:14:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:14:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:14:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 10:14:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:14:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:14:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:14:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:14:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:14:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:14:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:14:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:14:59 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/manifest+json","size":304,"url":"/demo/manifest.webmanifest","remote":"::ffff:192.168.0.200"} -2021-11-05 10:14:59 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":7126,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:14:59 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771593,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:21:42 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 10:21:42 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 10:21:42 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516336,"outputBytes":437412} -2021-11-05 10:21:42 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 10:21:42 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516344,"outputBytes":437416} -2021-11-05 10:21:42 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 10:21:42 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516411,"outputBytes":437488} -2021-11-05 10:21:42 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 10:21:42 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 10:21:42 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515911,"outputBytes":438798} -2021-11-05 10:21:42 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 10:21:43 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014640,"outputBytes":1612351} -2021-11-05 10:21:43 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014640,"outputBytes":2944724} -2021-11-05 10:21:43 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4717,"outputBytes":3944} -2021-11-05 10:21:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 10:21:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3944,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:21:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 10:21:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944724,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:21:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":7272,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:21:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771593,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:21:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:21:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:21:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:21:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:21:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:21:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:21:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:21:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:21:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 10:21:46 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:21:46 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:21:46 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:21:46 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:21:46 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:21:46 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:21:46 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:21:46 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:22:26 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 10:22:26 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 10:22:26 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516336,"outputBytes":437412} -2021-11-05 10:22:26 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 10:22:26 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516344,"outputBytes":437416} -2021-11-05 10:22:26 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 10:22:26 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516411,"outputBytes":437488} -2021-11-05 10:22:26 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 10:22:26 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 10:22:26 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515911,"outputBytes":438798} -2021-11-05 10:22:27 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 10:22:27 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014640,"outputBytes":1612351} -2021-11-05 10:22:28 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014640,"outputBytes":2944724} -2021-11-05 10:22:28 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4723,"outputBytes":3950} -2021-11-05 10:22:29 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 10:22:29 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3950,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:22:29 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 10:22:29 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944724,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:22:29 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":7283,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:22:29 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771593,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:22:29 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:22:29 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:22:29 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:22:29 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:22:29 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:22:29 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:22:29 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:22:29 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:22:29 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 10:22:29 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:22:29 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:22:29 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:22:29 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:22:29 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:22:29 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:22:29 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:22:29 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:26:24 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 10:26:24 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 10:26:24 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516336,"outputBytes":437412} -2021-11-05 10:26:24 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 10:26:24 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516344,"outputBytes":437416} -2021-11-05 10:26:24 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 10:26:24 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516411,"outputBytes":437488} -2021-11-05 10:26:24 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 10:26:24 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 10:26:25 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515911,"outputBytes":438798} -2021-11-05 10:26:25 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 10:26:25 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014640,"outputBytes":1612351} -2021-11-05 10:26:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 10:26:26 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014640,"outputBytes":2944724} -2021-11-05 10:26:26 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4914,"outputBytes":4157} -2021-11-05 10:26:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4157,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:26:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 10:26:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944724,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:26:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":7590,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:26:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771593,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:26:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:26:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:26:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:26:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:26:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:26:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:26:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:26:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:26:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 10:26:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:26:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:26:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:26:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:26:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:26:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:26:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:26:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:27:09 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 10:27:09 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 10:27:09 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516336,"outputBytes":437412} -2021-11-05 10:27:09 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 10:27:09 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516344,"outputBytes":437416} -2021-11-05 10:27:09 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 10:27:09 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516411,"outputBytes":437488} -2021-11-05 10:27:09 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 10:27:09 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 10:27:09 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515911,"outputBytes":438798} -2021-11-05 10:27:09 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 10:27:10 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014640,"outputBytes":1612351} -2021-11-05 10:27:10 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014640,"outputBytes":2944724} -2021-11-05 10:27:10 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4929,"outputBytes":4172} -2021-11-05 10:27:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 10:27:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4172,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:27:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 10:27:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944724,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:27:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":7620,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:27:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771593,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:27:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:27:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:27:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:27:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:27:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:27:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:27:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:27:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:27:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 10:27:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:27:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:27:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:27:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:27:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:27:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:27:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:27:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:31:37 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 10:31:37 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 10:31:37 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516336,"outputBytes":437412} -2021-11-05 10:31:37 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 10:31:37 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516344,"outputBytes":437416} -2021-11-05 10:31:37 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 10:31:37 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516411,"outputBytes":437488} -2021-11-05 10:31:38 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 10:31:38 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 10:31:38 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515911,"outputBytes":438798} -2021-11-05 10:31:38 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 10:31:38 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014640,"outputBytes":1612351} -2021-11-05 10:31:39 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014640,"outputBytes":2944724} -2021-11-05 10:31:39 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5041,"outputBytes":4263} -2021-11-05 10:32:07 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 10:32:07 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 10:32:07 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516336,"outputBytes":437412} -2021-11-05 10:32:07 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 10:32:07 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516344,"outputBytes":437416} -2021-11-05 10:32:07 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 10:32:07 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516411,"outputBytes":437488} -2021-11-05 10:32:07 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 10:32:07 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 10:32:08 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515911,"outputBytes":438798} -2021-11-05 10:32:08 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 10:32:08 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014640,"outputBytes":1612351} -2021-11-05 10:32:09 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014640,"outputBytes":2944724} -2021-11-05 10:32:09 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5139,"outputBytes":4361} -2021-11-05 10:32:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 10:32:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4361,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:32:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 10:32:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944724,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:32:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":7984,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:32:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771593,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:32:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:32:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:32:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:32:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:32:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:32:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:32:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:32:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:32:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 10:32:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:32:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:32:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:32:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:32:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:32:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:32:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:32:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:33:28 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 10:33:28 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 10:33:28 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516336,"outputBytes":437412} -2021-11-05 10:33:28 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 10:33:28 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516344,"outputBytes":437416} -2021-11-05 10:33:28 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 10:33:28 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516411,"outputBytes":437488} -2021-11-05 10:33:28 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 10:33:28 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 10:33:28 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515911,"outputBytes":438798} -2021-11-05 10:33:29 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 10:33:29 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014640,"outputBytes":1612351} -2021-11-05 10:33:30 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014640,"outputBytes":2944724} -2021-11-05 10:33:30 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5140,"outputBytes":4362} -2021-11-05 10:33:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 10:33:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4362,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:33:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 10:33:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944724,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:33:34 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":7990,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:33:34 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771593,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:33:34 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:33:34 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:33:34 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:33:34 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:33:34 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:33:34 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:33:34 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:33:34 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:33:34 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 10:33:34 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:33:34 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:33:34 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:33:34 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:33:34 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:33:34 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:33:34 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:33:34 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:33:57 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 10:33:57 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 10:33:57 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":516336,"outputBytes":437412} -2021-11-05 10:33:57 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 10:33:57 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":516344,"outputBytes":437416} -2021-11-05 10:33:57 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 10:33:57 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":516411,"outputBytes":437488} -2021-11-05 10:33:57 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 10:33:57 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 10:33:57 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":515911,"outputBytes":438798} -2021-11-05 10:33:58 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 10:33:58 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3014640,"outputBytes":1612351} -2021-11-05 10:33:59 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3014640,"outputBytes":2944724} -2021-11-05 10:33:59 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5140,"outputBytes":4362} -2021-11-05 10:34:14 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:14 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4362,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:14 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:14 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944724,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:15 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":7990,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:15 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771593,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:15 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:15 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:15 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:15 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:15 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:15 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:15 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:15 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:15 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:15 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:15 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:15 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:15 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:15 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:15 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:15 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:15 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4362,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944724,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":7990,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4771593,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:34:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 10:55:58 INFO:  Watch: {"event":"modify","input":"src/human.ts"} -2021-11-05 10:55:58 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 10:55:58 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517188,"outputBytes":438061} -2021-11-05 10:55:58 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 10:55:58 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517196,"outputBytes":438065} -2021-11-05 10:55:58 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 10:55:58 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517263,"outputBytes":438137} -2021-11-05 10:55:58 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 10:55:58 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 10:55:58 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516763,"outputBytes":439447} -2021-11-05 10:55:58 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 10:55:59 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015492,"outputBytes":1612685} -2021-11-05 10:55:59 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015492,"outputBytes":2945377} -2021-11-05 10:55:59 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5140,"outputBytes":4362} -2021-11-05 10:59:43 INFO:  Watch: {"event":"modify","input":"src/human.ts"} -2021-11-05 10:59:43 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 10:59:43 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517350,"outputBytes":438060} -2021-11-05 10:59:43 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 10:59:43 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517358,"outputBytes":438064} -2021-11-05 10:59:43 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 10:59:44 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517425,"outputBytes":438136} -2021-11-05 10:59:44 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 10:59:44 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 10:59:44 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516925,"outputBytes":439446} -2021-11-05 10:59:44 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 10:59:44 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015654,"outputBytes":1612671} -2021-11-05 10:59:45 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015654,"outputBytes":2945376} -2021-11-05 10:59:45 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5140,"outputBytes":4362} -2021-11-05 11:00:14 INFO:  Watch: {"event":"modify","input":"src/human.ts"} -2021-11-05 11:00:14 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:00:14 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517350,"outputBytes":438052} -2021-11-05 11:00:14 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:00:15 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517358,"outputBytes":438056} -2021-11-05 11:00:15 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:00:15 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517425,"outputBytes":438128} -2021-11-05 11:00:15 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:00:15 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:00:15 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516925,"outputBytes":439438} -2021-11-05 11:00:15 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:00:16 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015654,"outputBytes":1612661} -2021-11-05 11:00:16 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015654,"outputBytes":2945368} -2021-11-05 11:00:16 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5140,"outputBytes":4362} -2021-11-05 11:00:26 INFO:  Watch: {"event":"modify","input":"src/human.ts"} -2021-11-05 11:00:26 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:00:26 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517354,"outputBytes":438052} -2021-11-05 11:00:26 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:00:27 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517362,"outputBytes":438056} -2021-11-05 11:00:27 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:00:27 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517429,"outputBytes":438128} -2021-11-05 11:00:27 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:00:27 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:00:27 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516929,"outputBytes":439438} -2021-11-05 11:00:27 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:00:27 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015658,"outputBytes":1612661} -2021-11-05 11:00:28 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015658,"outputBytes":2945368} -2021-11-05 11:00:28 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5140,"outputBytes":4362} -2021-11-05 11:01:58 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 11:01:58 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:01:58 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517354,"outputBytes":438052} -2021-11-05 11:01:58 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:01:58 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517362,"outputBytes":438056} -2021-11-05 11:01:58 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:01:58 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517429,"outputBytes":438128} -2021-11-05 11:01:58 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:01:58 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:01:58 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516929,"outputBytes":439438} -2021-11-05 11:01:59 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:01:59 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015658,"outputBytes":1612661} -2021-11-05 11:02:00 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015658,"outputBytes":2945368} -2021-11-05 11:02:00 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4703,"outputBytes":3930} -2021-11-05 11:02:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 11:02:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3930,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:02:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 11:02:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945368,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:02:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":7242,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:02:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773068,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:02:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:02:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:02:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:02:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:02:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:02:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:02:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:02:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:02:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 11:02:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:02:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:02:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:02:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:02:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:02:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:02:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:02:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:04:55 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 11:04:55 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:04:55 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517354,"outputBytes":438052} -2021-11-05 11:04:55 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:04:56 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517362,"outputBytes":438056} -2021-11-05 11:04:56 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:04:56 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517429,"outputBytes":438128} -2021-11-05 11:04:56 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:04:56 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:04:56 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516929,"outputBytes":439438} -2021-11-05 11:04:56 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:04:56 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015658,"outputBytes":1612661} -2021-11-05 11:04:57 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015658,"outputBytes":2945368} -2021-11-05 11:04:57 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4654,"outputBytes":3875} -2021-11-05 11:05:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 11:05:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3875,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:05:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 11:05:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945368,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:05:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":7156,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:05:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773068,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:05:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:05:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:05:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:05:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:05:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:05:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:05:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:05:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:05:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 11:05:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:05:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:05:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:05:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:05:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:05:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:05:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:05:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:05:30 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 11:05:30 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:05:30 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517354,"outputBytes":438052} -2021-11-05 11:05:30 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:05:30 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517362,"outputBytes":438056} -2021-11-05 11:05:30 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:05:30 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517429,"outputBytes":438128} -2021-11-05 11:05:30 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:05:30 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:05:30 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516929,"outputBytes":439438} -2021-11-05 11:05:30 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:05:31 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015658,"outputBytes":1612661} -2021-11-05 11:05:31 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015658,"outputBytes":2945368} -2021-11-05 11:05:31 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4654,"outputBytes":3842} -2021-11-05 11:06:02 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 11:06:02 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:06:02 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517354,"outputBytes":438052} -2021-11-05 11:06:02 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:06:02 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517362,"outputBytes":438056} -2021-11-05 11:06:02 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:06:02 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517429,"outputBytes":438128} -2021-11-05 11:06:02 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:06:02 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:06:02 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516929,"outputBytes":439438} -2021-11-05 11:06:03 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:06:03 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015658,"outputBytes":1612661} -2021-11-05 11:06:03 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015658,"outputBytes":2945368} -2021-11-05 11:06:03 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":4654,"outputBytes":3842} -2021-11-05 11:06:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 11:06:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3842,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:06:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 11:06:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945368,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:06:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":7139,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:06:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773068,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:06:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:06:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:06:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:06:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:06:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:06:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:06:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:06:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:06:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 11:06:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:06:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:06:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:06:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:06:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:06:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:06:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:06:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:14:40 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 11:14:40 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:14:40 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517354,"outputBytes":438052} -2021-11-05 11:14:40 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:14:40 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517362,"outputBytes":438056} -2021-11-05 11:14:40 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:14:40 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517429,"outputBytes":438128} -2021-11-05 11:14:40 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:14:40 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:14:40 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516929,"outputBytes":439438} -2021-11-05 11:14:40 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:14:41 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015658,"outputBytes":1612661} -2021-11-05 11:14:41 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015658,"outputBytes":2945368} -2021-11-05 11:14:41 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5598,"outputBytes":3842} -2021-11-05 11:15:14 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 11:15:14 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:15:14 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517354,"outputBytes":438052} -2021-11-05 11:15:14 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:15:14 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517362,"outputBytes":438056} -2021-11-05 11:15:14 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:15:14 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517429,"outputBytes":438128} -2021-11-05 11:15:14 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:15:14 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:15:14 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516929,"outputBytes":439438} -2021-11-05 11:15:15 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:15:15 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015658,"outputBytes":1612661} -2021-11-05 11:15:15 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015658,"outputBytes":2945368} -2021-11-05 11:15:15 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5636,"outputBytes":3805} -2021-11-05 11:15:38 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 11:15:38 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:15:38 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517354,"outputBytes":438052} -2021-11-05 11:15:38 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:15:38 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517362,"outputBytes":438056} -2021-11-05 11:15:38 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:15:38 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517429,"outputBytes":438128} -2021-11-05 11:15:38 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:15:38 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:15:38 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516929,"outputBytes":439438} -2021-11-05 11:15:39 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:15:39 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015658,"outputBytes":1612661} -2021-11-05 11:15:39 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015658,"outputBytes":2945368} -2021-11-05 11:15:39 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5664,"outputBytes":3805} -2021-11-05 11:15:57 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 11:15:57 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:15:57 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517354,"outputBytes":438052} -2021-11-05 11:15:57 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:15:57 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517362,"outputBytes":438056} -2021-11-05 11:15:57 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:15:58 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517429,"outputBytes":438128} -2021-11-05 11:15:58 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:15:58 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:15:58 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516929,"outputBytes":439438} -2021-11-05 11:15:58 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:15:58 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015658,"outputBytes":1612661} -2021-11-05 11:15:59 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015658,"outputBytes":2945368} -2021-11-05 11:15:59 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5674,"outputBytes":3815} -2021-11-05 11:16:32 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 11:16:32 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:16:32 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517354,"outputBytes":438052} -2021-11-05 11:16:32 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:16:32 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517362,"outputBytes":438056} -2021-11-05 11:16:32 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:16:32 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517429,"outputBytes":438128} -2021-11-05 11:16:32 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:16:32 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:16:32 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516929,"outputBytes":439438} -2021-11-05 11:16:33 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:16:33 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015658,"outputBytes":1612661} -2021-11-05 11:16:34 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015658,"outputBytes":2945368} -2021-11-05 11:16:34 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5713,"outputBytes":3815} -2021-11-05 11:16:46 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 11:16:46 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:16:46 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517354,"outputBytes":438052} -2021-11-05 11:16:46 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:16:46 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517362,"outputBytes":438056} -2021-11-05 11:16:46 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:16:46 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517429,"outputBytes":438128} -2021-11-05 11:16:46 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:16:46 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:16:46 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516929,"outputBytes":439438} -2021-11-05 11:16:46 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:16:47 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015658,"outputBytes":1612661} -2021-11-05 11:16:47 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015658,"outputBytes":2945368} -2021-11-05 11:16:47 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5713,"outputBytes":3815} -2021-11-05 11:16:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 11:16:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3815,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:16:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945368,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:16:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 11:16:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8171,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:16:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773068,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:16:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:16:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:16:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:16:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:16:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:16:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:16:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:16:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:16:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 11:16:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:16:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:16:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:16:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:16:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:16:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:16:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:16:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:19:10 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 11:19:10 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:19:10 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517354,"outputBytes":438052} -2021-11-05 11:19:10 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:19:10 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517362,"outputBytes":438056} -2021-11-05 11:19:10 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:19:10 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517429,"outputBytes":438128} -2021-11-05 11:19:10 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:19:10 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:19:10 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516929,"outputBytes":439438} -2021-11-05 11:19:11 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:19:11 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015658,"outputBytes":1612661} -2021-11-05 11:19:11 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015658,"outputBytes":2945368} -2021-11-05 11:19:11 ERROR: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts"} {"errors":[{"location":{"column":2,"file":"demo/typescript/index.ts","length":6,"line":106,"lineText":" status('initializing...');","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Expected \")\" but found \"status\""}]} -2021-11-05 11:19:31 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 11:19:31 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:19:31 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517354,"outputBytes":438052} -2021-11-05 11:19:31 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:19:31 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517362,"outputBytes":438056} -2021-11-05 11:19:31 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:19:31 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517429,"outputBytes":438128} -2021-11-05 11:19:31 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:19:31 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:19:31 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516929,"outputBytes":439438} -2021-11-05 11:19:31 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:19:32 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015658,"outputBytes":1612661} -2021-11-05 11:19:32 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015658,"outputBytes":2945368} -2021-11-05 11:19:32 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5814,"outputBytes":3779} -2021-11-05 11:19:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 11:19:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:19:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 11:19:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945368,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:19:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8262,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:19:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773068,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:19:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:19:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:19:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:19:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:19:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:19:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:19:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:19:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:19:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 11:19:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:19:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:19:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:19:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:19:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:19:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:19:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:19:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:08 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 11:20:08 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:20:08 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517354,"outputBytes":438052} -2021-11-05 11:20:08 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:20:08 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517362,"outputBytes":438056} -2021-11-05 11:20:08 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:20:08 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517429,"outputBytes":438128} -2021-11-05 11:20:08 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:20:08 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:20:09 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516929,"outputBytes":439438} -2021-11-05 11:20:09 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:20:09 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015658,"outputBytes":1612661} -2021-11-05 11:20:10 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015658,"outputBytes":2945368} -2021-11-05 11:20:10 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5814,"outputBytes":3779} -2021-11-05 11:20:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945368,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8262,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773068,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:22 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 11:20:22 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:20:22 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517354,"outputBytes":438052} -2021-11-05 11:20:22 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:20:22 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517362,"outputBytes":438056} -2021-11-05 11:20:22 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:20:22 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517429,"outputBytes":438128} -2021-11-05 11:20:22 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:20:22 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:20:23 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516929,"outputBytes":439438} -2021-11-05 11:20:23 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:20:23 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015658,"outputBytes":1612661} -2021-11-05 11:20:24 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015658,"outputBytes":2945368} -2021-11-05 11:20:24 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5814,"outputBytes":3779} -2021-11-05 11:20:26 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 11:20:26 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:20:26 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517354,"outputBytes":438052} -2021-11-05 11:20:26 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:20:26 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517362,"outputBytes":438056} -2021-11-05 11:20:26 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:20:26 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517429,"outputBytes":438128} -2021-11-05 11:20:26 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:20:26 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:20:26 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516929,"outputBytes":439438} -2021-11-05 11:20:27 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:20:27 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015658,"outputBytes":1612661} -2021-11-05 11:20:27 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015658,"outputBytes":2945368} -2021-11-05 11:20:27 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5814,"outputBytes":3779} -2021-11-05 11:20:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945368,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8262,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773068,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:20:28 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:21:32 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 11:21:32 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:21:32 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517354,"outputBytes":438052} -2021-11-05 11:21:32 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:21:32 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517362,"outputBytes":438056} -2021-11-05 11:21:32 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:21:32 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517429,"outputBytes":438128} -2021-11-05 11:21:32 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:21:32 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:21:32 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516929,"outputBytes":439438} -2021-11-05 11:21:33 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:21:33 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015658,"outputBytes":1612661} -2021-11-05 11:21:33 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015658,"outputBytes":2945368} -2021-11-05 11:21:33 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5814,"outputBytes":3779} -2021-11-05 11:22:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":7842,"url":"/","remote":"::ffff:192.168.0.200"} -2021-11-05 11:22:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/css","size":107884,"url":"/icons.css","remote":"::ffff:192.168.0.200"} -2021-11-05 11:22:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":48177,"url":"/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:22:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945368,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:22:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":14514,"url":"/helpers/menu.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:22:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":10901,"url":"/helpers/gl-bench.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:22:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3406,"url":"/helpers/webrtc.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:22:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":5785,"url":"/helpers/jsonview.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:22:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 11:22:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773068,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:22:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 11:22:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4115,"url":"/index-pwa.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:22:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":1778,"url":"/index-worker.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:22:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":1612661,"url":"/dist/human.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:22:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:22:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:22:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:22:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:22:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:22:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:22:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:22:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:22:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:22:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:22:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:22:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:22:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:22:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:22:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:22:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:23:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":7842,"url":"/","remote":"::ffff:192.168.0.200"} -2021-11-05 11:23:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/css","size":107884,"url":"/icons.css","remote":"::ffff:192.168.0.200"} -2021-11-05 11:23:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":48177,"url":"/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:23:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 11:23:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945368,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:23:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":14514,"url":"/helpers/menu.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:23:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":10901,"url":"/helpers/gl-bench.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:23:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3406,"url":"/helpers/webrtc.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:23:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":5785,"url":"/helpers/jsonview.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:23:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773068,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:23:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 11:23:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4115,"url":"/index-pwa.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:23:59 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":1778,"url":"/index-worker.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:23:59 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":1612661,"url":"/dist/human.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:23:59 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:23:59 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:23:59 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:23:59 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:23:59 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:23:59 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:23:59 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:23:59 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:23:59 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:23:59 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:23:59 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:23:59 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:23:59 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:23:59 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:23:59 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:23:59 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 11:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 11:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945368,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8262,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773068,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 11:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:25:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/manifest+json","size":304,"url":"/demo/manifest.webmanifest","remote":"::ffff:192.168.0.200"} -2021-11-05 11:25:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8262,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:25:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773068,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:29:13 INFO:  Watch: {"event":"modify","input":"README.md"} -2021-11-05 11:29:13 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:29:13 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517354,"outputBytes":438052} -2021-11-05 11:29:13 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:29:13 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517362,"outputBytes":438056} -2021-11-05 11:29:13 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:29:14 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517429,"outputBytes":438128} -2021-11-05 11:29:14 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:29:14 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:29:14 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516929,"outputBytes":439438} -2021-11-05 11:29:14 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:29:14 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015658,"outputBytes":1612661} -2021-11-05 11:29:15 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015658,"outputBytes":2945368} -2021-11-05 11:29:15 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5814,"outputBytes":3779} -2021-11-05 11:30:52 INFO:  Watch: {"event":"modify","input":"README.md"} -2021-11-05 11:30:52 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:30:52 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517354,"outputBytes":438052} -2021-11-05 11:30:52 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:30:52 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517362,"outputBytes":438056} -2021-11-05 11:30:52 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:30:52 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517429,"outputBytes":438128} -2021-11-05 11:30:52 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:30:52 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:30:52 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516929,"outputBytes":439438} -2021-11-05 11:30:52 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:30:53 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015658,"outputBytes":1612661} -2021-11-05 11:30:53 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015658,"outputBytes":2945368} -2021-11-05 11:30:53 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5814,"outputBytes":3779} -2021-11-05 11:33:06 INFO:  Watch: {"event":"modify","input":"README.md"} -2021-11-05 11:33:06 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:33:06 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517354,"outputBytes":438052} -2021-11-05 11:33:06 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:33:06 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517362,"outputBytes":438056} -2021-11-05 11:33:06 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:33:06 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517429,"outputBytes":438128} -2021-11-05 11:33:06 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:33:06 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:33:06 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516929,"outputBytes":439438} -2021-11-05 11:33:06 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:33:07 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015658,"outputBytes":1612661} -2021-11-05 11:33:07 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015658,"outputBytes":2945368} -2021-11-05 11:33:07 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5814,"outputBytes":3779} -2021-11-05 11:35:20 INFO:  Watch: {"event":"modify","input":"README.md"} -2021-11-05 11:35:20 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:35:20 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517354,"outputBytes":438052} -2021-11-05 11:35:20 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:35:21 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517362,"outputBytes":438056} -2021-11-05 11:35:21 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:35:21 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517429,"outputBytes":438128} -2021-11-05 11:35:21 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:35:21 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:35:21 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516929,"outputBytes":439438} -2021-11-05 11:35:21 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:35:21 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015658,"outputBytes":1612661} -2021-11-05 11:35:22 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015658,"outputBytes":2945368} -2021-11-05 11:35:22 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5814,"outputBytes":3779} -2021-11-05 11:36:11 INFO:  Watch: {"event":"modify","input":"README.md"} -2021-11-05 11:36:11 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:36:11 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517354,"outputBytes":438052} -2021-11-05 11:36:11 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:36:11 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517362,"outputBytes":438056} -2021-11-05 11:36:11 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:36:11 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517429,"outputBytes":438128} -2021-11-05 11:36:11 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:36:11 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:36:11 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516929,"outputBytes":439438} -2021-11-05 11:36:12 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:36:12 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015658,"outputBytes":1612661} -2021-11-05 11:36:12 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015658,"outputBytes":2945368} -2021-11-05 11:36:12 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5814,"outputBytes":3779} -2021-11-05 11:39:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 11:39:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:39:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 11:39:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945368,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:39:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8262,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:39:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773068,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:39:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:39:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:39:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:39:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:39:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:39:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:39:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:39:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:39:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 11:39:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:39:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:39:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:39:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:39:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:39:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:39:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:39:57 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:40:41 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 11:40:41 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:40:41 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517354,"outputBytes":438052} -2021-11-05 11:40:41 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:40:41 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517362,"outputBytes":438056} -2021-11-05 11:40:41 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:40:41 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517429,"outputBytes":438128} -2021-11-05 11:40:41 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:40:41 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:40:41 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516929,"outputBytes":439438} -2021-11-05 11:40:42 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:40:42 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015658,"outputBytes":1612661} -2021-11-05 11:40:43 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015658,"outputBytes":2945368} -2021-11-05 11:40:43 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5808,"outputBytes":3798} -2021-11-05 11:40:44 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 11:40:44 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3798,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:40:44 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 11:40:44 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945368,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:40:44 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8270,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:40:44 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773068,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:40:44 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 11:40:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:40:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:40:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:40:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:40:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:40:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:40:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:40:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:40:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:40:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:40:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:40:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:40:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:40:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:40:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:40:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:41:15 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 11:41:15 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:41:16 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517354,"outputBytes":438052} -2021-11-05 11:41:16 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:41:16 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517362,"outputBytes":438056} -2021-11-05 11:41:16 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:41:16 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517429,"outputBytes":438128} -2021-11-05 11:41:16 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:41:16 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:41:16 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516929,"outputBytes":439438} -2021-11-05 11:41:16 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:41:16 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015658,"outputBytes":1612661} -2021-11-05 11:41:17 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015658,"outputBytes":2945368} -2021-11-05 11:41:17 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5795,"outputBytes":4029} -2021-11-05 11:41:17 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 11:41:17 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4029,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:41:17 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945368,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:41:17 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 11:41:17 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8441,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:41:17 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773068,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:41:17 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 11:41:17 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":201677,"url":"/models/mb3-centernet.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:41:17 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4030290,"url":"/models/mb3-centernet.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:41:30 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 11:41:30 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:41:30 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517354,"outputBytes":438052} -2021-11-05 11:41:30 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:41:30 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517362,"outputBytes":438056} -2021-11-05 11:41:30 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:41:30 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517429,"outputBytes":438128} -2021-11-05 11:41:30 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:41:30 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:41:30 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516929,"outputBytes":439438} -2021-11-05 11:41:31 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:41:31 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015658,"outputBytes":1612661} -2021-11-05 11:41:32 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015658,"outputBytes":2945368} -2021-11-05 11:41:32 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5795,"outputBytes":4029} -2021-11-05 11:41:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 11:41:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4029,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:41:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 11:41:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945368,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:41:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8441,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:41:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773068,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:41:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 11:41:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":201677,"url":"/models/mb3-centernet.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:41:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4030290,"url":"/models/mb3-centernet.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:42:28 INFO:  Watch: {"event":"modify","input":"src/object/centernet.ts"} -2021-11-05 11:42:28 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:42:28 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517357,"outputBytes":437957} -2021-11-05 11:42:28 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:42:28 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517365,"outputBytes":437961} -2021-11-05 11:42:28 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:42:28 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517432,"outputBytes":438033} -2021-11-05 11:42:28 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:42:28 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:42:29 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":516932,"outputBytes":439343} -2021-11-05 11:42:29 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:42:29 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015661,"outputBytes":1612591} -2021-11-05 11:42:29 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 11:42:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4029,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:42:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945368,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:42:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 11:42:30 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015661,"outputBytes":2945271} -2021-11-05 11:42:30 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5795,"outputBytes":4029} -2021-11-05 11:42:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8441,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:42:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773004,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:42:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 11:42:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":201677,"url":"/models/mb3-centernet.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:42:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4030290,"url":"/models/mb3-centernet.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:42:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 11:42:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4029,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:42:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 11:42:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945271,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:42:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8441,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:42:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773004,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:42:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 11:42:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":201677,"url":"/models/mb3-centernet.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:42:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4030290,"url":"/models/mb3-centernet.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:47:13 INFO:  Watch: {"event":"modify","input":"src/object/centernet.ts"} -2021-11-05 11:47:13 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:47:14 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517645,"outputBytes":437957} -2021-11-05 11:47:14 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:47:14 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517653,"outputBytes":437961} -2021-11-05 11:47:14 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:47:14 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517720,"outputBytes":438033} -2021-11-05 11:47:14 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:47:14 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:47:14 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":517220,"outputBytes":439343} -2021-11-05 11:47:14 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:47:14 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015949,"outputBytes":1612591} -2021-11-05 11:47:15 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015949,"outputBytes":2945271} -2021-11-05 11:47:15 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5795,"outputBytes":4029} -2021-11-05 11:47:30 INFO:  Watch: {"event":"modify","input":"src/object/centernet.ts"} -2021-11-05 11:47:30 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:47:30 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517639,"outputBytes":437957} -2021-11-05 11:47:30 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:47:30 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517647,"outputBytes":437961} -2021-11-05 11:47:30 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:47:30 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517714,"outputBytes":438033} -2021-11-05 11:47:30 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:47:30 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:47:30 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":517214,"outputBytes":439343} -2021-11-05 11:47:31 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:47:31 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015943,"outputBytes":1612591} -2021-11-05 11:47:32 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015943,"outputBytes":2945271} -2021-11-05 11:47:32 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5795,"outputBytes":4029} -2021-11-05 11:47:58 INFO:  Watch: {"event":"modify","input":"src/object/centernet.ts"} -2021-11-05 11:47:58 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:47:58 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517654,"outputBytes":438137} -2021-11-05 11:47:58 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:47:58 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517662,"outputBytes":438141} -2021-11-05 11:47:58 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:47:58 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517729,"outputBytes":438213} -2021-11-05 11:47:58 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:47:58 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:47:59 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":517229,"outputBytes":439536} -2021-11-05 11:47:59 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:47:59 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015958,"outputBytes":1612676} -2021-11-05 11:48:00 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015958,"outputBytes":2945447} -2021-11-05 11:48:00 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5795,"outputBytes":4029} -2021-11-05 11:48:01 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 11:48:01 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4029,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:48:01 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 11:48:01 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945447,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:48:01 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8441,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:48:01 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773438,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:48:01 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 11:48:01 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":201677,"url":"/models/mb3-centernet.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:48:01 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4030290,"url":"/models/mb3-centernet.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:48:34 INFO:  Watch: {"event":"modify","input":"src/object/centernet.ts"} -2021-11-05 11:48:34 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:48:34 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517685,"outputBytes":438168} -2021-11-05 11:48:34 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:48:34 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517693,"outputBytes":438172} -2021-11-05 11:48:34 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:48:34 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517760,"outputBytes":438244} -2021-11-05 11:48:34 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:48:34 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:48:34 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":517260,"outputBytes":439567} -2021-11-05 11:48:34 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:48:35 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 11:48:35 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4029,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:48:35 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 11:48:35 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945447,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:48:35 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015989,"outputBytes":1612697} -2021-11-05 11:48:35 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8441,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:48:35 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773438,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:48:35 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 11:48:35 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":201677,"url":"/models/mb3-centernet.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:48:35 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4030290,"url":"/models/mb3-centernet.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:48:35 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015989,"outputBytes":2945478} -2021-11-05 11:48:35 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5795,"outputBytes":4029} -2021-11-05 11:48:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 11:48:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4029,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:48:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 11:48:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945478,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:48:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8441,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:48:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773497,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:48:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 11:48:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":201677,"url":"/models/mb3-centernet.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:48:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4030290,"url":"/models/mb3-centernet.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:49:30 INFO:  Watch: {"event":"modify","input":"src/object/centernet.ts"} -2021-11-05 11:49:30 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:49:30 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517684,"outputBytes":438167} -2021-11-05 11:49:30 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:49:30 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517692,"outputBytes":438171} -2021-11-05 11:49:30 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:49:30 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517759,"outputBytes":438243} -2021-11-05 11:49:30 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:49:30 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:49:30 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":517259,"outputBytes":439566} -2021-11-05 11:49:31 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:49:31 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015988,"outputBytes":1612692} -2021-11-05 11:49:31 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015988,"outputBytes":2945479} -2021-11-05 11:49:31 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5795,"outputBytes":4029} -2021-11-05 11:49:32 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 11:49:32 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4029,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:49:32 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 11:49:32 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945479,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:49:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8441,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:49:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773486,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:49:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 11:49:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":201677,"url":"/models/mb3-centernet.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:49:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4030290,"url":"/models/mb3-centernet.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:52:19 INFO:  Watch: {"event":"modify","input":"src/object/centernet.ts"} -2021-11-05 11:52:19 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:52:19 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517783,"outputBytes":438265} -2021-11-05 11:52:19 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:52:19 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517791,"outputBytes":438269} -2021-11-05 11:52:19 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:52:19 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517858,"outputBytes":438341} -2021-11-05 11:52:19 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:52:19 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:52:19 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":517358,"outputBytes":439742} -2021-11-05 11:52:20 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:52:20 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3016087,"outputBytes":1612754} -2021-11-05 11:52:20 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3016087,"outputBytes":2945556} -2021-11-05 11:52:20 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5795,"outputBytes":4029} -2021-11-05 11:52:23 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 11:52:23 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4029,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:52:23 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 11:52:23 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945556,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:52:23 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8441,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:52:23 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773687,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:52:23 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 11:52:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":201677,"url":"/models/mb3-centernet.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:52:24 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4030290,"url":"/models/mb3-centernet.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:53:11 INFO:  Watch: {"event":"modify","input":"src/object/centernet.ts"} -2021-11-05 11:53:11 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:53:11 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517879,"outputBytes":438361} -2021-11-05 11:53:11 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:53:11 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517887,"outputBytes":438365} -2021-11-05 11:53:11 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:53:11 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517954,"outputBytes":438437} -2021-11-05 11:53:11 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:53:11 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:53:11 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":517454,"outputBytes":439838} -2021-11-05 11:53:12 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:53:12 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3016183,"outputBytes":1612812} -2021-11-05 11:53:13 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3016183,"outputBytes":2945656} -2021-11-05 11:53:13 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5795,"outputBytes":4029} -2021-11-05 11:53:19 INFO:  Watch: {"event":"modify","input":"src/object/centernet.ts"} -2021-11-05 11:53:19 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:53:19 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517895,"outputBytes":438377} -2021-11-05 11:53:19 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:53:19 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517903,"outputBytes":438381} -2021-11-05 11:53:19 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:53:19 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517970,"outputBytes":438453} -2021-11-05 11:53:19 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:53:19 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:53:19 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":517470,"outputBytes":439854} -2021-11-05 11:53:19 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:53:20 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3016199,"outputBytes":1612825} -2021-11-05 11:53:20 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3016199,"outputBytes":2945673} -2021-11-05 11:53:20 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5795,"outputBytes":4029} -2021-11-05 11:53:22 INFO:  Watch: {"event":"modify","input":"src/object/centernet.ts"} -2021-11-05 11:53:22 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:53:22 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517902,"outputBytes":438384} -2021-11-05 11:53:22 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:53:23 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517910,"outputBytes":438388} -2021-11-05 11:53:23 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:53:23 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517977,"outputBytes":438460} -2021-11-05 11:53:23 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:53:23 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:53:23 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":517477,"outputBytes":439861} -2021-11-05 11:53:23 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:53:23 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3016206,"outputBytes":1612831} -2021-11-05 11:53:24 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3016206,"outputBytes":2945680} -2021-11-05 11:53:24 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5795,"outputBytes":4029} -2021-11-05 11:53:34 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 11:53:34 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4029,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:53:34 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 11:53:34 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945680,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:53:34 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8441,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:53:34 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773903,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:53:34 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 11:53:34 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":201677,"url":"/models/mb3-centernet.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:53:34 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4030290,"url":"/models/mb3-centernet.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:54:34 INFO:  Watch: {"event":"modify","input":"src/object/centernet.ts"} -2021-11-05 11:54:34 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:54:34 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517862,"outputBytes":438342} -2021-11-05 11:54:34 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:54:34 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517870,"outputBytes":438346} -2021-11-05 11:54:34 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:54:34 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517937,"outputBytes":438418} -2021-11-05 11:54:34 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:54:34 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:54:34 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":517437,"outputBytes":439793} -2021-11-05 11:54:34 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:54:34 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3016166,"outputBytes":1612807} -2021-11-05 11:54:35 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3016166,"outputBytes":2945646} -2021-11-05 11:54:35 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5795,"outputBytes":4029} -2021-11-05 11:54:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 11:54:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4029,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:54:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 11:54:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945646,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:54:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8441,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:54:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773833,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:54:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 11:54:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":201677,"url":"/models/mb3-centernet.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:54:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4030290,"url":"/models/mb3-centernet.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:55:36 INFO:  Watch: {"event":"modify","input":"src/object/centernet.ts"} -2021-11-05 11:55:36 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:55:36 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517914,"outputBytes":438397} -2021-11-05 11:55:36 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:55:36 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517922,"outputBytes":438401} -2021-11-05 11:55:36 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:55:36 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517989,"outputBytes":438473} -2021-11-05 11:55:36 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:55:36 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:55:36 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":517489,"outputBytes":439861} -2021-11-05 11:55:37 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:55:37 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3016218,"outputBytes":1612835} -2021-11-05 11:55:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 11:55:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4029,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:55:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 11:55:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945646,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:55:37 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3016218,"outputBytes":2945698} -2021-11-05 11:55:37 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5795,"outputBytes":4029} -2021-11-05 11:55:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8441,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:55:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773937,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:55:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 11:55:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":201677,"url":"/models/mb3-centernet.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:55:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4030290,"url":"/models/mb3-centernet.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:55:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 11:55:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4029,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:55:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 11:55:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945698,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:55:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8441,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:55:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773937,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:55:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 11:55:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":201677,"url":"/models/mb3-centernet.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:55:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4030290,"url":"/models/mb3-centernet.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:55:59 INFO:  Watch: {"event":"modify","input":"src/object/centernet.ts"} -2021-11-05 11:55:59 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:55:59 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517932,"outputBytes":438415} -2021-11-05 11:55:59 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:55:59 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517940,"outputBytes":438419} -2021-11-05 11:55:59 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:56:00 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":518007,"outputBytes":438491} -2021-11-05 11:56:00 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:56:00 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:56:00 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":517507,"outputBytes":439879} -2021-11-05 11:56:00 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:56:00 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3016236,"outputBytes":1612844} -2021-11-05 11:56:01 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3016236,"outputBytes":2945717} -2021-11-05 11:56:01 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5795,"outputBytes":4029} -2021-11-05 11:56:17 INFO:  Watch: {"event":"modify","input":"src/object/centernet.ts"} -2021-11-05 11:56:17 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:56:17 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517810,"outputBytes":438290} -2021-11-05 11:56:17 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:56:17 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517818,"outputBytes":438294} -2021-11-05 11:56:17 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:56:17 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517885,"outputBytes":438366} -2021-11-05 11:56:17 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:56:17 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:56:17 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":517385,"outputBytes":439741} -2021-11-05 11:56:18 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:56:18 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3016114,"outputBytes":1612767} -2021-11-05 11:56:18 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 11:56:18 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4029,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:56:18 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 11:56:18 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945717,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:56:18 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3016114,"outputBytes":2945591} -2021-11-05 11:56:18 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5795,"outputBytes":4029} -2021-11-05 11:56:18 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 11:56:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 11:56:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4029,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:56:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 11:56:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945591,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:56:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8441,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:56:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773744,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:56:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 11:56:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":201677,"url":"/models/mb3-centernet.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:56:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4030290,"url":"/models/mb3-centernet.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:57:12 INFO:  Watch: {"event":"modify","input":"src/object/centernet.ts"} -2021-11-05 11:57:12 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:57:12 ERROR: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts"} {"errors":[{"location":{"column":113,"file":"src/object/centernet.ts","length":1,"line":26,"lineText":" kernelFunc: (op) => tf.tidy(() => tf.sub(op.inputs.a, tf.mul(tf.div(op.inputs.a, op.inputs.b), op.inputs.b)));","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Expected \"}\" but found \";\""}]} -2021-11-05 11:57:12 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:57:12 ERROR: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts"} {"errors":[{"location":{"column":113,"file":"src/object/centernet.ts","length":1,"line":26,"lineText":" kernelFunc: (op) => tf.tidy(() => tf.sub(op.inputs.a, tf.mul(tf.div(op.inputs.a, op.inputs.b), op.inputs.b)));","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Expected \"}\" but found \";\""}]} -2021-11-05 11:57:12 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:57:12 ERROR: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts"} {"errors":[{"location":{"column":113,"file":"src/object/centernet.ts","length":1,"line":26,"lineText":" kernelFunc: (op) => tf.tidy(() => tf.sub(op.inputs.a, tf.mul(tf.div(op.inputs.a, op.inputs.b), op.inputs.b)));","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Expected \"}\" but found \";\""}]} -2021-11-05 11:57:12 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:57:12 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:57:12 ERROR: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":113,"file":"src/object/centernet.ts","length":1,"line":26,"lineText":" kernelFunc: (op) => tf.tidy(() => tf.sub(op.inputs.a, tf.mul(tf.div(op.inputs.a, op.inputs.b), op.inputs.b)));","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Expected \"}\" but found \";\""}]} -2021-11-05 11:57:12 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:57:12 ERROR: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":113,"file":"src/object/centernet.ts","length":1,"line":26,"lineText":" kernelFunc: (op) => tf.tidy(() => tf.sub(op.inputs.a, tf.mul(tf.div(op.inputs.a, op.inputs.b), op.inputs.b)));","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Expected \"}\" but found \";\""}]} -2021-11-05 11:57:13 ERROR: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":113,"file":"src/object/centernet.ts","length":1,"line":26,"lineText":" kernelFunc: (op) => tf.tidy(() => tf.sub(op.inputs.a, tf.mul(tf.div(op.inputs.a, op.inputs.b), op.inputs.b)));","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Expected \"}\" but found \";\""}]} -2021-11-05 11:57:13 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5795,"outputBytes":4029} -2021-11-05 11:57:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 11:57:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4029,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:57:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945591,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:57:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 11:57:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8441,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:57:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773744,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:57:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 11:57:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":201677,"url":"/models/mb3-centernet.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:57:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4030290,"url":"/models/mb3-centernet.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 11:58:04 INFO:  Watch: {"event":"modify","input":"src/object/centernet.ts"} -2021-11-05 11:58:04 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:58:04 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517620,"outputBytes":438223} -2021-11-05 11:58:04 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:58:04 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517628,"outputBytes":438227} -2021-11-05 11:58:04 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:58:04 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517695,"outputBytes":438299} -2021-11-05 11:58:04 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:58:04 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:58:04 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":517195,"outputBytes":439674} -2021-11-05 11:58:05 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:58:05 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015924,"outputBytes":1612730} -2021-11-05 11:58:05 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015924,"outputBytes":2945522} -2021-11-05 11:58:05 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5795,"outputBytes":4029} -2021-11-05 11:58:33 INFO:  Watch: {"event":"modify","input":"src/object/centernet.ts"} -2021-11-05 11:58:33 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 11:58:33 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517636,"outputBytes":438239} -2021-11-05 11:58:33 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 11:58:33 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517644,"outputBytes":438243} -2021-11-05 11:58:33 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 11:58:33 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517711,"outputBytes":438315} -2021-11-05 11:58:33 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 11:58:33 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 11:58:33 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":517211,"outputBytes":439690} -2021-11-05 11:58:33 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 11:58:34 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015940,"outputBytes":1612730} -2021-11-05 11:58:34 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015940,"outputBytes":2945538} -2021-11-05 11:58:34 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5795,"outputBytes":4029} -2021-11-05 11:58:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 11:58:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4029,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:58:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 11:58:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945538,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 11:58:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8441,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:58:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773509,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 11:58:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 11:58:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":201677,"url":"/models/mb3-centernet.json","remote":"::ffff:192.168.0.200"} -2021-11-05 11:58:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4030290,"url":"/models/mb3-centernet.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 12:03:27 INFO:  Watch: {"event":"modify","input":"src/tfjs/backend.ts"} -2021-11-05 12:03:27 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 12:03:27 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":518004,"outputBytes":438616} -2021-11-05 12:03:27 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 12:03:27 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":518012,"outputBytes":438620} -2021-11-05 12:03:27 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 12:03:27 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":518079,"outputBytes":438692} -2021-11-05 12:03:27 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 12:03:27 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 12:03:27 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":517579,"outputBytes":440139} -2021-11-05 12:03:28 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 12:03:28 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3016308,"outputBytes":1612926} -2021-11-05 12:03:28 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3016308,"outputBytes":2945892} -2021-11-05 12:03:28 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5795,"outputBytes":4029} -2021-11-05 12:03:44 INFO:  Watch: {"event":"modify","input":"src/tfjs/backend.ts"} -2021-11-05 12:03:44 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 12:03:44 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":518032,"outputBytes":438644} -2021-11-05 12:03:44 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 12:03:44 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":518040,"outputBytes":438648} -2021-11-05 12:03:44 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 12:03:44 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":518107,"outputBytes":438720} -2021-11-05 12:03:44 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 12:03:44 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 12:03:45 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":517607,"outputBytes":440167} -2021-11-05 12:03:45 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 12:03:45 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3016336,"outputBytes":1612948} -2021-11-05 12:03:46 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3016336,"outputBytes":2945920} -2021-11-05 12:03:46 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5795,"outputBytes":4029} -2021-11-05 12:03:46 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 12:03:46 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4029,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 12:03:46 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 12:03:46 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945920,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 12:03:46 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8441,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 12:03:46 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4774203,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 12:03:46 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 12:03:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":201677,"url":"/models/mb3-centernet.json","remote":"::ffff:192.168.0.200"} -2021-11-05 12:03:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4030290,"url":"/models/mb3-centernet.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 12:04:29 INFO:  Watch: {"event":"modify","input":"src/tfjs/backend.ts"} -2021-11-05 12:04:29 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 12:04:30 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":518043,"outputBytes":438655} -2021-11-05 12:04:30 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 12:04:30 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":518051,"outputBytes":438659} -2021-11-05 12:04:30 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 12:04:30 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":518118,"outputBytes":438731} -2021-11-05 12:04:30 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 12:04:30 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 12:04:30 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":517618,"outputBytes":440178} -2021-11-05 12:04:30 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 12:04:30 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3016347,"outputBytes":1612959} -2021-11-05 12:04:31 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3016347,"outputBytes":2945931} -2021-11-05 12:04:31 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5795,"outputBytes":4029} -2021-11-05 12:04:36 INFO:  Watch: {"event":"modify","input":"src/tfjs/backend.ts"} -2021-11-05 12:04:36 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 12:04:36 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":518046,"outputBytes":438616} -2021-11-05 12:04:36 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 12:04:36 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":518054,"outputBytes":438620} -2021-11-05 12:04:36 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 12:04:36 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":518121,"outputBytes":438692} -2021-11-05 12:04:36 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 12:04:36 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 12:04:36 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":517621,"outputBytes":440139} -2021-11-05 12:04:37 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 12:04:37 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3016350,"outputBytes":1612926} -2021-11-05 12:04:37 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3016350,"outputBytes":2945892} -2021-11-05 12:04:37 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5795,"outputBytes":4029} -2021-11-05 12:04:53 INFO:  Watch: {"event":"modify","input":"src/body/efficientpose.ts"} -2021-11-05 12:04:54 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 12:04:54 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517915,"outputBytes":438518} -2021-11-05 12:04:54 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 12:04:54 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517923,"outputBytes":438522} -2021-11-05 12:04:54 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 12:04:54 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517990,"outputBytes":438594} -2021-11-05 12:04:54 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 12:04:54 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 12:04:54 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":517490,"outputBytes":439984} -2021-11-05 12:04:54 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 12:04:55 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3016219,"outputBytes":1612875} -2021-11-05 12:04:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 12:04:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4029,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 12:04:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 12:04:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945892,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 12:04:55 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3016219,"outputBytes":2945803} -2021-11-05 12:04:55 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5795,"outputBytes":4029} -2021-11-05 12:04:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8441,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 12:04:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773974,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 12:04:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 12:04:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":201677,"url":"/models/mb3-centernet.json","remote":"::ffff:192.168.0.200"} -2021-11-05 12:04:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4030290,"url":"/models/mb3-centernet.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 12:05:15 INFO:  Watch: {"event":"modify","input":"src/object/centernet.ts"} -2021-11-05 12:05:15 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 12:05:15 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517542,"outputBytes":438236} -2021-11-05 12:05:15 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 12:05:15 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517550,"outputBytes":438240} -2021-11-05 12:05:15 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 12:05:15 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517617,"outputBytes":438312} -2021-11-05 12:05:15 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 12:05:15 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 12:05:15 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":517117,"outputBytes":439637} -2021-11-05 12:05:15 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 12:05:16 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015846,"outputBytes":1612736} -2021-11-05 12:05:16 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015846,"outputBytes":2945536} -2021-11-05 12:05:16 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5795,"outputBytes":4029} -2021-11-05 12:05:25 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 12:05:25 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 12:05:25 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517542,"outputBytes":438236} -2021-11-05 12:05:25 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 12:05:25 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517550,"outputBytes":438240} -2021-11-05 12:05:25 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 12:05:26 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517617,"outputBytes":438312} -2021-11-05 12:05:26 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 12:05:26 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 12:05:26 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":517117,"outputBytes":439637} -2021-11-05 12:05:26 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 12:05:26 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015846,"outputBytes":1612736} -2021-11-05 12:05:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 12:05:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":4029,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 12:05:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 12:05:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945536,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 12:05:27 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015846,"outputBytes":2945536} -2021-11-05 12:05:27 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5804,"outputBytes":3827} -2021-11-05 12:05:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8292,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 12:05:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773374,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 12:05:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 12:05:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":201677,"url":"/models/mb3-centernet.json","remote":"::ffff:192.168.0.200"} -2021-11-05 12:05:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4030290,"url":"/models/mb3-centernet.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 12:05:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 12:05:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3827,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 12:05:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 12:05:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945536,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 12:05:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8292,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 12:05:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773374,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 12:05:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 12:05:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 12:05:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 12:05:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 12:05:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 12:05:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 12:05:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 12:05:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":201677,"url":"/models/mb3-centernet.json","remote":"::ffff:192.168.0.200"} -2021-11-05 12:05:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 12:05:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 12:05:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 12:05:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 12:05:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 12:05:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 12:05:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 12:05:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 12:05:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 12:05:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4030290,"url":"/models/mb3-centernet.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 12:05:38 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 12:05:56 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 12:05:56 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 12:05:56 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517542,"outputBytes":438236} -2021-11-05 12:05:56 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 12:05:56 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517550,"outputBytes":438240} -2021-11-05 12:05:56 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 12:05:56 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517617,"outputBytes":438312} -2021-11-05 12:05:56 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 12:05:56 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 12:05:56 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":517117,"outputBytes":439637} -2021-11-05 12:05:56 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 12:05:57 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3015846,"outputBytes":1612736} -2021-11-05 12:05:57 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3015846,"outputBytes":2945536} -2021-11-05 12:05:57 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5807,"outputBytes":3798} -2021-11-05 13:21:52 INFO:  @vladmandic/human version 2.5.0 -2021-11-05 13:21:52 INFO:  User: vlado Platform: linux Arch: x64 Node: v17.0.1 -2021-11-05 13:21:52 INFO:  Application: {"name":"@vladmandic/human","version":"2.5.0"} -2021-11-05 13:21:52 INFO:  Environment: {"profile":"development","config":".build.json","package":"package.json","tsconfig":true,"eslintrc":true,"git":true} -2021-11-05 13:21:52 INFO:  Toolchain: {"build":"0.6.3","esbuild":"0.13.12","typescript":"4.4.4","typedoc":"0.22.7","eslint":"8.1.0"} -2021-11-05 13:21:52 INFO:  Build: {"profile":"development","steps":["serve","watch","compile"]} -2021-11-05 13:21:52 STATE: WebServer: {"ssl":false,"port":10030,"root":"."} -2021-11-05 13:21:52 STATE: WebServer: {"ssl":true,"port":10031,"root":".","sslKey":"node_modules/@vladmandic/build/cert/https.key","sslCrt":"node_modules/@vladmandic/build/cert/https.crt"} -2021-11-05 13:21:52 STATE: Watch: {"locations":["src/**","README.md","src/**/*","tfjs/**/*","demo/**/*.ts"]} -2021-11-05 13:21:52 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 13:21:52 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517768,"outputBytes":438517} -2021-11-05 13:21:52 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 13:21:52 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517776,"outputBytes":438521} -2021-11-05 13:21:52 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 13:21:52 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517843,"outputBytes":438593} -2021-11-05 13:21:52 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 13:21:52 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 13:21:52 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":517343,"outputBytes":439978} -2021-11-05 13:21:52 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 13:21:53 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3016072,"outputBytes":1612891} -2021-11-05 13:21:53 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3016072,"outputBytes":2945799} -2021-11-05 13:21:53 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5804,"outputBytes":3827} -2021-11-05 13:21:53 INFO:  Listening... -2021-11-05 13:21:59 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 13:21:59 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3827,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 13:21:59 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 13:21:59 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945799,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 13:21:59 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8292,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 13:21:59 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773830,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 13:21:59 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":201677,"url":"/models/mb3-centernet.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4030290,"url":"/models/mb3-centernet.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:29 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 13:22:29 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 13:22:29 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517768,"outputBytes":438517} -2021-11-05 13:22:29 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 13:22:29 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517776,"outputBytes":438521} -2021-11-05 13:22:29 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 13:22:29 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517843,"outputBytes":438593} -2021-11-05 13:22:29 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 13:22:29 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 13:22:30 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":517343,"outputBytes":439978} -2021-11-05 13:22:30 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 13:22:30 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3016072,"outputBytes":1612891} -2021-11-05 13:22:31 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3016072,"outputBytes":2945799} -2021-11-05 13:22:31 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5804,"outputBytes":3827} -2021-11-05 13:22:35 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 13:22:35 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 13:22:36 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517768,"outputBytes":438517} -2021-11-05 13:22:36 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 13:22:36 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517776,"outputBytes":438521} -2021-11-05 13:22:36 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 13:22:36 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517843,"outputBytes":438593} -2021-11-05 13:22:36 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 13:22:36 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 13:22:36 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":517343,"outputBytes":439978} -2021-11-05 13:22:36 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 13:22:36 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3016072,"outputBytes":1612891} -2021-11-05 13:22:37 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3016072,"outputBytes":2945799} -2021-11-05 13:22:37 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5804,"outputBytes":3827} -2021-11-05 13:22:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3827,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945799,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8292,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773830,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":201677,"url":"/models/mb3-centernet.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4030290,"url":"/models/mb3-centernet.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:22:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:23:08 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 13:23:08 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 13:23:08 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517768,"outputBytes":438517} -2021-11-05 13:23:08 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 13:23:08 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517776,"outputBytes":438521} -2021-11-05 13:23:08 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 13:23:09 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517843,"outputBytes":438593} -2021-11-05 13:23:09 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 13:23:09 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 13:23:09 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":517343,"outputBytes":439978} -2021-11-05 13:23:09 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 13:23:09 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3016072,"outputBytes":1612891} -2021-11-05 13:23:10 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3016072,"outputBytes":2945799} -2021-11-05 13:23:10 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5807,"outputBytes":3798} -2021-11-05 13:27:08 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 13:27:08 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 13:27:08 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517768,"outputBytes":438517} -2021-11-05 13:27:08 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 13:27:08 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517776,"outputBytes":438521} -2021-11-05 13:27:08 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 13:27:08 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517843,"outputBytes":438593} -2021-11-05 13:27:09 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 13:27:09 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 13:27:09 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":517343,"outputBytes":439978} -2021-11-05 13:27:09 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2564340,"outputBytes":2499579} -2021-11-05 13:27:09 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3016072,"outputBytes":1612891} -2021-11-05 13:27:10 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3016072,"outputBytes":2945799} -2021-11-05 13:27:10 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5810,"outputBytes":3779} -2021-11-05 13:27:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 13:27:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 13:27:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 13:27:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2945799,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 13:27:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8258,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 13:27:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773830,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 13:27:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:27:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:27:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:27:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:27:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:27:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:27:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:27:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:27:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 13:27:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:27:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:27:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:27:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:27:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:27:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:27:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:27:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:30:11 INFO:  @vladmandic/human version 2.5.0 -2021-11-05 13:30:11 INFO:  User: vlado Platform: linux Arch: x64 Node: v17.0.1 -2021-11-05 13:30:11 INFO:  Application: {"name":"@vladmandic/human","version":"2.5.0"} -2021-11-05 13:30:11 INFO:  Environment: {"profile":"development","config":".build.json","package":"package.json","tsconfig":true,"eslintrc":true,"git":true} -2021-11-05 13:30:11 INFO:  Toolchain: {"build":"0.6.3","esbuild":"0.13.12","typescript":"4.4.4","typedoc":"0.22.7","eslint":"8.1.0"} -2021-11-05 13:30:11 INFO:  Build: {"profile":"development","steps":["serve","watch","compile"]} -2021-11-05 13:30:11 STATE: WebServer: {"ssl":false,"port":10030,"root":"."} -2021-11-05 13:30:11 STATE: WebServer: {"ssl":true,"port":10031,"root":".","sslKey":"node_modules/@vladmandic/build/cert/https.key","sslCrt":"node_modules/@vladmandic/build/cert/https.crt"} -2021-11-05 13:30:11 STATE: Watch: {"locations":["src/**","README.md","src/**/*","tfjs/**/*","demo/**/*.ts"]} -2021-11-05 13:30:11 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 13:30:11 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517768,"outputBytes":438517} -2021-11-05 13:30:11 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 13:30:11 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517776,"outputBytes":438521} -2021-11-05 13:30:11 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 13:30:11 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517843,"outputBytes":438593} -2021-11-05 13:30:11 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 13:30:11 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 13:30:11 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":517343,"outputBytes":439978} -2021-11-05 13:30:11 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 13:30:12 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3013871,"outputBytes":1610826} -2021-11-05 13:30:12 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3013871,"outputBytes":2943604} -2021-11-05 13:30:12 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5810,"outputBytes":3779} -2021-11-05 13:30:12 INFO:  Listening... -2021-11-05 13:30:41 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 13:30:41 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 13:30:41 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 13:30:41 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2943604,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 13:30:41 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8258,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 13:30:41 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4770978,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 13:30:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:30:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:30:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:30:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:30:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:30:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:30:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:30:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:30:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 13:30:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:30:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:30:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:30:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:30:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:30:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:30:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:30:43 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:32:30 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 13:32:30 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 13:32:30 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517768,"outputBytes":438517} -2021-11-05 13:32:30 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 13:32:30 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517776,"outputBytes":438521} -2021-11-05 13:32:30 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 13:32:31 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517843,"outputBytes":438593} -2021-11-05 13:32:31 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 13:32:31 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 13:32:31 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":517343,"outputBytes":439978} -2021-11-05 13:32:31 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 13:32:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 13:32:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 13:32:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2943604,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 13:32:31 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3013871,"outputBytes":1610826} -2021-11-05 13:32:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 13:32:32 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8258,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 13:32:32 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4770978,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 13:32:32 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:32:32 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:32:32 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:32:32 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:32:32 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:32:32 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:32:32 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:32:32 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:32:32 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 13:32:32 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:32:32 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:32:32 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:32:32 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:32:32 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:32:32 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:32:32 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:32:32 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:32:32 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3013871,"outputBytes":2943604} -2021-11-05 13:32:32 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5809,"outputBytes":3800} -2021-11-05 13:33:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 13:33:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3800,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 13:33:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 13:33:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2943604,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 13:33:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8271,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 13:33:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4770978,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 13:33:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 13:33:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:33:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:33:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:33:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:33:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:33:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:33:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:33:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 13:33:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:33:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:33:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:33:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:33:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:33:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:33:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:33:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 13:34:06 INFO:  Watch: {"event":"modify","input":"demo/typescript/index.ts"} -2021-11-05 13:34:06 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 13:34:06 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517768,"outputBytes":438517} -2021-11-05 13:34:06 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 13:34:06 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517776,"outputBytes":438521} -2021-11-05 13:34:06 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 13:34:06 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517843,"outputBytes":438593} -2021-11-05 13:34:06 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 13:34:06 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 13:34:06 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":517343,"outputBytes":439978} -2021-11-05 13:34:07 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 13:34:07 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3013871,"outputBytes":1610826} -2021-11-05 13:34:08 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3013871,"outputBytes":2943604} -2021-11-05 13:34:08 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 13:58:29 INFO:  Watch: {"event":"add","input":"src/image/enhance.ts"} -2021-11-05 13:58:29 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 13:58:29 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517768,"outputBytes":438517} -2021-11-05 13:58:29 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 13:58:29 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517776,"outputBytes":438521} -2021-11-05 13:58:29 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 13:58:29 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517843,"outputBytes":438593} -2021-11-05 13:58:29 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 13:58:29 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 13:58:29 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":517343,"outputBytes":439978} -2021-11-05 13:58:29 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 13:58:30 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3013871,"outputBytes":1610826} -2021-11-05 13:58:30 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3013871,"outputBytes":2943604} -2021-11-05 13:58:30 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:10:47 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:10:47 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:10:47 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517768,"outputBytes":438517} -2021-11-05 14:10:47 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:10:47 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517776,"outputBytes":438521} -2021-11-05 14:10:47 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:10:47 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517843,"outputBytes":438593} -2021-11-05 14:10:47 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:10:47 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:10:47 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":517343,"outputBytes":439978} -2021-11-05 14:10:48 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:10:48 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3013871,"outputBytes":1610826} -2021-11-05 14:10:48 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3013871,"outputBytes":2943604} -2021-11-05 14:10:48 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:11:27 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:11:27 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:11:27 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":55,"inputBytes":517768,"outputBytes":438517} -2021-11-05 14:11:27 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:11:27 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":55,"inputBytes":517776,"outputBytes":438521} -2021-11-05 14:11:27 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:11:27 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":55,"inputBytes":517843,"outputBytes":438593} -2021-11-05 14:11:27 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:11:27 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:11:27 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":55,"inputBytes":517343,"outputBytes":439978} -2021-11-05 14:11:27 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:11:27 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":55,"inputBytes":3013871,"outputBytes":1610826} -2021-11-05 14:11:28 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":55,"inputBytes":3013871,"outputBytes":2943604} -2021-11-05 14:11:28 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:11:51 INFO:  Watch: {"event":"modify","input":"src/image/image.ts"} -2021-11-05 14:11:51 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:11:51 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":518845,"outputBytes":438633} -2021-11-05 14:11:51 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:11:51 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":518853,"outputBytes":438637} -2021-11-05 14:11:51 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:11:51 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":518920,"outputBytes":438709} -2021-11-05 14:11:51 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:11:51 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:11:51 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518420,"outputBytes":439991} -2021-11-05 14:11:51 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:11:52 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3014948,"outputBytes":1610826} -2021-11-05 14:11:52 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3014948,"outputBytes":2943604} -2021-11-05 14:11:52 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:13:13 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:13:13 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:13:13 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":518839,"outputBytes":438633} -2021-11-05 14:13:13 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:13:13 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":518847,"outputBytes":438637} -2021-11-05 14:13:13 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:13:13 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":518914,"outputBytes":438709} -2021-11-05 14:13:13 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:13:13 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:13:13 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518414,"outputBytes":439991} -2021-11-05 14:13:14 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:13:14 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3014942,"outputBytes":1610826} -2021-11-05 14:13:15 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3014942,"outputBytes":2943604} -2021-11-05 14:13:15 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:13:15 INFO:  Watch: {"event":"modify","input":"src/image/image.ts","skip":true} -2021-11-05 14:13:39 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:13:39 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:13:39 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":518916,"outputBytes":439413} -2021-11-05 14:13:39 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:13:39 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":518924,"outputBytes":439417} -2021-11-05 14:13:39 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:13:39 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":518991,"outputBytes":439489} -2021-11-05 14:13:39 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:13:39 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:13:39 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518491,"outputBytes":441020} -2021-11-05 14:13:40 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:13:40 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015019,"outputBytes":1611143} -2021-11-05 14:13:40 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015019,"outputBytes":2944365} -2021-11-05 14:13:40 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:20:34 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:20:34 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:20:34 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519115,"outputBytes":439611} -2021-11-05 14:20:34 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:20:34 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519123,"outputBytes":439615} -2021-11-05 14:20:34 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:20:34 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519190,"outputBytes":439687} -2021-11-05 14:20:34 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:20:34 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:20:34 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518690,"outputBytes":441302} -2021-11-05 14:20:34 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:20:34 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015218,"outputBytes":1611236} -2021-11-05 14:20:35 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015218,"outputBytes":2944545} -2021-11-05 14:20:35 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:20:52 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:20:52 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:20:52 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519134,"outputBytes":439631} -2021-11-05 14:20:52 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:20:52 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519142,"outputBytes":439635} -2021-11-05 14:20:52 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:20:52 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519209,"outputBytes":439707} -2021-11-05 14:20:53 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:20:53 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:20:53 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518709,"outputBytes":441322} -2021-11-05 14:20:53 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:20:53 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015237,"outputBytes":1611252} -2021-11-05 14:20:54 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015237,"outputBytes":2944565} -2021-11-05 14:20:54 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:21:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:21:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:21:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:21:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944565,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:21:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:21:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773409,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:21:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:21:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:21:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:21:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:21:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:21:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:21:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:21:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:21:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:21:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:21:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:21:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:21:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:21:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:21:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:21:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:21:55 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:21:55 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:21:55 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519134,"outputBytes":439631} -2021-11-05 14:21:55 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:21:55 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519142,"outputBytes":439635} -2021-11-05 14:21:55 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:21:55 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519209,"outputBytes":439707} -2021-11-05 14:21:55 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:21:55 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:21:55 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518709,"outputBytes":441322} -2021-11-05 14:21:55 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:21:55 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015237,"outputBytes":1611252} -2021-11-05 14:21:56 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015237,"outputBytes":2944565} -2021-11-05 14:21:56 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:22:02 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:22:02 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:22:02 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:22:02 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944565,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:22:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:22:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773409,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:22:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:22:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:22:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:22:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:22:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:22:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:22:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:22:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:22:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:22:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:22:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:22:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:22:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:22:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:22:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:22:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:22:03 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:22:30 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:22:30 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:22:30 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519160,"outputBytes":439658} -2021-11-05 14:22:30 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:22:30 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519168,"outputBytes":439662} -2021-11-05 14:22:30 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:22:31 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519235,"outputBytes":439734} -2021-11-05 14:22:31 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:22:31 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:22:31 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518735,"outputBytes":441349} -2021-11-05 14:22:31 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:22:31 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015263,"outputBytes":1611277} -2021-11-05 14:22:32 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015263,"outputBytes":2944592} -2021-11-05 14:22:32 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:22:37 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:22:37 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:22:37 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519160,"outputBytes":439658} -2021-11-05 14:22:37 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:22:37 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519168,"outputBytes":439662} -2021-11-05 14:22:37 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:22:37 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519235,"outputBytes":439734} -2021-11-05 14:22:37 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:22:37 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:22:37 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518735,"outputBytes":441349} -2021-11-05 14:22:38 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:22:38 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015263,"outputBytes":1611277} -2021-11-05 14:22:38 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015263,"outputBytes":2944592} -2021-11-05 14:22:38 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:22:51 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:22:51 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:22:51 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519185,"outputBytes":439683} -2021-11-05 14:22:51 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:22:51 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519193,"outputBytes":439687} -2021-11-05 14:22:51 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:22:51 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519260,"outputBytes":439759} -2021-11-05 14:22:51 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:22:51 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:22:51 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518760,"outputBytes":441374} -2021-11-05 14:22:51 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:22:52 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015288,"outputBytes":1611296} -2021-11-05 14:22:52 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015288,"outputBytes":2944617} -2021-11-05 14:22:52 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:23:16 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:23:16 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:23:16 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519191,"outputBytes":439689} -2021-11-05 14:23:16 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:23:16 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519199,"outputBytes":439693} -2021-11-05 14:23:16 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:23:16 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519266,"outputBytes":439765} -2021-11-05 14:23:16 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:23:16 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:23:16 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518766,"outputBytes":441380} -2021-11-05 14:23:17 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:23:17 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015294,"outputBytes":1611302} -2021-11-05 14:23:17 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015294,"outputBytes":2944623} -2021-11-05 14:23:17 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:23:18 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:18 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:18 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:18 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944623,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:18 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:18 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773506,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:52 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:23:52 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:23:52 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519191,"outputBytes":439689} -2021-11-05 14:23:52 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:23:52 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519199,"outputBytes":439693} -2021-11-05 14:23:52 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:23:52 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519266,"outputBytes":439765} -2021-11-05 14:23:52 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:23:52 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:23:52 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518766,"outputBytes":441380} -2021-11-05 14:23:53 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:23:53 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015294,"outputBytes":1611302} -2021-11-05 14:23:53 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015294,"outputBytes":2944623} -2021-11-05 14:23:53 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:23:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944623,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773506,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:23:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:24:37 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:24:37 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:24:37 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519191,"outputBytes":439689} -2021-11-05 14:24:37 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:24:37 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519199,"outputBytes":439693} -2021-11-05 14:24:37 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:24:37 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519266,"outputBytes":439765} -2021-11-05 14:24:37 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:24:37 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:24:37 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518766,"outputBytes":441380} -2021-11-05 14:24:38 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:24:38 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015294,"outputBytes":1611302} -2021-11-05 14:24:38 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015294,"outputBytes":2944623} -2021-11-05 14:24:38 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:24:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:24:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:24:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:24:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944623,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:24:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:24:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773506,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:24:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:24:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:24:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:24:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:24:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:24:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:24:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:24:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:24:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:24:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:24:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:24:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:24:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:24:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:24:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:24:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:24:45 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:25:00 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:25:00 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:25:00 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519191,"outputBytes":439689} -2021-11-05 14:25:00 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:25:00 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519199,"outputBytes":439693} -2021-11-05 14:25:00 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:25:00 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519266,"outputBytes":439765} -2021-11-05 14:25:00 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:25:00 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:25:00 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518766,"outputBytes":441380} -2021-11-05 14:25:00 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:25:01 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015294,"outputBytes":1611302} -2021-11-05 14:25:01 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015294,"outputBytes":2944623} -2021-11-05 14:25:01 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:25:07 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:25:07 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:25:07 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519200,"outputBytes":439698} -2021-11-05 14:25:07 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:25:07 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519208,"outputBytes":439702} -2021-11-05 14:25:07 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:25:07 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519275,"outputBytes":439774} -2021-11-05 14:25:07 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:25:07 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:25:07 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518775,"outputBytes":441389} -2021-11-05 14:25:08 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:25:08 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015303,"outputBytes":1611311} -2021-11-05 14:25:08 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015303,"outputBytes":2944632} -2021-11-05 14:25:08 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:25:09 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:25:09 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:25:09 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:25:09 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944632,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773526,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:25:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:25:57 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:25:57 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:25:57 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519200,"outputBytes":439698} -2021-11-05 14:25:57 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:25:57 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519208,"outputBytes":439702} -2021-11-05 14:25:57 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:25:57 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519275,"outputBytes":439774} -2021-11-05 14:25:57 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:25:57 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:25:57 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518775,"outputBytes":441389} -2021-11-05 14:25:57 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:25:58 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015303,"outputBytes":1611311} -2021-11-05 14:25:58 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015303,"outputBytes":2944632} -2021-11-05 14:25:58 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:26:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:26:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:26:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:26:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944632,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:26:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:26:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773526,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:26:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:26:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:26:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:26:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:26:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:26:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:26:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:26:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:26:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:26:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:26:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:26:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:26:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:26:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:26:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:26:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:26:00 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:21 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:27:21 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:27:21 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519133,"outputBytes":439631} -2021-11-05 14:27:21 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:27:21 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519141,"outputBytes":439635} -2021-11-05 14:27:21 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:27:21 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519208,"outputBytes":439707} -2021-11-05 14:27:21 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:27:21 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:27:21 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518708,"outputBytes":441322} -2021-11-05 14:27:22 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:27:22 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015236,"outputBytes":1611240} -2021-11-05 14:27:22 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015236,"outputBytes":2944565} -2021-11-05 14:27:22 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:27:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944565,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773410,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:51 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:27:51 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:27:51 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519140,"outputBytes":439638} -2021-11-05 14:27:51 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:27:51 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519148,"outputBytes":439642} -2021-11-05 14:27:51 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:27:52 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519215,"outputBytes":439714} -2021-11-05 14:27:52 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:27:52 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:27:52 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518715,"outputBytes":441329} -2021-11-05 14:27:52 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:27:52 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015243,"outputBytes":1611242} -2021-11-05 14:27:53 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015243,"outputBytes":2944573} -2021-11-05 14:27:53 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:27:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":1953,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:55 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944573,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:56 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:56 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773422,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:56 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:56 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:56 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:56 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:56 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:56 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:56 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:56 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:56 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:56 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:56 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:56 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:56 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:56 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:56 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:56 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:27:56 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:28:32 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:28:32 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:28:32 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519110,"outputBytes":439607} -2021-11-05 14:28:32 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:28:32 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519118,"outputBytes":439611} -2021-11-05 14:28:32 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:28:32 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519185,"outputBytes":439683} -2021-11-05 14:28:32 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:28:32 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:28:32 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518685,"outputBytes":441298} -2021-11-05 14:28:32 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:28:32 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015213,"outputBytes":1611221} -2021-11-05 14:28:33 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015213,"outputBytes":2944542} -2021-11-05 14:28:33 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:30:49 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:30:49 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:30:49 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519175,"outputBytes":439673} -2021-11-05 14:30:49 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:30:49 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519183,"outputBytes":439677} -2021-11-05 14:30:49 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:30:49 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519250,"outputBytes":439749} -2021-11-05 14:30:49 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:30:49 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:30:49 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518750,"outputBytes":441378} -2021-11-05 14:30:50 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:30:50 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015278,"outputBytes":1611268} -2021-11-05 14:30:50 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015278,"outputBytes":2944613} -2021-11-05 14:30:50 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:30:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:30:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:30:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:30:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944613,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:30:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:30:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773473,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:30:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:30:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:30:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:30:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:30:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:30:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:30:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:30:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:30:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:30:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:30:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:30:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:30:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:30:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:30:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:30:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:30:54 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:06 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:31:06 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:31:06 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519185,"outputBytes":439683} -2021-11-05 14:31:06 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:31:06 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519193,"outputBytes":439687} -2021-11-05 14:31:06 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:31:06 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519260,"outputBytes":439759} -2021-11-05 14:31:06 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:31:06 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:31:06 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518760,"outputBytes":441388} -2021-11-05 14:31:07 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:31:07 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015288,"outputBytes":1611278} -2021-11-05 14:31:07 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015288,"outputBytes":2944623} -2021-11-05 14:31:07 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:31:07 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:08 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:08 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:08 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944623,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:08 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:08 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773488,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:08 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:08 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:08 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:08 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:08 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:08 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:08 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:08 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:08 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:08 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:08 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:08 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:08 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:08 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:08 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:08 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:08 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:35 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:31:35 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:31:35 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519228,"outputBytes":439726} -2021-11-05 14:31:35 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:31:35 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519236,"outputBytes":439730} -2021-11-05 14:31:35 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:31:35 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519303,"outputBytes":439802} -2021-11-05 14:31:35 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:31:35 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:31:35 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518803,"outputBytes":441459} -2021-11-05 14:31:35 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:31:36 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015331,"outputBytes":1611286} -2021-11-05 14:31:36 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015331,"outputBytes":2944660} -2021-11-05 14:31:36 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:31:41 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:46 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:46 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:46 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944660,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:46 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:46 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773569,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:46 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:46 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:46 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:46 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:46 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:46 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:46 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:46 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:46 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:46 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:31:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:32:26 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:32:26 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:32:27 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519273,"outputBytes":439774} -2021-11-05 14:32:27 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:32:27 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519281,"outputBytes":439778} -2021-11-05 14:32:27 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:32:27 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519348,"outputBytes":439850} -2021-11-05 14:32:27 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:32:27 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:32:27 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518848,"outputBytes":441521} -2021-11-05 14:32:27 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:32:27 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015376,"outputBytes":1611304} -2021-11-05 14:32:28 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015376,"outputBytes":2944705} -2021-11-05 14:32:28 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:32:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:32:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:32:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:32:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944705,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:32:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:32:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773651,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:32:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:32:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:32:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:32:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:32:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:32:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:32:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:32:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:32:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:32:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:32:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:32:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:32:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:32:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:32:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:32:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:32:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:33:46 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:33:46 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:33:46 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519276,"outputBytes":439774} -2021-11-05 14:33:46 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:33:46 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519284,"outputBytes":439778} -2021-11-05 14:33:46 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:33:46 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519351,"outputBytes":439850} -2021-11-05 14:33:46 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:33:46 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:33:46 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518851,"outputBytes":441521} -2021-11-05 14:33:47 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:33:47 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015379,"outputBytes":1611304} -2021-11-05 14:33:47 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015379,"outputBytes":2944709} -2021-11-05 14:33:47 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:33:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:33:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:33:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:33:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944709,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:33:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:33:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773665,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:33:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:33:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:33:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:33:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:33:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:33:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:33:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:33:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:33:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:33:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:33:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:33:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:33:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:33:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:33:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:33:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:33:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:34:34 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:34:34 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:34:34 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519267,"outputBytes":439764} -2021-11-05 14:34:34 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:34:34 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519275,"outputBytes":439768} -2021-11-05 14:34:34 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:34:34 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519342,"outputBytes":439840} -2021-11-05 14:34:34 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:34:34 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:34:34 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518842,"outputBytes":441511} -2021-11-05 14:34:35 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:34:35 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015370,"outputBytes":1611302} -2021-11-05 14:34:35 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015370,"outputBytes":2944699} -2021-11-05 14:34:35 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:34:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:34:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:34:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:34:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944699,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:34:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:34:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773651,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:34:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:34:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:34:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:34:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:34:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:34:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:34:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:34:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:34:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:34:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:34:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:34:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:34:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:34:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:34:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:34:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:34:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:37:39 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:37:39 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:37:39 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519277,"outputBytes":439774} -2021-11-05 14:37:39 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:37:39 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519285,"outputBytes":439778} -2021-11-05 14:37:39 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:37:39 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519352,"outputBytes":439850} -2021-11-05 14:37:39 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:37:39 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:37:39 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518852,"outputBytes":441521} -2021-11-05 14:37:39 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:37:40 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015380,"outputBytes":1611302} -2021-11-05 14:37:40 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015380,"outputBytes":2944714} -2021-11-05 14:37:40 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:37:44 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:37:44 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:37:44 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:37:44 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944714,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:37:44 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:37:44 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773661,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:37:44 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:37:44 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:37:44 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:37:44 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:37:44 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:37:44 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:37:44 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:37:44 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:37:44 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:37:44 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:37:44 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:37:44 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:37:44 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:37:44 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:37:44 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:37:44 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:37:44 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:39:37 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:39:37 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:39:37 ERROR: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts"} {"errors":[{"location":{"column":23,"file":"src/image/enhance.ts","length":22,"line":5,"lineText":"import { engine } from 'src/tfjs/tfjs.esm.js';","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Could not resolve \"src/tfjs/tfjs.esm.js\" (mark it as external to exclude it from the bundle)"}]} -2021-11-05 14:39:37 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:39:37 ERROR: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts"} {"errors":[{"location":{"column":23,"file":"src/image/enhance.ts","length":22,"line":5,"lineText":"import { engine } from 'src/tfjs/tfjs.esm.js';","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Could not resolve \"src/tfjs/tfjs.esm.js\" (mark it as external to exclude it from the bundle)"}]} -2021-11-05 14:39:37 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:39:37 ERROR: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts"} {"errors":[{"location":{"column":23,"file":"src/image/enhance.ts","length":22,"line":5,"lineText":"import { engine } from 'src/tfjs/tfjs.esm.js';","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Could not resolve \"src/tfjs/tfjs.esm.js\" (mark it as external to exclude it from the bundle)"}]} -2021-11-05 14:39:37 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:39:37 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:39:37 ERROR: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":23,"file":"src/image/enhance.ts","length":22,"line":5,"lineText":"import { engine } from 'src/tfjs/tfjs.esm.js';","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Could not resolve \"src/tfjs/tfjs.esm.js\" (mark it as external to exclude it from the bundle)"}]} -2021-11-05 14:39:38 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:39:38 ERROR: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":23,"file":"src/image/enhance.ts","length":22,"line":5,"lineText":"import { engine } from 'src/tfjs/tfjs.esm.js';","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Could not resolve \"src/tfjs/tfjs.esm.js\" (mark it as external to exclude it from the bundle)"}]} -2021-11-05 14:39:38 ERROR: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":23,"file":"src/image/enhance.ts","length":22,"line":5,"lineText":"import { engine } from 'src/tfjs/tfjs.esm.js';","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Could not resolve \"src/tfjs/tfjs.esm.js\" (mark it as external to exclude it from the bundle)"}]} -2021-11-05 14:39:38 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:39:43 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:39:43 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:39:43 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519280,"outputBytes":439779} -2021-11-05 14:39:43 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:39:43 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519288,"outputBytes":439783} -2021-11-05 14:39:43 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:39:43 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519355,"outputBytes":439855} -2021-11-05 14:39:43 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:39:43 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:39:44 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518855,"outputBytes":441526} -2021-11-05 14:39:44 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:39:44 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015383,"outputBytes":1611304} -2021-11-05 14:39:44 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015383,"outputBytes":2944714} -2021-11-05 14:39:45 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:39:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:39:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:39:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:39:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944714,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:39:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:39:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773660,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:39:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:39:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:39:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:39:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:39:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:39:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:39:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:39:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:39:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:39:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:39:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:39:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:39:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:39:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:39:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:39:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:39:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:40:47 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:40:47 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:40:47 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519272,"outputBytes":439769} -2021-11-05 14:40:47 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:40:47 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519280,"outputBytes":439773} -2021-11-05 14:40:47 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:40:47 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519347,"outputBytes":439845} -2021-11-05 14:40:47 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:40:47 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:40:47 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518847,"outputBytes":441516} -2021-11-05 14:40:47 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:40:47 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015375,"outputBytes":1611302} -2021-11-05 14:40:48 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015375,"outputBytes":2944704} -2021-11-05 14:40:48 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:40:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:40:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:40:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:40:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944704,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:40:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:40:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773658,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:40:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:40:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:40:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:40:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:40:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:40:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:40:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:40:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:40:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:40:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:40:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:40:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:40:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:40:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:40:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:40:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:40:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:41:11 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:41:11 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:41:11 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519263,"outputBytes":439759} -2021-11-05 14:41:11 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:41:11 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519271,"outputBytes":439763} -2021-11-05 14:41:11 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:41:11 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519338,"outputBytes":439835} -2021-11-05 14:41:11 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:41:11 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:41:11 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518838,"outputBytes":441506} -2021-11-05 14:41:11 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:41:12 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015366,"outputBytes":1611300} -2021-11-05 14:41:12 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015366,"outputBytes":2944694} -2021-11-05 14:41:12 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:41:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:41:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:41:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:41:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944694,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:41:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:41:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773644,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:41:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:41:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:41:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:41:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:41:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:41:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:41:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:41:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:41:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:41:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:41:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:41:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:41:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:41:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:41:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:41:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:41:13 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:29 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:43:29 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:43:29 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519308,"outputBytes":439692} -2021-11-05 14:43:29 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:43:29 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519316,"outputBytes":439696} -2021-11-05 14:43:29 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:43:29 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519383,"outputBytes":439768} -2021-11-05 14:43:29 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:43:29 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:43:29 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518883,"outputBytes":441411} -2021-11-05 14:43:29 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:43:30 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015411,"outputBytes":1611269} -2021-11-05 14:43:30 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015411,"outputBytes":2944631} -2021-11-05 14:43:30 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:43:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:30 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944631,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773610,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:31 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:48 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:43:48 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:43:48 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519335,"outputBytes":439719} -2021-11-05 14:43:48 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:43:48 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519343,"outputBytes":439723} -2021-11-05 14:43:48 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:43:48 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519410,"outputBytes":439795} -2021-11-05 14:43:48 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:43:48 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:43:48 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518910,"outputBytes":441438} -2021-11-05 14:43:48 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:43:49 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015438,"outputBytes":1611294} -2021-11-05 14:43:49 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015438,"outputBytes":2944658} -2021-11-05 14:43:49 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:43:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944658,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773659,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:43:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:17 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:44:17 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:44:17 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519368,"outputBytes":439643} -2021-11-05 14:44:17 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:44:17 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519376,"outputBytes":439647} -2021-11-05 14:44:17 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:44:17 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519443,"outputBytes":439719} -2021-11-05 14:44:17 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:44:17 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:44:17 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518943,"outputBytes":441334} -2021-11-05 14:44:17 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:44:18 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015471,"outputBytes":1611260} -2021-11-05 14:44:18 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts","skip":true} -2021-11-05 14:44:18 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015471,"outputBytes":2944588} -2021-11-05 14:44:18 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:44:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944588,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773596,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:25 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:48 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:44:48 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:44:48 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519367,"outputBytes":439642} -2021-11-05 14:44:48 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:44:48 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519375,"outputBytes":439646} -2021-11-05 14:44:48 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:44:48 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519442,"outputBytes":439718} -2021-11-05 14:44:48 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:44:48 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:44:48 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518942,"outputBytes":441333} -2021-11-05 14:44:48 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:44:49 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015470,"outputBytes":1611260} -2021-11-05 14:44:49 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015470,"outputBytes":2944587} -2021-11-05 14:44:49 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:44:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944587,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773595,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:44:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:45:45 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:45:45 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:45:45 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519263,"outputBytes":439759} -2021-11-05 14:45:45 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:45:45 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519271,"outputBytes":439763} -2021-11-05 14:45:45 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:45:45 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519338,"outputBytes":439835} -2021-11-05 14:45:45 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:45:45 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:45:45 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518838,"outputBytes":441506} -2021-11-05 14:45:45 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:45:45 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015366,"outputBytes":1611300} -2021-11-05 14:45:46 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015366,"outputBytes":2944694} -2021-11-05 14:45:46 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:46:18 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:46:18 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:46:18 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":517907,"outputBytes":438551} -2021-11-05 14:46:18 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:46:18 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519071,"outputBytes":439699} -2021-11-05 14:46:18 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:46:18 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519138,"outputBytes":439771} -2021-11-05 14:46:18 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:46:18 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:46:18 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518638,"outputBytes":441442} -2021-11-05 14:46:18 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:46:19 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015166,"outputBytes":1611300} -2021-11-05 14:46:19 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts","skip":true} -2021-11-05 14:46:19 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015166,"outputBytes":2944630} -2021-11-05 14:46:19 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:46:22 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:46:22 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:46:22 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519063,"outputBytes":439695} -2021-11-05 14:46:22 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:46:22 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519071,"outputBytes":439699} -2021-11-05 14:46:22 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:46:23 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519138,"outputBytes":439771} -2021-11-05 14:46:23 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:46:23 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:46:23 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518638,"outputBytes":441442} -2021-11-05 14:46:23 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:46:23 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015166,"outputBytes":1611300} -2021-11-05 14:46:24 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015166,"outputBytes":2944630} -2021-11-05 14:46:24 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:46:57 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:46:57 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:46:57 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519063,"outputBytes":439695} -2021-11-05 14:46:57 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:46:57 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519071,"outputBytes":439699} -2021-11-05 14:46:57 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:46:57 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519138,"outputBytes":439771} -2021-11-05 14:46:57 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:46:57 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:46:57 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518638,"outputBytes":441442} -2021-11-05 14:46:57 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:46:58 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015166,"outputBytes":1611300} -2021-11-05 14:46:58 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015166,"outputBytes":2944630} -2021-11-05 14:46:58 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:47:01 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:02 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:02 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:02 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944630,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:02 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:02 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773339,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:02 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:02 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:02 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:02 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:02 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:02 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:02 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:02 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:02 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:02 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:02 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:02 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:02 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:02 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:02 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:02 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:02 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:10 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:47:10 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:47:10 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519063,"outputBytes":439695} -2021-11-05 14:47:10 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:47:10 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519071,"outputBytes":439699} -2021-11-05 14:47:10 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:47:10 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519138,"outputBytes":439771} -2021-11-05 14:47:10 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:47:10 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:47:11 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518638,"outputBytes":441442} -2021-11-05 14:47:11 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:47:11 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015166,"outputBytes":1611300} -2021-11-05 14:47:12 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015166,"outputBytes":2944630} -2021-11-05 14:47:12 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:47:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944630,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773339,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:47:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:49:44 INFO:  Watch: {"event":"modify","input":"src/config.ts"} -2021-11-05 14:49:44 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:49:44 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519144,"outputBytes":439695} -2021-11-05 14:49:44 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:49:44 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519152,"outputBytes":439699} -2021-11-05 14:49:44 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:49:44 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519219,"outputBytes":439771} -2021-11-05 14:49:44 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:49:44 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:49:44 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518719,"outputBytes":441442} -2021-11-05 14:49:44 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:49:45 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015247,"outputBytes":1611300} -2021-11-05 14:49:45 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015247,"outputBytes":2944630} -2021-11-05 14:49:45 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:50:03 INFO:  Watch: {"event":"modify","input":"src/config.ts"} -2021-11-05 14:50:03 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:50:03 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519172,"outputBytes":439695} -2021-11-05 14:50:03 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:50:03 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519180,"outputBytes":439699} -2021-11-05 14:50:03 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:50:03 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519247,"outputBytes":439771} -2021-11-05 14:50:03 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:50:03 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:50:03 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518747,"outputBytes":441442} -2021-11-05 14:50:04 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:50:04 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015275,"outputBytes":1611300} -2021-11-05 14:50:04 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015275,"outputBytes":2944630} -2021-11-05 14:50:04 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:50:54 INFO:  Watch: {"event":"modify","input":"src/config.ts"} -2021-11-05 14:50:54 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:50:55 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519196,"outputBytes":439719} -2021-11-05 14:50:55 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:50:55 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519204,"outputBytes":439723} -2021-11-05 14:50:55 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:50:55 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519271,"outputBytes":439795} -2021-11-05 14:50:55 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:50:55 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:50:55 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518771,"outputBytes":441466} -2021-11-05 14:50:55 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:50:55 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015299,"outputBytes":1611316} -2021-11-05 14:50:56 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015299,"outputBytes":2944654} -2021-11-05 14:50:56 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:53:36 INFO:  Watch: {"event":"modify","input":"src/image/image.ts"} -2021-11-05 14:53:36 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:53:36 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519164,"outputBytes":439737} -2021-11-05 14:53:36 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:53:36 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519172,"outputBytes":439741} -2021-11-05 14:53:36 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:53:36 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519239,"outputBytes":439813} -2021-11-05 14:53:36 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:53:36 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:53:36 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518739,"outputBytes":441484} -2021-11-05 14:53:36 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:53:37 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015267,"outputBytes":1611336} -2021-11-05 14:53:37 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015267,"outputBytes":2944672} -2021-11-05 14:53:37 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:53:45 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:53:45 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:53:45 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519164,"outputBytes":439737} -2021-11-05 14:53:45 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:53:45 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519172,"outputBytes":439741} -2021-11-05 14:53:45 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:53:45 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519239,"outputBytes":439813} -2021-11-05 14:53:45 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:53:45 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:53:45 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518739,"outputBytes":441484} -2021-11-05 14:53:46 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:53:46 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015267,"outputBytes":1611336} -2021-11-05 14:53:47 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015267,"outputBytes":2944672} -2021-11-05 14:53:47 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:53:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:53:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:53:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:53:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944672,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:53:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:53:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773461,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:53:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:53:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:53:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:53:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:53:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:53:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:53:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:53:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:53:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:53:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:53:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:53:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:53:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:53:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:53:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:53:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:53:53 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:09 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:54:09 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:54:09 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519164,"outputBytes":439737} -2021-11-05 14:54:09 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:54:09 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519172,"outputBytes":439741} -2021-11-05 14:54:09 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:54:10 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519239,"outputBytes":439813} -2021-11-05 14:54:10 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:54:10 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:54:10 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518739,"outputBytes":441484} -2021-11-05 14:54:10 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:54:10 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015267,"outputBytes":1611336} -2021-11-05 14:54:11 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015267,"outputBytes":2944672} -2021-11-05 14:54:11 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:54:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:11 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944672,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773461,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:12 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:50 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:54:50 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:54:50 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519164,"outputBytes":439737} -2021-11-05 14:54:50 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:54:50 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519172,"outputBytes":439741} -2021-11-05 14:54:51 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:54:51 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519239,"outputBytes":439813} -2021-11-05 14:54:51 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:54:51 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:54:51 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518739,"outputBytes":441484} -2021-11-05 14:54:51 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:54:51 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015267,"outputBytes":1611336} -2021-11-05 14:54:52 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015267,"outputBytes":2944672} -2021-11-05 14:54:52 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:54:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944672,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773461,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:54:58 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:25 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:55:25 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:55:25 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519164,"outputBytes":439737} -2021-11-05 14:55:25 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:55:25 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519172,"outputBytes":439741} -2021-11-05 14:55:25 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:55:25 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519239,"outputBytes":439813} -2021-11-05 14:55:25 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:55:25 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:55:25 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518739,"outputBytes":441484} -2021-11-05 14:55:25 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:55:26 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015267,"outputBytes":1611336} -2021-11-05 14:55:26 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015267,"outputBytes":2944672} -2021-11-05 14:55:26 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:55:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944672,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773461,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:27 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:37 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:55:37 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:55:37 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519164,"outputBytes":439737} -2021-11-05 14:55:37 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:55:37 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519172,"outputBytes":439741} -2021-11-05 14:55:37 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:55:37 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519239,"outputBytes":439813} -2021-11-05 14:55:37 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:55:37 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:55:37 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518739,"outputBytes":441484} -2021-11-05 14:55:38 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:55:38 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015267,"outputBytes":1611336} -2021-11-05 14:55:38 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015267,"outputBytes":2944672} -2021-11-05 14:55:38 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:55:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:39 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944672,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773461,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:55:40 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:07 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:56:07 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:56:07 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519225,"outputBytes":439798} -2021-11-05 14:56:07 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:56:07 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519233,"outputBytes":439802} -2021-11-05 14:56:07 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:56:07 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519300,"outputBytes":439874} -2021-11-05 14:56:07 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:56:07 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:56:07 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518800,"outputBytes":441545} -2021-11-05 14:56:08 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:56:08 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015328,"outputBytes":1611391} -2021-11-05 14:56:08 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015328,"outputBytes":2944803} -2021-11-05 14:56:08 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:56:09 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:09 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:09 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:09 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944803,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:09 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:09 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773571,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:09 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:09 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:09 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:09 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:09 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:09 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:09 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:09 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:09 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:09 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:09 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:09 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:10 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:23 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:56:23 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:56:23 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519226,"outputBytes":439799} -2021-11-05 14:56:23 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:56:23 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519234,"outputBytes":439803} -2021-11-05 14:56:23 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:56:23 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519301,"outputBytes":439875} -2021-11-05 14:56:23 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:56:23 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:56:24 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518801,"outputBytes":441546} -2021-11-05 14:56:24 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:56:24 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015329,"outputBytes":1611385} -2021-11-05 14:56:25 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015329,"outputBytes":2944735} -2021-11-05 14:56:25 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:56:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944735,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773572,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:49 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:56:49 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:56:49 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519226,"outputBytes":439799} -2021-11-05 14:56:49 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:56:49 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519234,"outputBytes":439803} -2021-11-05 14:56:49 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:56:49 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519301,"outputBytes":439875} -2021-11-05 14:56:49 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:56:49 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:56:49 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518801,"outputBytes":441546} -2021-11-05 14:56:49 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:56:50 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015329,"outputBytes":1611385} -2021-11-05 14:56:50 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015329,"outputBytes":2944735} -2021-11-05 14:56:50 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:56:51 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:51 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:51 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:51 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944735,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:51 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:51 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773572,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:51 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:51 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:51 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:51 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:51 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:51 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:51 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:51 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:51 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:51 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:51 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:51 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:51 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:51 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:51 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:51 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:56:51 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:16 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:57:16 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:57:17 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519223,"outputBytes":439796} -2021-11-05 14:57:17 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:57:17 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519231,"outputBytes":439800} -2021-11-05 14:57:17 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:57:17 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519298,"outputBytes":439872} -2021-11-05 14:57:17 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:57:17 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:57:17 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518798,"outputBytes":441543} -2021-11-05 14:57:17 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:57:17 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015326,"outputBytes":1611383} -2021-11-05 14:57:18 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015326,"outputBytes":2944732} -2021-11-05 14:57:18 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:57:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944732,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773564,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:30 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:57:30 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:57:31 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519226,"outputBytes":439799} -2021-11-05 14:57:31 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:57:31 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519234,"outputBytes":439803} -2021-11-05 14:57:31 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:57:31 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519301,"outputBytes":439875} -2021-11-05 14:57:31 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:57:31 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:57:31 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518801,"outputBytes":441546} -2021-11-05 14:57:31 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:57:31 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015329,"outputBytes":1611385} -2021-11-05 14:57:32 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015329,"outputBytes":2944735} -2021-11-05 14:57:32 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:57:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:36 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944735,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773572,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:37 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:57:53 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:57:53 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:57:53 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519252,"outputBytes":439826} -2021-11-05 14:57:53 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:57:53 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519260,"outputBytes":439830} -2021-11-05 14:57:53 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:57:53 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519327,"outputBytes":439902} -2021-11-05 14:57:53 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:57:53 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:57:53 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518827,"outputBytes":441573} -2021-11-05 14:57:53 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:57:54 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015355,"outputBytes":1611410} -2021-11-05 14:57:54 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015355,"outputBytes":2944762} -2021-11-05 14:57:54 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:58:12 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:58:12 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:58:12 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519282,"outputBytes":439857} -2021-11-05 14:58:12 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:58:12 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519290,"outputBytes":439861} -2021-11-05 14:58:12 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:58:12 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519357,"outputBytes":439933} -2021-11-05 14:58:12 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:58:12 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:58:12 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518857,"outputBytes":441604} -2021-11-05 14:58:13 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:58:13 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015385,"outputBytes":1611431} -2021-11-05 14:58:13 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015385,"outputBytes":2944793} -2021-11-05 14:58:13 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:58:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944793,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773673,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:42 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:58:42 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:58:42 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519282,"outputBytes":439857} -2021-11-05 14:58:42 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:58:42 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519290,"outputBytes":439861} -2021-11-05 14:58:42 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:58:42 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519357,"outputBytes":439933} -2021-11-05 14:58:42 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:58:42 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:58:42 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518857,"outputBytes":441604} -2021-11-05 14:58:42 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:58:43 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015385,"outputBytes":1611431} -2021-11-05 14:58:43 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015385,"outputBytes":2944793} -2021-11-05 14:58:43 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:58:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944793,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773673,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:58:47 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:17 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:59:17 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:59:17 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519321,"outputBytes":439896} -2021-11-05 14:59:17 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:59:17 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519329,"outputBytes":439900} -2021-11-05 14:59:17 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:59:18 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519396,"outputBytes":439972} -2021-11-05 14:59:18 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:59:18 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:59:18 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518896,"outputBytes":441643} -2021-11-05 14:59:18 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:59:18 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015424,"outputBytes":1611466} -2021-11-05 14:59:19 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015424,"outputBytes":2944832} -2021-11-05 14:59:19 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:59:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:20 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944832,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773732,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:21 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:36 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 14:59:36 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 14:59:36 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519321,"outputBytes":439896} -2021-11-05 14:59:36 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 14:59:36 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519329,"outputBytes":439900} -2021-11-05 14:59:36 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 14:59:36 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519396,"outputBytes":439972} -2021-11-05 14:59:36 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 14:59:36 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 14:59:36 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518896,"outputBytes":441643} -2021-11-05 14:59:36 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 14:59:37 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015424,"outputBytes":1611466} -2021-11-05 14:59:37 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015424,"outputBytes":2944832} -2021-11-05 14:59:37 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 14:59:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944832,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773732,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 14:59:42 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:00:02 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 15:00:02 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 15:00:02 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519321,"outputBytes":439896} -2021-11-05 15:00:02 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 15:00:02 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519329,"outputBytes":439900} -2021-11-05 15:00:02 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 15:00:02 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519396,"outputBytes":439972} -2021-11-05 15:00:02 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 15:00:02 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 15:00:03 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518896,"outputBytes":441643} -2021-11-05 15:00:03 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 15:00:03 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015424,"outputBytes":1611466} -2021-11-05 15:00:04 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015424,"outputBytes":2944832} -2021-11-05 15:00:04 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 15:00:05 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 15:00:05 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 15:00:05 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 15:00:05 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944832,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 15:00:05 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 15:00:05 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773732,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 15:00:05 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:00:05 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:00:05 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:00:05 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:00:05 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:00:05 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:00:05 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:00:05 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:00:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 15:00:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:00:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:00:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:00:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:00:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:00:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:00:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:00:06 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:01:25 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 15:01:25 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 15:01:25 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519085,"outputBytes":439659} -2021-11-05 15:01:25 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 15:01:25 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519093,"outputBytes":439663} -2021-11-05 15:01:25 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 15:01:25 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519160,"outputBytes":439735} -2021-11-05 15:01:25 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 15:01:25 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 15:01:25 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518660,"outputBytes":441350} -2021-11-05 15:01:25 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 15:01:26 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015188,"outputBytes":1611308} -2021-11-05 15:01:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 15:01:26 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015188,"outputBytes":2944598} -2021-11-05 15:01:26 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 15:01:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 15:01:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 15:01:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944598,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 15:01:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 15:01:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773305,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 15:01:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:01:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:01:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:01:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:01:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:01:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:01:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:01:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:01:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 15:01:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:01:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:01:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:01:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:01:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:01:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:01:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:01:26 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:02:13 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 15:02:13 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 15:02:13 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519164,"outputBytes":439737} -2021-11-05 15:02:13 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 15:02:13 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519172,"outputBytes":439741} -2021-11-05 15:02:13 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 15:02:13 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519239,"outputBytes":439813} -2021-11-05 15:02:13 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 15:02:13 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 15:02:13 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518739,"outputBytes":441484} -2021-11-05 15:02:14 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 15:02:14 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015267,"outputBytes":1611336} -2021-11-05 15:02:14 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015267,"outputBytes":2944672} -2021-11-05 15:02:14 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 15:02:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 15:02:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 15:02:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 15:02:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944672,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 15:02:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 15:02:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773461,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 15:02:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:02:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:02:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:02:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:02:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:02:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:02:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:02:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:02:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 15:02:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:02:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:02:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:02:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:02:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:02:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:02:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:02:17 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:03:46 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 15:03:46 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 15:03:46 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519306,"outputBytes":438873} -2021-11-05 15:03:46 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 15:03:46 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519314,"outputBytes":438877} -2021-11-05 15:03:46 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 15:03:46 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519381,"outputBytes":438949} -2021-11-05 15:03:46 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 15:03:46 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 15:03:46 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518881,"outputBytes":440284} -2021-11-05 15:03:47 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 15:03:47 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015409,"outputBytes":1610941} -2021-11-05 15:03:47 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015409,"outputBytes":2943867} -2021-11-05 15:03:47 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 15:03:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 15:03:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 15:03:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 15:03:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2943867,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 15:03:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 15:03:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4772753,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 15:03:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:03:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:03:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:03:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:03:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:03:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:03:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:03:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:03:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 15:03:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:03:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:03:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:03:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:03:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:03:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:03:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:03:50 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:04:35 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 15:04:35 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 15:04:35 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519324,"outputBytes":438891} -2021-11-05 15:04:35 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 15:04:35 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519332,"outputBytes":438895} -2021-11-05 15:04:35 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 15:04:35 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519399,"outputBytes":438967} -2021-11-05 15:04:35 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 15:04:35 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 15:04:35 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518899,"outputBytes":440316} -2021-11-05 15:04:36 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 15:04:36 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015427,"outputBytes":1610947} -2021-11-05 15:04:36 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015427,"outputBytes":2943882} -2021-11-05 15:04:36 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 15:05:30 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 15:05:30 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 15:05:30 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519334,"outputBytes":438901} -2021-11-05 15:05:30 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 15:05:30 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519342,"outputBytes":438905} -2021-11-05 15:05:30 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 15:05:30 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519409,"outputBytes":438977} -2021-11-05 15:05:30 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 15:05:30 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 15:05:31 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518909,"outputBytes":440326} -2021-11-05 15:05:31 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 15:05:31 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015437,"outputBytes":1610955} -2021-11-05 15:05:32 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015437,"outputBytes":2943892} -2021-11-05 15:05:32 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 15:05:32 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:32 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:32 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:32 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2943892,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4772817,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:33 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:47 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 15:05:47 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 15:05:47 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519334,"outputBytes":438901} -2021-11-05 15:05:47 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 15:05:47 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519342,"outputBytes":438905} -2021-11-05 15:05:47 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 15:05:47 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519409,"outputBytes":438977} -2021-11-05 15:05:47 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 15:05:47 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 15:05:47 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518909,"outputBytes":440326} -2021-11-05 15:05:48 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 15:05:48 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015437,"outputBytes":1610955} -2021-11-05 15:05:48 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015437,"outputBytes":2943892} -2021-11-05 15:05:48 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 15:05:48 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2943892,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4772817,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:05:49 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:08:17 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 15:08:17 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 15:08:17 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519174,"outputBytes":439588} -2021-11-05 15:08:17 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 15:08:17 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519182,"outputBytes":439592} -2021-11-05 15:08:17 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 15:08:17 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519249,"outputBytes":439664} -2021-11-05 15:08:17 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 15:08:17 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 15:08:17 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518749,"outputBytes":441279} -2021-11-05 15:08:18 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 15:08:18 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015277,"outputBytes":1611255} -2021-11-05 15:08:18 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015277,"outputBytes":2944527} -2021-11-05 15:08:18 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 15:08:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 15:08:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 15:08:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 15:08:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944527,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 15:08:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 15:08:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773353,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 15:08:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:08:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:08:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:08:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:08:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:08:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:08:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:08:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:08:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 15:08:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:08:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:08:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:08:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:08:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:08:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:08:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:08:19 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:08:58 INFO:  Watch: {"event":"modify","input":"src/image/enhance.ts"} -2021-11-05 15:08:58 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 15:08:58 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519014,"outputBytes":439588} -2021-11-05 15:08:58 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 15:08:58 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519022,"outputBytes":439592} -2021-11-05 15:08:58 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 15:08:58 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519089,"outputBytes":439664} -2021-11-05 15:08:58 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 15:08:58 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 15:08:58 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518589,"outputBytes":441279} -2021-11-05 15:08:59 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 15:08:59 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015117,"outputBytes":1611255} -2021-11-05 15:08:59 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015117,"outputBytes":2944527} -2021-11-05 15:08:59 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 15:09:05 INFO:  Watch: {"event":"modify","input":"src/config.ts"} -2021-11-05 15:09:05 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} -2021-11-05 15:09:05 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519015,"outputBytes":439589} -2021-11-05 15:09:05 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} -2021-11-05 15:09:05 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519023,"outputBytes":439593} -2021-11-05 15:09:05 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} -2021-11-05 15:09:05 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519090,"outputBytes":439665} -2021-11-05 15:09:05 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} -2021-11-05 15:09:05 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} -2021-11-05 15:09:05 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518590,"outputBytes":441280} -2021-11-05 15:09:06 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} -2021-11-05 15:09:06 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015118,"outputBytes":1611255} -2021-11-05 15:09:06 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015118,"outputBytes":2944528} -2021-11-05 15:09:06 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} -2021-11-05 15:09:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/html","size":2045,"url":"/demo/typescript/index.html","remote":"::ffff:192.168.0.200"} -2021-11-05 15:09:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":3779,"url":"/demo/typescript/index.js","remote":"::ffff:192.168.0.200"} -2021-11-05 15:09:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"font/woff2","size":181500,"url":"/assets/lato-light.woff2","remote":"::ffff:192.168.0.200"} -2021-11-05 15:09:16 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"text/javascript","size":2944528,"url":"/dist/human.esm.js","remote":"::ffff:192.168.0.200"} -2021-11-05 15:09:17 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":8260,"url":"/demo/typescript/index.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 15:09:17 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4773186,"url":"/dist/human.esm.js.map","remote":"::ffff:192.168.0.200"} -2021-11-05 15:09:17 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":79038,"url":"/models/blazeface.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:09:17 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":89289,"url":"/models/facemesh.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:09:17 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":122025,"url":"/models/iris.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:09:17 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":602812,"url":"/models/handtrack.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:09:17 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":82231,"url":"/models/handlandmark-full.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:09:17 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":161813,"url":"/models/movenet-lightning.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:09:17 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":17980,"url":"/models/emotion.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:09:17 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/json","size":71432,"url":"/models/faceres.json","remote":"::ffff:192.168.0.200"} -2021-11-05 15:09:17 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"image/x-icon","size":261950,"url":"/favicon.ico","remote":"::ffff:192.168.0.200"} -2021-11-05 15:09:17 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":538928,"url":"/models/blazeface.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:09:17 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2955780,"url":"/models/facemesh.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:09:17 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2599092,"url":"/models/iris.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:09:17 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":5431368,"url":"/models/handlandmark-full.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:09:17 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":4650216,"url":"/models/movenet-lightning.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:09:17 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":820516,"url":"/models/emotion.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:09:17 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":6978814,"url":"/models/faceres.bin","remote":"::ffff:192.168.0.200"} -2021-11-05 15:09:17 DATA:  HTTP: {"method":"GET","ver":"1.1","status":200,"mime":"application/octet-stream","size":2964837,"url":"/models/handtrack.bin","remote":"::ffff:192.168.0.200"} +2021-11-05 15:16:48 INFO:  @vladmandic/human version 2.5.0 +2021-11-05 15:16:48 INFO:  User: vlado Platform: linux Arch: x64 Node: v17.0.1 +2021-11-05 15:16:48 INFO:  Application: {"name":"@vladmandic/human","version":"2.5.0"} +2021-11-05 15:16:48 INFO:  Environment: {"profile":"production","config":".build.json","package":"package.json","tsconfig":true,"eslintrc":true,"git":true} +2021-11-05 15:16:48 INFO:  Toolchain: {"build":"0.6.3","esbuild":"0.13.12","typescript":"4.4.4","typedoc":"0.22.7","eslint":"8.1.0"} +2021-11-05 15:16:48 INFO:  Build: {"profile":"production","steps":["clean","compile","typings","typedoc","lint","changelog"]} +2021-11-05 15:16:48 STATE: Clean: {"locations":["dist/*","types/*","typedoc/*"]} +2021-11-05 15:16:48 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1275} +2021-11-05 15:16:48 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":56,"inputBytes":519015,"outputBytes":439589} +2021-11-05 15:16:48 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1283} +2021-11-05 15:16:48 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":56,"inputBytes":519023,"outputBytes":439593} +2021-11-05 15:16:48 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1350} +2021-11-05 15:16:48 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":56,"inputBytes":519090,"outputBytes":439665} +2021-11-05 15:16:48 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652} +2021-11-05 15:16:48 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2329,"outputBytes":850} +2021-11-05 15:16:48 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":56,"inputBytes":518590,"outputBytes":441280} +2021-11-05 15:16:49 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2562175,"outputBytes":2497378} +2021-11-05 15:16:49 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":56,"inputBytes":3015118,"outputBytes":1611255} +2021-11-05 15:16:49 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":56,"inputBytes":3015118,"outputBytes":2944528} +2021-11-05 15:17:05 STATE: Typings: {"input":"src/human.ts","output":"types","files":49} +2021-11-05 15:17:11 STATE: TypeDoc: {"input":"src/human.ts","output":"typedoc","objects":48,"generated":true} +2021-11-05 15:17:11 STATE: Compile: {"name":"demo/browser","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5812,"outputBytes":3779} +2021-11-05 15:17:41 STATE: Lint: {"locations":["*.json","src/**/*.ts","test/**/*.js","demo/**/*.js"],"files":90,"errors":0,"warnings":0} +2021-11-05 15:17:42 STATE: ChangeLog: {"repository":"https://github.com/vladmandic/human","branch":"main","output":"CHANGELOG.md"} +2021-11-05 15:17:42 INFO:  Done... diff --git a/test/test.log b/test/test.log index c5de714a..848c5c78 100644 --- a/test/test.log +++ b/test/test.log @@ -1,512 +1,512 @@ -2021-11-05 12:06:18 INFO:  @vladmandic/human version 2.5.0 -2021-11-05 12:06:18 INFO:  User: vlado Platform: linux Arch: x64 Node: v17.0.1 -2021-11-05 12:06:18 INFO:  tests: ["test-node.js","test-node-gpu.js","test-node-wasm.js"] -2021-11-05 12:06:18 INFO:  demos: ["../demo/nodejs/node.js","../demo/nodejs/node-canvas.js","../demo/nodejs/node-env.js","../demo/nodejs/node-event.js","../demo/nodejs/node-multiprocess.js"] -2021-11-05 12:06:18 INFO:  -2021-11-05 12:06:18 INFO:  test-node.js start -2021-11-05 12:06:19 STATE: test-node.js passed: configuration default validation [] -2021-11-05 12:06:19 STATE: test-node.js passed: configuration invalid validation [{"reason":"unknown property","where":"config.invalid = true"}] -2021-11-05 12:06:20 STATE: test-node.js passed: models loaded 21 10 [{"name":"age","loaded":false},{"name":"agegenderrace","loaded":false},{"name":"blazeposedetect","loaded":false},{"name":"blazepose","loaded":false},{"name":"centernet","loaded":true},{"name":"efficientpose","loaded":false},{"name":"embedding","loaded":false},{"name":"emotion","loaded":true},{"name":"facedetect","loaded":true},{"name":"faceiris","loaded":true},{"name":"facemesh","loaded":true},{"name":"faceres","loaded":true},{"name":"gender","loaded":false},{"name":"handpose","loaded":false},{"name":"handskeleton","loaded":true},{"name":"handtrack","loaded":true},{"name":"movenet","loaded":true},{"name":"nanodet","loaded":false},{"name":"posenet","loaded":false},{"name":"segmentation","loaded":true},{"name":"antispoof","loaded":false}] -2021-11-05 12:06:20 STATE: test-node.js passed: create human -2021-11-05 12:06:20 INFO:  test-node.js human version: 2.5.0 -2021-11-05 12:06:20 INFO:  test-node.js platform: linux x64 agent: NodeJS v17.0.1 -2021-11-05 12:06:20 INFO:  test-node.js tfjs version: 3.11.0 -2021-11-05 12:06:20 STATE: test-node.js passed: set backend: tensorflow -2021-11-05 12:06:20 STATE: test-node.js tensors 1878 -2021-11-05 12:06:20 STATE: test-node.js passed: load models -2021-11-05 12:06:20 STATE: test-node.js result: defined models: 21 loaded models: 10 -2021-11-05 12:06:20 STATE: test-node.js passed: warmup: none default -2021-11-05 12:06:20 STATE: test-node.js passed: warmup none result match -2021-11-05 12:06:20 STATE: test-node.js event: image -2021-11-05 12:06:21 STATE: test-node.js event: detect -2021-11-05 12:06:21 STATE: test-node.js event: warmup -2021-11-05 12:06:21 STATE: test-node.js passed: warmup: face default -2021-11-05 12:06:21 DATA:  test-node.js result: face: 1 body: 1 hand: 1 gesture: 7 object: 1 person: 1 {"score":1,"age":23.6,"gender":"female"} {"score":0.82,"class":"person"} {"score":0.42,"keypoints":4} -2021-11-05 12:06:21 DATA:  test-node.js result: performance: load: null total: 1739 -2021-11-05 12:06:21 STATE: test-node.js passed: warmup face result match -2021-11-05 12:06:21 STATE: test-node.js event: image -2021-11-05 12:06:22 STATE: test-node.js event: detect -2021-11-05 12:06:22 STATE: test-node.js event: warmup -2021-11-05 12:06:22 STATE: test-node.js passed: warmup: body default -2021-11-05 12:06:22 DATA:  test-node.js result: face: 1 body: 1 hand: 1 gesture: 6 object: 1 person: 1 {"score":1,"age":29.6,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} -2021-11-05 12:06:22 DATA:  test-node.js result: performance: load: null total: 991 -2021-11-05 12:06:22 STATE: test-node.js passed: warmup body result match -2021-11-05 12:06:22 STATE: test-node.js details: {"face":{"boxScore":0.92,"faceScore":1,"age":29.6,"gender":"female","genderScore":0.95},"emotion":[{"score":0.42,"emotion":"angry"},{"score":0.22,"emotion":"fear"},{"score":0.17,"emotion":"sad"},{"score":0.13,"emotion":"neutral"}],"body":{"score":0.92,"keypoints":17},"hand":{"boxScore":0.52,"fingerScore":0.73,"keypoints":21},"gestures":[{"face":0,"gesture":"facing right"},{"body":0,"gesture":"leaning right"},{"hand":0,"gesture":"pinky forward"},{"hand":0,"gesture":"palm up"},{"iris":0,"gesture":"looking left"},{"iris":0,"gesture":"looking up"}]} -2021-11-05 12:06:22 INFO:  test-node.js test default -2021-11-05 12:06:23 STATE: test-node.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1004796864} -2021-11-05 12:06:23 STATE: test-node.js event: image -2021-11-05 12:06:24 STATE: test-node.js event: detect -2021-11-05 12:06:24 STATE: test-node.js passed: detect: samples/in/ai-body.jpg default -2021-11-05 12:06:24 DATA:  test-node.js result: face: 1 body: 1 hand: 1 gesture: 6 object: 1 person: 1 {"score":1,"age":29.6,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} -2021-11-05 12:06:24 DATA:  test-node.js result: performance: load: null total: 1048 -2021-11-05 12:06:24 STATE: test-node.js passed: default result face match 1 female 0.96 -2021-11-05 12:06:24 INFO:  test-node.js test sync -2021-11-05 12:06:25 STATE: test-node.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1004796864} -2021-11-05 12:06:25 STATE: test-node.js event: image -2021-11-05 12:06:26 STATE: test-node.js event: detect -2021-11-05 12:06:26 STATE: test-node.js passed: detect: samples/in/ai-body.jpg default -2021-11-05 12:06:26 DATA:  test-node.js result: face: 1 body: 1 hand: 1 gesture: 6 object: 1 person: 1 {"score":1,"age":29.6,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} -2021-11-05 12:06:26 DATA:  test-node.js result: performance: load: null total: 969 -2021-11-05 12:06:26 STATE: test-node.js passed: default sync 1 female 0.96 -2021-11-05 12:06:26 STATE: test-node.js passed: load image: samples/in/ai-face.jpg [1,256,256,3] {"checksum":34696120} -2021-11-05 12:06:26 STATE: test-node.js passed: image input null [1,256,256,3] -2021-11-05 12:06:26 STATE: test-node.js passed: invalid input {"error":"could not convert input to tensor"} -2021-11-05 12:06:26 INFO:  test-node.js test face similarity -2021-11-05 12:06:26 STATE: test-node.js passed: load image: samples/in/ai-face.jpg [1,256,256,3] {"checksum":34696120} -2021-11-05 12:06:26 STATE: test-node.js event: image -2021-11-05 12:06:27 STATE: test-node.js event: detect -2021-11-05 12:06:27 STATE: test-node.js passed: detect: samples/in/ai-face.jpg default -2021-11-05 12:06:27 DATA:  test-node.js result: face: 1 body: 1 hand: 1 gesture: 7 object: 1 person: 1 {"score":1,"age":23.6,"gender":"female"} {"score":0.82,"class":"person"} {"score":0.47,"keypoints":3} -2021-11-05 12:06:27 DATA:  test-node.js result: performance: load: null total: 979 -2021-11-05 12:06:28 STATE: test-node.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1004796864} -2021-11-05 12:06:28 STATE: test-node.js event: image -2021-11-05 12:06:29 STATE: test-node.js event: detect -2021-11-05 12:06:29 STATE: test-node.js passed: detect: samples/in/ai-body.jpg default -2021-11-05 12:06:29 DATA:  test-node.js result: face: 1 body: 1 hand: 1 gesture: 6 object: 1 person: 1 {"score":1,"age":29.6,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} -2021-11-05 12:06:29 DATA:  test-node.js result: performance: load: null total: 975 -2021-11-05 12:06:29 STATE: test-node.js passed: load image: samples/in/ai-upper.jpg [1,720,688,3] {"checksum":151289040} -2021-11-05 12:06:29 STATE: test-node.js event: image -2021-11-05 12:06:30 STATE: test-node.js event: detect -2021-11-05 12:06:30 STATE: test-node.js passed: detect: samples/in/ai-upper.jpg default -2021-11-05 12:06:30 DATA:  test-node.js result: face: 1 body: 1 hand: 0 gesture: 4 object: 1 person: 1 {"score":1,"age":23.5,"gender":"female"} {"score":0.71,"class":"person"} {"score":0.75,"keypoints":7} -2021-11-05 12:06:30 DATA:  test-node.js result: performance: load: null total: 841 -2021-11-05 12:06:30 STATE: test-node.js passed: face descriptor -2021-11-05 12:06:30 STATE: test-node.js passed: face similarity {"similarity":[1,0.5745450232067882,0.5497292871412399],"descriptors":[1024,1024,1024]} -2021-11-05 12:06:30 INFO:  test-node.js test face matching -2021-11-05 12:06:30 STATE: test-node.js passed: face database 57 -2021-11-05 12:06:30 STATE: test-node.js passed: face match {"first":{"index":4,"similarity":0.7374410162434589}} {"second":{"index":4,"similarity":0.5820778263815228}} {"third":{"index":4,"similarity":0.5561754779097506}} -2021-11-05 12:06:30 INFO:  test-node.js test object -2021-11-05 12:06:31 STATE: test-node.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1004796864} -2021-11-05 12:06:31 STATE: test-node.js event: image -2021-11-05 12:06:32 STATE: test-node.js event: detect -2021-11-05 12:06:32 STATE: test-node.js passed: detect: samples/in/ai-body.jpg default -2021-11-05 12:06:32 DATA:  test-node.js result: face: 1 body: 1 hand: 1 gesture: 6 object: 1 person: 1 {"score":1,"age":29.6,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} -2021-11-05 12:06:32 DATA:  test-node.js result: performance: load: null total: 1024 -2021-11-05 12:06:32 STATE: test-node.js passed: object result match -2021-11-05 12:06:32 INFO:  test-node.js test sensitive -2021-11-05 12:06:33 STATE: test-node.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1004796864} -2021-11-05 12:06:33 STATE: test-node.js event: image -2021-11-05 12:06:34 STATE: test-node.js event: detect -2021-11-05 12:06:34 STATE: test-node.js passed: detect: samples/in/ai-body.jpg default -2021-11-05 12:06:34 DATA:  test-node.js result: face: 1 body: 1 hand: 2 gesture: 8 object: 1 person: 1 {"score":1,"age":29.6,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} -2021-11-05 12:06:34 DATA:  test-node.js result: performance: load: null total: 995 -2021-11-05 12:06:34 STATE: test-node.js passed: sensitive result match -2021-11-05 12:06:34 STATE: test-node.js passed: sensitive face result match -2021-11-05 12:06:34 STATE: test-node.js passed: sensitive face emotion result 3 -2021-11-05 12:06:34 STATE: test-node.js passed: sensitive body result match -2021-11-05 12:06:34 STATE: test-node.js passed: sensitive hand result match -2021-11-05 12:06:34 INFO:  test-node.js test detectors -2021-11-05 12:06:35 STATE: test-node.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1004796864} -2021-11-05 12:06:35 STATE: test-node.js event: image -2021-11-05 12:06:35 STATE: test-node.js event: detect -2021-11-05 12:06:35 STATE: test-node.js passed: detect: samples/in/ai-body.jpg default -2021-11-05 12:06:35 DATA:  test-node.js result: face: 1 body: 1 hand: 1 gesture: 1 object: 1 person: 1 {"score":0.93} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} -2021-11-05 12:06:35 DATA:  test-node.js result: performance: load: null total: 707 -2021-11-05 12:06:35 STATE: test-node.js passed: detector result face match -2021-11-05 12:06:35 STATE: test-node.js passed: detector result hand match -2021-11-05 12:06:35 STATE: test-node.js event: image -2021-11-05 12:06:36 STATE: test-node.js event: detect -2021-11-05 12:06:36 STATE: test-node.js passed: detect: random default -2021-11-05 12:06:36 DATA:  test-node.js result: face: 0 body: 1 hand: 0 gesture: 1 object: 0 person: 0 {} {} {"score":0.07,"keypoints":15} -2021-11-05 12:06:36 DATA:  test-node.js result: performance: load: null total: 671 -2021-11-05 12:06:36 INFO:  test-node.js test: first instance -2021-11-05 12:06:36 STATE: test-node.js passed: load image: samples/in/ai-upper.jpg [1,720,688,3] {"checksum":151289040} -2021-11-05 12:06:37 STATE: test-node.js passed: detect: samples/in/ai-upper.jpg default -2021-11-05 12:06:37 DATA:  test-node.js result: face: 1 body: 1 hand: 0 gesture: 1 object: 1 person: 1 {"score":0.96} {"score":0.71,"class":"person"} {"score":0.75,"keypoints":16} -2021-11-05 12:06:37 DATA:  test-node.js result: performance: load: null total: 725 -2021-11-05 12:06:37 INFO:  test-node.js test: second instance -2021-11-05 12:06:37 STATE: test-node.js passed: load image: samples/in/ai-upper.jpg [1,720,688,3] {"checksum":151289040} -2021-11-05 12:06:38 STATE: test-node.js passed: detect: samples/in/ai-upper.jpg default -2021-11-05 12:06:38 DATA:  test-node.js result: face: 1 body: 1 hand: 0 gesture: 1 object: 1 person: 1 {"score":0.96} {"score":0.71,"class":"person"} {"score":0.75,"keypoints":16} -2021-11-05 12:06:38 DATA:  test-node.js result: performance: load: null total: 626 -2021-11-05 12:06:38 INFO:  test-node.js test: concurrent -2021-11-05 12:06:38 STATE: test-node.js passed: load image: samples/in/ai-face.jpg [1,256,256,3] {"checksum":34696120} -2021-11-05 12:06:38 STATE: test-node.js passed: load image: samples/in/ai-face.jpg [1,256,256,3] {"checksum":34696120} -2021-11-05 12:06:39 STATE: test-node.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1004796864} -2021-11-05 12:06:40 STATE: test-node.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1004796864} -2021-11-05 12:06:40 STATE: test-node.js passed: load image: samples/in/ai-upper.jpg [1,720,688,3] {"checksum":151289040} -2021-11-05 12:06:40 STATE: test-node.js passed: load image: samples/in/ai-upper.jpg [1,720,688,3] {"checksum":151289040} -2021-11-05 12:06:41 STATE: test-node.js passed: load image: samples/in/ai-face.jpg [1,256,256,3] {"checksum":34696120} -2021-11-05 12:06:41 STATE: test-node.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1004796864} -2021-11-05 12:06:42 STATE: test-node.js passed: load image: samples/in/ai-upper.jpg [1,720,688,3] {"checksum":151289040} -2021-11-05 12:06:42 STATE: test-node.js event: image -2021-11-05 12:06:42 STATE: test-node.js event: image -2021-11-05 12:06:42 STATE: test-node.js event: image -2021-11-05 12:06:48 STATE: test-node.js passed: detect: samples/in/ai-upper.jpg default -2021-11-05 12:06:48 DATA:  test-node.js result: face: 1 body: 1 hand: 0 gesture: 1 object: 1 person: 1 {"score":0.96} {"score":0.71,"class":"person"} {"score":0.75,"keypoints":16} -2021-11-05 12:06:48 DATA:  test-node.js result: performance: load: null total: 7477 -2021-11-05 12:06:48 STATE: test-node.js passed: detect: samples/in/ai-upper.jpg default -2021-11-05 12:06:48 DATA:  test-node.js result: face: 1 body: 1 hand: 0 gesture: 1 object: 1 person: 1 {"score":0.96} {"score":0.71,"class":"person"} {"score":0.75,"keypoints":16} -2021-11-05 12:06:48 DATA:  test-node.js result: performance: load: null total: 7477 -2021-11-05 12:06:48 STATE: test-node.js passed: detect: samples/in/ai-face.jpg default -2021-11-05 12:06:48 DATA:  test-node.js result: face: 1 body: 1 hand: 1 gesture: 2 object: 1 person: 1 {"score":0.91} {"score":0.82,"class":"person"} {"score":0.47,"keypoints":17} -2021-11-05 12:06:48 DATA:  test-node.js result: performance: load: null total: 7479 -2021-11-05 12:06:48 STATE: test-node.js passed: detect: samples/in/ai-face.jpg default -2021-11-05 12:06:48 DATA:  test-node.js result: face: 1 body: 1 hand: 1 gesture: 2 object: 1 person: 1 {"score":0.91} {"score":0.82,"class":"person"} {"score":0.47,"keypoints":17} -2021-11-05 12:06:48 DATA:  test-node.js result: performance: load: null total: 7479 -2021-11-05 12:06:48 STATE: test-node.js passed: detect: samples/in/ai-body.jpg default -2021-11-05 12:06:48 DATA:  test-node.js result: face: 1 body: 1 hand: 1 gesture: 1 object: 1 person: 1 {"score":0.93} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} -2021-11-05 12:06:48 DATA:  test-node.js result: performance: load: null total: 7479 -2021-11-05 12:06:48 STATE: test-node.js passed: detect: samples/in/ai-body.jpg default -2021-11-05 12:06:48 DATA:  test-node.js result: face: 1 body: 1 hand: 1 gesture: 1 object: 1 person: 1 {"score":0.93} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} -2021-11-05 12:06:48 DATA:  test-node.js result: performance: load: null total: 7479 -2021-11-05 12:06:48 STATE: test-node.js event: detect -2021-11-05 12:06:48 STATE: test-node.js passed: detect: samples/in/ai-upper.jpg default -2021-11-05 12:06:48 DATA:  test-node.js result: face: 1 body: 1 hand: 0 gesture: 1 object: 1 person: 1 {"score":0.96} {"score":0.71,"class":"person"} {"score":0.75,"keypoints":16} -2021-11-05 12:06:48 DATA:  test-node.js result: performance: load: null total: 6156 -2021-11-05 12:06:48 STATE: test-node.js event: detect -2021-11-05 12:06:48 STATE: test-node.js event: detect -2021-11-05 12:06:48 STATE: test-node.js passed: detect: samples/in/ai-face.jpg default -2021-11-05 12:06:48 DATA:  test-node.js result: face: 1 body: 1 hand: 1 gesture: 2 object: 1 person: 1 {"score":0.91} {"score":0.82,"class":"person"} {"score":0.47,"keypoints":17} -2021-11-05 12:06:48 DATA:  test-node.js result: performance: load: null total: 6157 -2021-11-05 12:06:48 STATE: test-node.js passed: detect: samples/in/ai-body.jpg default -2021-11-05 12:06:48 DATA:  test-node.js result: face: 1 body: 1 hand: 1 gesture: 1 object: 1 person: 1 {"score":0.93} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} -2021-11-05 12:06:48 DATA:  test-node.js result: performance: load: null total: 6157 -2021-11-05 12:06:48 STATE: test-node.js event: image -2021-11-05 12:06:49 STATE: test-node.js event: detect -2021-11-05 12:06:49 STATE: test-node.js passed: monkey patch -2021-11-05 12:06:49 STATE: test-node.js passed: segmentation [65536] -2021-11-05 12:06:49 STATE: test-node.js passeed: equal usage -2021-11-05 12:06:49 INFO:  test-node.js events: {"image":15,"detect":15,"warmup":2} -2021-11-05 12:06:49 INFO:  test-node.js tensors 1882 -2021-11-05 12:06:49 INFO:  test-node.js test complete: 29368 ms -2021-11-05 12:06:49 INFO:  -2021-11-05 12:06:49 INFO:  test-node-gpu.js start -2021-11-05 12:06:50 STATE: test-node-gpu.js passed: configuration default validation [] -2021-11-05 12:06:50 STATE: test-node-gpu.js passed: configuration invalid validation [{"reason":"unknown property","where":"config.invalid = true"}] -2021-11-05 12:06:51 STATE: test-node-gpu.js passed: models loaded 21 10 [{"name":"age","loaded":false},{"name":"agegenderrace","loaded":false},{"name":"blazeposedetect","loaded":false},{"name":"blazepose","loaded":false},{"name":"centernet","loaded":true},{"name":"efficientpose","loaded":false},{"name":"embedding","loaded":false},{"name":"emotion","loaded":true},{"name":"facedetect","loaded":true},{"name":"faceiris","loaded":true},{"name":"facemesh","loaded":true},{"name":"faceres","loaded":true},{"name":"gender","loaded":false},{"name":"handpose","loaded":false},{"name":"handskeleton","loaded":true},{"name":"handtrack","loaded":true},{"name":"movenet","loaded":true},{"name":"nanodet","loaded":false},{"name":"posenet","loaded":false},{"name":"segmentation","loaded":true},{"name":"antispoof","loaded":false}] -2021-11-05 12:06:51 STATE: test-node-gpu.js passed: create human -2021-11-05 12:06:51 INFO:  test-node-gpu.js human version: 2.5.0 -2021-11-05 12:06:51 INFO:  test-node-gpu.js platform: linux x64 agent: NodeJS v17.0.1 -2021-11-05 12:06:51 INFO:  test-node-gpu.js tfjs version: 3.11.0 -2021-11-05 12:06:51 STATE: test-node-gpu.js passed: set backend: tensorflow -2021-11-05 12:06:51 STATE: test-node-gpu.js tensors 1878 -2021-11-05 12:06:51 STATE: test-node-gpu.js passed: load models -2021-11-05 12:06:51 STATE: test-node-gpu.js result: defined models: 21 loaded models: 10 -2021-11-05 12:06:51 STATE: test-node-gpu.js passed: warmup: none default -2021-11-05 12:06:51 STATE: test-node-gpu.js passed: warmup none result match -2021-11-05 12:06:51 STATE: test-node-gpu.js event: image -2021-11-05 12:06:52 STATE: test-node-gpu.js event: detect -2021-11-05 12:06:52 STATE: test-node-gpu.js event: warmup -2021-11-05 12:06:52 STATE: test-node-gpu.js passed: warmup: face default -2021-11-05 12:06:52 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 1 gesture: 7 object: 1 person: 1 {"score":1,"age":23.6,"gender":"female"} {"score":0.82,"class":"person"} {"score":0.42,"keypoints":4} -2021-11-05 12:06:52 DATA:  test-node-gpu.js result: performance: load: null total: 1642 -2021-11-05 12:06:52 STATE: test-node-gpu.js passed: warmup face result match -2021-11-05 12:06:52 STATE: test-node-gpu.js event: image -2021-11-05 12:06:54 STATE: test-node-gpu.js event: detect -2021-11-05 12:06:54 STATE: test-node-gpu.js event: warmup -2021-11-05 12:06:54 STATE: test-node-gpu.js passed: warmup: body default -2021-11-05 12:06:54 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 1 gesture: 6 object: 1 person: 1 {"score":1,"age":29.6,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} -2021-11-05 12:06:54 DATA:  test-node-gpu.js result: performance: load: null total: 1041 -2021-11-05 12:06:54 STATE: test-node-gpu.js passed: warmup body result match -2021-11-05 12:06:54 STATE: test-node-gpu.js details: {"face":{"boxScore":0.92,"faceScore":1,"age":29.6,"gender":"female","genderScore":0.95},"emotion":[{"score":0.42,"emotion":"angry"},{"score":0.22,"emotion":"fear"},{"score":0.17,"emotion":"sad"},{"score":0.13,"emotion":"neutral"}],"body":{"score":0.92,"keypoints":17},"hand":{"boxScore":0.52,"fingerScore":0.73,"keypoints":21},"gestures":[{"face":0,"gesture":"facing right"},{"body":0,"gesture":"leaning right"},{"hand":0,"gesture":"pinky forward"},{"hand":0,"gesture":"palm up"},{"iris":0,"gesture":"looking left"},{"iris":0,"gesture":"looking up"}]} -2021-11-05 12:06:54 INFO:  test-node-gpu.js test default -2021-11-05 12:06:54 STATE: test-node-gpu.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1004796864} -2021-11-05 12:06:54 STATE: test-node-gpu.js event: image -2021-11-05 12:06:55 STATE: test-node-gpu.js event: detect -2021-11-05 12:06:55 STATE: test-node-gpu.js passed: detect: samples/in/ai-body.jpg default -2021-11-05 12:06:55 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 1 gesture: 6 object: 1 person: 1 {"score":1,"age":29.6,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} -2021-11-05 12:06:55 DATA:  test-node-gpu.js result: performance: load: null total: 1122 -2021-11-05 12:06:55 STATE: test-node-gpu.js passed: default result face match 1 female 0.96 -2021-11-05 12:06:55 INFO:  test-node-gpu.js test sync -2021-11-05 12:06:56 STATE: test-node-gpu.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1004796864} -2021-11-05 12:06:56 STATE: test-node-gpu.js event: image -2021-11-05 12:06:57 STATE: test-node-gpu.js event: detect -2021-11-05 12:06:57 STATE: test-node-gpu.js passed: detect: samples/in/ai-body.jpg default -2021-11-05 12:06:57 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 1 gesture: 6 object: 1 person: 1 {"score":1,"age":29.6,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} -2021-11-05 12:06:57 DATA:  test-node-gpu.js result: performance: load: null total: 1006 -2021-11-05 12:06:57 STATE: test-node-gpu.js passed: default sync 1 female 0.96 -2021-11-05 12:06:57 STATE: test-node-gpu.js passed: load image: samples/in/ai-face.jpg [1,256,256,3] {"checksum":34696120} -2021-11-05 12:06:57 STATE: test-node-gpu.js passed: image input null [1,256,256,3] -2021-11-05 12:06:57 STATE: test-node-gpu.js passed: invalid input {"error":"could not convert input to tensor"} -2021-11-05 12:06:57 INFO:  test-node-gpu.js test face similarity -2021-11-05 12:06:57 STATE: test-node-gpu.js passed: load image: samples/in/ai-face.jpg [1,256,256,3] {"checksum":34696120} -2021-11-05 12:06:57 STATE: test-node-gpu.js event: image -2021-11-05 12:06:58 STATE: test-node-gpu.js event: detect -2021-11-05 12:06:58 STATE: test-node-gpu.js passed: detect: samples/in/ai-face.jpg default -2021-11-05 12:06:58 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 1 gesture: 7 object: 1 person: 1 {"score":1,"age":23.6,"gender":"female"} {"score":0.82,"class":"person"} {"score":0.47,"keypoints":3} -2021-11-05 12:06:58 DATA:  test-node-gpu.js result: performance: load: null total: 883 -2021-11-05 12:06:59 STATE: test-node-gpu.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1004796864} -2021-11-05 12:06:59 STATE: test-node-gpu.js event: image -2021-11-05 12:07:00 STATE: test-node-gpu.js event: detect -2021-11-05 12:07:00 STATE: test-node-gpu.js passed: detect: samples/in/ai-body.jpg default -2021-11-05 12:07:00 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 1 gesture: 6 object: 1 person: 1 {"score":1,"age":29.6,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} -2021-11-05 12:07:00 DATA:  test-node-gpu.js result: performance: load: null total: 959 -2021-11-05 12:07:00 STATE: test-node-gpu.js passed: load image: samples/in/ai-upper.jpg [1,720,688,3] {"checksum":151289040} -2021-11-05 12:07:00 STATE: test-node-gpu.js event: image -2021-11-05 12:07:01 STATE: test-node-gpu.js event: detect -2021-11-05 12:07:01 STATE: test-node-gpu.js passed: detect: samples/in/ai-upper.jpg default -2021-11-05 12:07:01 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 4 object: 1 person: 1 {"score":1,"age":23.5,"gender":"female"} {"score":0.71,"class":"person"} {"score":0.75,"keypoints":7} -2021-11-05 12:07:01 DATA:  test-node-gpu.js result: performance: load: null total: 851 -2021-11-05 12:07:01 STATE: test-node-gpu.js passed: face descriptor -2021-11-05 12:07:01 STATE: test-node-gpu.js passed: face similarity {"similarity":[1,0.5745450232067882,0.5497292871412399],"descriptors":[1024,1024,1024]} -2021-11-05 12:07:01 INFO:  test-node-gpu.js test face matching -2021-11-05 12:07:01 STATE: test-node-gpu.js passed: face database 57 -2021-11-05 12:07:01 STATE: test-node-gpu.js passed: face match {"first":{"index":4,"similarity":0.7374410162434589}} {"second":{"index":4,"similarity":0.5820778263815228}} {"third":{"index":4,"similarity":0.5561754779097506}} -2021-11-05 12:07:01 INFO:  test-node-gpu.js test object -2021-11-05 12:07:02 STATE: test-node-gpu.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1004796864} -2021-11-05 12:07:02 STATE: test-node-gpu.js event: image -2021-11-05 12:07:03 STATE: test-node-gpu.js event: detect -2021-11-05 12:07:03 STATE: test-node-gpu.js passed: detect: samples/in/ai-body.jpg default -2021-11-05 12:07:03 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 1 gesture: 6 object: 1 person: 1 {"score":1,"age":29.6,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} -2021-11-05 12:07:03 DATA:  test-node-gpu.js result: performance: load: null total: 970 -2021-11-05 12:07:03 STATE: test-node-gpu.js passed: object result match -2021-11-05 12:07:03 INFO:  test-node-gpu.js test sensitive -2021-11-05 12:07:04 STATE: test-node-gpu.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1004796864} -2021-11-05 12:07:04 STATE: test-node-gpu.js event: image -2021-11-05 12:07:05 STATE: test-node-gpu.js event: detect -2021-11-05 12:07:05 STATE: test-node-gpu.js passed: detect: samples/in/ai-body.jpg default -2021-11-05 12:07:05 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 2 gesture: 8 object: 1 person: 1 {"score":1,"age":29.6,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} -2021-11-05 12:07:05 DATA:  test-node-gpu.js result: performance: load: null total: 1031 -2021-11-05 12:07:05 STATE: test-node-gpu.js passed: sensitive result match -2021-11-05 12:07:05 STATE: test-node-gpu.js passed: sensitive face result match -2021-11-05 12:07:05 STATE: test-node-gpu.js passed: sensitive face emotion result 3 -2021-11-05 12:07:05 STATE: test-node-gpu.js passed: sensitive body result match -2021-11-05 12:07:05 STATE: test-node-gpu.js passed: sensitive hand result match -2021-11-05 12:07:05 INFO:  test-node-gpu.js test detectors -2021-11-05 12:07:06 STATE: test-node-gpu.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1004796864} -2021-11-05 12:07:06 STATE: test-node-gpu.js event: image -2021-11-05 12:07:07 STATE: test-node-gpu.js event: detect -2021-11-05 12:07:07 STATE: test-node-gpu.js passed: detect: samples/in/ai-body.jpg default -2021-11-05 12:07:07 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 1 gesture: 1 object: 1 person: 1 {"score":0.93} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} -2021-11-05 12:07:07 DATA:  test-node-gpu.js result: performance: load: null total: 752 -2021-11-05 12:07:07 STATE: test-node-gpu.js passed: detector result face match -2021-11-05 12:07:07 STATE: test-node-gpu.js passed: detector result hand match -2021-11-05 12:07:07 STATE: test-node-gpu.js event: image -2021-11-05 12:07:07 STATE: test-node-gpu.js event: detect -2021-11-05 12:07:07 STATE: test-node-gpu.js passed: detect: random default -2021-11-05 12:07:07 DATA:  test-node-gpu.js result: face: 0 body: 1 hand: 0 gesture: 1 object: 0 person: 0 {} {} {"score":0.07,"keypoints":15} -2021-11-05 12:07:07 DATA:  test-node-gpu.js result: performance: load: null total: 681 -2021-11-05 12:07:07 INFO:  test-node-gpu.js test: first instance -2021-11-05 12:07:08 STATE: test-node-gpu.js passed: load image: samples/in/ai-upper.jpg [1,720,688,3] {"checksum":151289040} -2021-11-05 12:07:08 STATE: test-node-gpu.js passed: detect: samples/in/ai-upper.jpg default -2021-11-05 12:07:08 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 1 object: 1 person: 1 {"score":0.96} {"score":0.71,"class":"person"} {"score":0.75,"keypoints":16} -2021-11-05 12:07:08 DATA:  test-node-gpu.js result: performance: load: null total: 720 -2021-11-05 12:07:08 INFO:  test-node-gpu.js test: second instance -2021-11-05 12:07:09 STATE: test-node-gpu.js passed: load image: samples/in/ai-upper.jpg [1,720,688,3] {"checksum":151289040} -2021-11-05 12:07:09 STATE: test-node-gpu.js passed: detect: samples/in/ai-upper.jpg default -2021-11-05 12:07:09 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 1 object: 1 person: 1 {"score":0.96} {"score":0.71,"class":"person"} {"score":0.75,"keypoints":16} -2021-11-05 12:07:09 DATA:  test-node-gpu.js result: performance: load: null total: 644 -2021-11-05 12:07:09 INFO:  test-node-gpu.js test: concurrent -2021-11-05 12:07:09 STATE: test-node-gpu.js passed: load image: samples/in/ai-face.jpg [1,256,256,3] {"checksum":34696120} -2021-11-05 12:07:09 STATE: test-node-gpu.js passed: load image: samples/in/ai-face.jpg [1,256,256,3] {"checksum":34696120} -2021-11-05 12:07:10 STATE: test-node-gpu.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1004796864} -2021-11-05 12:07:11 STATE: test-node-gpu.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1004796864} -2021-11-05 12:07:11 STATE: test-node-gpu.js passed: load image: samples/in/ai-upper.jpg [1,720,688,3] {"checksum":151289040} -2021-11-05 12:07:12 STATE: test-node-gpu.js passed: load image: samples/in/ai-upper.jpg [1,720,688,3] {"checksum":151289040} -2021-11-05 12:07:12 STATE: test-node-gpu.js passed: load image: samples/in/ai-face.jpg [1,256,256,3] {"checksum":34696120} -2021-11-05 12:07:13 STATE: test-node-gpu.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1004796864} -2021-11-05 12:07:13 STATE: test-node-gpu.js passed: load image: samples/in/ai-upper.jpg [1,720,688,3] {"checksum":151289040} -2021-11-05 12:07:13 STATE: test-node-gpu.js event: image -2021-11-05 12:07:13 STATE: test-node-gpu.js event: image -2021-11-05 12:07:13 STATE: test-node-gpu.js event: image -2021-11-05 12:07:19 STATE: test-node-gpu.js passed: detect: samples/in/ai-upper.jpg default -2021-11-05 12:07:19 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 1 object: 1 person: 1 {"score":0.96} {"score":0.71,"class":"person"} {"score":0.75,"keypoints":16} -2021-11-05 12:07:19 DATA:  test-node-gpu.js result: performance: load: null total: 7133 -2021-11-05 12:07:19 STATE: test-node-gpu.js passed: detect: samples/in/ai-upper.jpg default -2021-11-05 12:07:19 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 1 object: 1 person: 1 {"score":0.96} {"score":0.71,"class":"person"} {"score":0.75,"keypoints":16} -2021-11-05 12:07:19 DATA:  test-node-gpu.js result: performance: load: null total: 7133 -2021-11-05 12:07:19 STATE: test-node-gpu.js passed: detect: samples/in/ai-face.jpg default -2021-11-05 12:07:19 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 1 gesture: 2 object: 1 person: 1 {"score":0.91} {"score":0.82,"class":"person"} {"score":0.47,"keypoints":17} -2021-11-05 12:07:19 DATA:  test-node-gpu.js result: performance: load: null total: 7135 -2021-11-05 12:07:19 STATE: test-node-gpu.js passed: detect: samples/in/ai-face.jpg default -2021-11-05 12:07:19 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 1 gesture: 2 object: 1 person: 1 {"score":0.91} {"score":0.82,"class":"person"} {"score":0.47,"keypoints":17} -2021-11-05 12:07:19 DATA:  test-node-gpu.js result: performance: load: null total: 7135 -2021-11-05 12:07:19 STATE: test-node-gpu.js passed: detect: samples/in/ai-body.jpg default -2021-11-05 12:07:19 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 1 gesture: 1 object: 1 person: 1 {"score":0.93} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} -2021-11-05 12:07:19 DATA:  test-node-gpu.js result: performance: load: null total: 7135 -2021-11-05 12:07:19 STATE: test-node-gpu.js passed: detect: samples/in/ai-body.jpg default -2021-11-05 12:07:19 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 1 gesture: 1 object: 1 person: 1 {"score":0.93} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} -2021-11-05 12:07:19 DATA:  test-node-gpu.js result: performance: load: null total: 7135 -2021-11-05 12:07:19 STATE: test-node-gpu.js event: detect -2021-11-05 12:07:19 STATE: test-node-gpu.js passed: detect: samples/in/ai-upper.jpg default -2021-11-05 12:07:19 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 1 object: 1 person: 1 {"score":0.96} {"score":0.71,"class":"person"} {"score":0.75,"keypoints":16} -2021-11-05 12:07:19 DATA:  test-node-gpu.js result: performance: load: null total: 5954 -2021-11-05 12:07:19 STATE: test-node-gpu.js event: detect -2021-11-05 12:07:19 STATE: test-node-gpu.js event: detect -2021-11-05 12:07:19 STATE: test-node-gpu.js passed: detect: samples/in/ai-face.jpg default -2021-11-05 12:07:19 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 1 gesture: 2 object: 1 person: 1 {"score":0.91} {"score":0.82,"class":"person"} {"score":0.47,"keypoints":17} -2021-11-05 12:07:19 DATA:  test-node-gpu.js result: performance: load: null total: 5954 -2021-11-05 12:07:19 STATE: test-node-gpu.js passed: detect: samples/in/ai-body.jpg default -2021-11-05 12:07:19 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 1 gesture: 1 object: 1 person: 1 {"score":0.93} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} -2021-11-05 12:07:19 DATA:  test-node-gpu.js result: performance: load: null total: 5954 -2021-11-05 12:07:19 STATE: test-node-gpu.js event: image -2021-11-05 12:07:19 STATE: test-node-gpu.js event: detect -2021-11-05 12:07:19 STATE: test-node-gpu.js passed: monkey patch -2021-11-05 12:07:20 STATE: test-node-gpu.js passed: segmentation [65536] -2021-11-05 12:07:20 STATE: test-node-gpu.js passeed: equal usage -2021-11-05 12:07:20 INFO:  test-node-gpu.js events: {"image":15,"detect":15,"warmup":2} -2021-11-05 12:07:20 INFO:  test-node-gpu.js tensors 1882 -2021-11-05 12:07:20 INFO:  test-node-gpu.js test complete: 29203 ms -2021-11-05 12:07:20 INFO:  -2021-11-05 12:07:20 INFO:  test-node-wasm.js start -2021-11-05 12:07:20 STATE: test-node-wasm.js passed: model server: https://vladmandic.github.io/human/models/ -2021-11-05 12:07:20 STATE: test-node-wasm.js passed: configuration default validation [] -2021-11-05 12:07:20 STATE: test-node-wasm.js passed: configuration invalid validation [{"reason":"unknown property","where":"config.invalid = true"}] -2021-11-05 12:07:24 STATE: test-node-wasm.js passed: models loaded 21 10 [{"name":"age","loaded":false},{"name":"agegenderrace","loaded":false},{"name":"blazeposedetect","loaded":false},{"name":"blazepose","loaded":false},{"name":"centernet","loaded":true},{"name":"efficientpose","loaded":false},{"name":"embedding","loaded":false},{"name":"emotion","loaded":true},{"name":"facedetect","loaded":true},{"name":"faceiris","loaded":true},{"name":"facemesh","loaded":true},{"name":"faceres","loaded":true},{"name":"gender","loaded":false},{"name":"handpose","loaded":false},{"name":"handskeleton","loaded":true},{"name":"handtrack","loaded":true},{"name":"movenet","loaded":true},{"name":"nanodet","loaded":false},{"name":"posenet","loaded":false},{"name":"segmentation","loaded":true},{"name":"antispoof","loaded":false}] -2021-11-05 12:07:24 STATE: test-node-wasm.js passed: create human -2021-11-05 12:07:24 INFO:  test-node-wasm.js human version: 2.5.0 -2021-11-05 12:07:24 INFO:  test-node-wasm.js platform: linux x64 agent: NodeJS v17.0.1 -2021-11-05 12:07:24 INFO:  test-node-wasm.js tfjs version: 3.11.0 -2021-11-05 12:07:24 STATE: test-node-wasm.js passed: set backend: wasm -2021-11-05 12:07:24 STATE: test-node-wasm.js tensors 1878 -2021-11-05 12:07:24 STATE: test-node-wasm.js passed: load models -2021-11-05 12:07:24 STATE: test-node-wasm.js result: defined models: 21 loaded models: 10 -2021-11-05 12:07:24 STATE: test-node-wasm.js passed: warmup: none default -2021-11-05 12:07:24 STATE: test-node-wasm.js passed: warmup none result match -2021-11-05 12:07:24 STATE: test-node-wasm.js event: image -2021-11-05 12:07:25 STATE: test-node-wasm.js event: detect -2021-11-05 12:07:25 STATE: test-node-wasm.js event: warmup -2021-11-05 12:07:25 STATE: test-node-wasm.js passed: warmup: face default -2021-11-05 12:07:25 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 1 gesture: 7 object: 1 person: 1 {"score":1,"age":23.6,"gender":"female"} {"score":0.82,"class":"person"} {"score":0.47,"keypoints":3} -2021-11-05 12:07:25 DATA:  test-node-wasm.js result: performance: load: null total: 1726 -2021-11-05 12:07:25 STATE: test-node-wasm.js passed: warmup face result match -2021-11-05 12:07:26 STATE: test-node-wasm.js event: image -2021-11-05 12:07:27 STATE: test-node-wasm.js event: detect -2021-11-05 12:07:27 STATE: test-node-wasm.js event: warmup -2021-11-05 12:07:27 STATE: test-node-wasm.js passed: warmup: body default -2021-11-05 12:07:27 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 1 gesture: 6 object: 1 person: 1 {"score":1,"age":29.6,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} -2021-11-05 12:07:27 DATA:  test-node-wasm.js result: performance: load: null total: 1181 -2021-11-05 12:07:27 STATE: test-node-wasm.js passed: warmup body result match -2021-11-05 12:07:27 STATE: test-node-wasm.js details: {"face":{"boxScore":0.93,"faceScore":1,"age":29.6,"gender":"female","genderScore":0.96},"emotion":[{"score":0.51,"emotion":"angry"},{"score":0.2,"emotion":"fear"},{"score":0.12,"emotion":"sad"}],"body":{"score":0.92,"keypoints":17},"hand":{"boxScore":0.51,"fingerScore":0.73,"keypoints":21},"gestures":[{"face":0,"gesture":"facing right"},{"body":0,"gesture":"leaning right"},{"hand":0,"gesture":"pinky forward"},{"hand":0,"gesture":"palm up"},{"iris":0,"gesture":"looking left"},{"iris":0,"gesture":"looking up"}]} -2021-11-05 12:07:27 INFO:  test-node-wasm.js test default -2021-11-05 12:07:29 STATE: test-node-wasm.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1038921856} -2021-11-05 12:07:29 STATE: test-node-wasm.js event: image -2021-11-05 12:07:30 STATE: test-node-wasm.js event: detect -2021-11-05 12:07:30 STATE: test-node-wasm.js passed: detect: samples/in/ai-body.jpg default -2021-11-05 12:07:30 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 1 gesture: 6 object: 1 person: 1 {"score":1,"age":29.6,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} -2021-11-05 12:07:30 DATA:  test-node-wasm.js result: performance: load: null total: 1178 -2021-11-05 12:07:30 STATE: test-node-wasm.js passed: default result face match 1 female 0.96 -2021-11-05 12:07:30 INFO:  test-node-wasm.js test sync -2021-11-05 12:07:32 STATE: test-node-wasm.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1038921856} -2021-11-05 12:07:32 STATE: test-node-wasm.js event: image -2021-11-05 12:07:33 STATE: test-node-wasm.js event: detect -2021-11-05 12:07:33 STATE: test-node-wasm.js passed: detect: samples/in/ai-body.jpg default -2021-11-05 12:07:33 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 1 gesture: 6 object: 1 person: 1 {"score":1,"age":29.6,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} -2021-11-05 12:07:33 DATA:  test-node-wasm.js result: performance: load: null total: 1121 -2021-11-05 12:07:33 STATE: test-node-wasm.js passed: default sync 1 female 0.96 -2021-11-05 12:07:33 STATE: test-node-wasm.js passed: load image: samples/in/ai-face.jpg [1,256,256,3] {"checksum":34697856} -2021-11-05 12:07:33 STATE: test-node-wasm.js passed: image input null [1,256,256,3] -2021-11-05 12:07:33 STATE: test-node-wasm.js passed: invalid input {"error":"could not convert input to tensor"} -2021-11-05 12:07:33 INFO:  test-node-wasm.js test face similarity -2021-11-05 12:07:33 STATE: test-node-wasm.js passed: load image: samples/in/ai-face.jpg [1,256,256,3] {"checksum":34697856} -2021-11-05 12:07:33 STATE: test-node-wasm.js event: image -2021-11-05 12:07:34 STATE: test-node-wasm.js event: detect -2021-11-05 12:07:34 STATE: test-node-wasm.js passed: detect: samples/in/ai-face.jpg default -2021-11-05 12:07:34 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 1 gesture: 7 object: 1 person: 1 {"score":1,"age":23.6,"gender":"female"} {"score":0.82,"class":"person"} {"score":0.47,"keypoints":3} -2021-11-05 12:07:34 DATA:  test-node-wasm.js result: performance: load: null total: 993 -2021-11-05 12:07:36 STATE: test-node-wasm.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1038921856} -2021-11-05 12:07:36 STATE: test-node-wasm.js event: image -2021-11-05 12:07:37 STATE: test-node-wasm.js event: detect -2021-11-05 12:07:37 STATE: test-node-wasm.js passed: detect: samples/in/ai-body.jpg default -2021-11-05 12:07:37 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 1 gesture: 6 object: 1 person: 1 {"score":1,"age":29.6,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} -2021-11-05 12:07:37 DATA:  test-node-wasm.js result: performance: load: null total: 1094 -2021-11-05 12:07:38 STATE: test-node-wasm.js passed: load image: samples/in/ai-upper.jpg [1,720,688,3] {"checksum":151155104} -2021-11-05 12:07:38 STATE: test-node-wasm.js event: image -2021-11-05 12:07:39 STATE: test-node-wasm.js event: detect -2021-11-05 12:07:39 STATE: test-node-wasm.js passed: detect: samples/in/ai-upper.jpg default -2021-11-05 12:07:39 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 0 gesture: 5 object: 1 person: 1 {"score":1,"age":29.5,"gender":"female"} {"score":0.71,"class":"person"} {"score":0.75,"keypoints":7} -2021-11-05 12:07:39 DATA:  test-node-wasm.js result: performance: load: null total: 959 -2021-11-05 12:07:39 STATE: test-node-wasm.js passed: face descriptor -2021-11-05 12:07:39 STATE: test-node-wasm.js passed: face similarity {"similarity":[1,0.5669371312773301,0.5377537465463229],"descriptors":[1024,1024,1024]} -2021-11-05 12:07:39 INFO:  test-node-wasm.js test face matching -2021-11-05 12:07:39 STATE: test-node-wasm.js passed: face database 57 -2021-11-05 12:07:39 STATE: test-node-wasm.js passed: face match {"first":{"index":4,"similarity":0.7374410071907656}} {"second":{"index":4,"similarity":0.5810308362365244}} {"third":{"index":4,"similarity":0.5331392189299851}} -2021-11-05 12:07:39 INFO:  test-node-wasm.js test object -2021-11-05 12:07:41 STATE: test-node-wasm.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1038921856} -2021-11-05 12:07:41 STATE: test-node-wasm.js event: image -2021-11-05 12:07:42 STATE: test-node-wasm.js event: detect -2021-11-05 12:07:42 STATE: test-node-wasm.js passed: detect: samples/in/ai-body.jpg default -2021-11-05 12:07:42 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 1 gesture: 6 object: 1 person: 1 {"score":1,"age":29.6,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} -2021-11-05 12:07:42 DATA:  test-node-wasm.js result: performance: load: null total: 1072 -2021-11-05 12:07:42 STATE: test-node-wasm.js passed: object result match -2021-11-05 12:07:42 INFO:  test-node-wasm.js test sensitive -2021-11-05 12:07:43 STATE: test-node-wasm.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1038921856} -2021-11-05 12:07:43 STATE: test-node-wasm.js event: image -2021-11-05 12:07:45 STATE: test-node-wasm.js event: detect -2021-11-05 12:07:45 STATE: test-node-wasm.js passed: detect: samples/in/ai-body.jpg default -2021-11-05 12:07:45 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 2 gesture: 8 object: 1 person: 1 {"score":1,"age":29.6,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} -2021-11-05 12:07:45 DATA:  test-node-wasm.js result: performance: load: null total: 1169 -2021-11-05 12:07:45 STATE: test-node-wasm.js passed: sensitive result match -2021-11-05 12:07:45 STATE: test-node-wasm.js passed: sensitive face result match -2021-11-05 12:07:45 STATE: test-node-wasm.js passed: sensitive face emotion result 4 -2021-11-05 12:07:45 STATE: test-node-wasm.js passed: sensitive body result match -2021-11-05 12:07:45 STATE: test-node-wasm.js passed: sensitive hand result match -2021-11-05 12:07:45 INFO:  test-node-wasm.js test detectors -2021-11-05 12:07:46 STATE: test-node-wasm.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1038921856} -2021-11-05 12:07:46 STATE: test-node-wasm.js event: image -2021-11-05 12:07:47 STATE: test-node-wasm.js event: detect -2021-11-05 12:07:47 STATE: test-node-wasm.js passed: detect: samples/in/ai-body.jpg default -2021-11-05 12:07:47 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 1 gesture: 1 object: 1 person: 1 {"score":0.93} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} -2021-11-05 12:07:47 DATA:  test-node-wasm.js result: performance: load: null total: 752 -2021-11-05 12:07:47 STATE: test-node-wasm.js passed: detector result face match -2021-11-05 12:07:47 STATE: test-node-wasm.js passed: detector result hand match -2021-11-05 12:07:47 STATE: test-node-wasm.js event: image -2021-11-05 12:07:48 STATE: test-node-wasm.js event: detect -2021-11-05 12:07:48 STATE: test-node-wasm.js passed: detect: random default -2021-11-05 12:07:48 DATA:  test-node-wasm.js result: face: 0 body: 1 hand: 0 gesture: 1 object: 0 person: 0 {} {} {"score":0.07,"keypoints":15} -2021-11-05 12:07:48 DATA:  test-node-wasm.js result: performance: load: null total: 710 -2021-11-05 12:07:48 INFO:  test-node-wasm.js test: first instance -2021-11-05 12:07:49 STATE: test-node-wasm.js passed: load image: samples/in/ai-upper.jpg [1,720,688,3] {"checksum":151155104} -2021-11-05 12:07:50 STATE: test-node-wasm.js passed: detect: samples/in/ai-upper.jpg default -2021-11-05 12:07:50 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 0 gesture: 1 object: 1 person: 1 {"score":0.96} {"score":0.71,"class":"person"} {"score":0.75,"keypoints":16} -2021-11-05 12:07:50 DATA:  test-node-wasm.js result: performance: load: null total: 733 -2021-11-05 12:07:50 INFO:  test-node-wasm.js test: second instance -2021-11-05 12:07:50 STATE: test-node-wasm.js passed: load image: samples/in/ai-upper.jpg [1,720,688,3] {"checksum":151155104} -2021-11-05 12:07:51 STATE: test-node-wasm.js passed: detect: samples/in/ai-upper.jpg default -2021-11-05 12:07:51 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 0 gesture: 1 object: 1 person: 1 {"score":0.96} {"score":0.71,"class":"person"} {"score":0.75,"keypoints":16} -2021-11-05 12:07:51 DATA:  test-node-wasm.js result: performance: load: null total: 726 -2021-11-05 12:07:51 INFO:  test-node-wasm.js test: concurrent -2021-11-05 12:07:51 STATE: test-node-wasm.js passed: load image: samples/in/ai-face.jpg [1,256,256,3] {"checksum":34697856} -2021-11-05 12:07:51 STATE: test-node-wasm.js passed: load image: samples/in/ai-face.jpg [1,256,256,3] {"checksum":34697856} -2021-11-05 12:07:53 STATE: test-node-wasm.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1038921856} -2021-11-05 12:07:55 STATE: test-node-wasm.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1038921856} -2021-11-05 12:07:55 STATE: test-node-wasm.js passed: load image: samples/in/ai-upper.jpg [1,720,688,3] {"checksum":151155104} -2021-11-05 12:07:56 STATE: test-node-wasm.js passed: load image: samples/in/ai-upper.jpg [1,720,688,3] {"checksum":151155104} -2021-11-05 12:07:56 STATE: test-node-wasm.js passed: load image: samples/in/ai-face.jpg [1,256,256,3] {"checksum":34697856} -2021-11-05 12:07:58 STATE: test-node-wasm.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1038921856} -2021-11-05 12:07:58 STATE: test-node-wasm.js passed: load image: samples/in/ai-upper.jpg [1,720,688,3] {"checksum":151155104} -2021-11-05 12:07:59 STATE: test-node-wasm.js event: image -2021-11-05 12:07:59 STATE: test-node-wasm.js event: image -2021-11-05 12:07:59 STATE: test-node-wasm.js event: image -2021-11-05 12:08:05 STATE: test-node-wasm.js passed: detect: samples/in/ai-upper.jpg default -2021-11-05 12:08:05 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 0 gesture: 1 object: 1 person: 1 {"score":0.96} {"score":0.71,"class":"person"} {"score":0.75,"keypoints":16} -2021-11-05 12:08:05 DATA:  test-node-wasm.js result: performance: load: null total: 9062 -2021-11-05 12:08:05 STATE: test-node-wasm.js passed: detect: samples/in/ai-upper.jpg default -2021-11-05 12:08:05 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 0 gesture: 1 object: 1 person: 1 {"score":0.96} {"score":0.71,"class":"person"} {"score":0.75,"keypoints":16} -2021-11-05 12:08:05 DATA:  test-node-wasm.js result: performance: load: null total: 9062 -2021-11-05 12:08:05 STATE: test-node-wasm.js passed: detect: samples/in/ai-face.jpg default -2021-11-05 12:08:05 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 1 gesture: 2 object: 1 person: 1 {"score":0.91} {"score":0.82,"class":"person"} {"score":0.47,"keypoints":17} -2021-11-05 12:08:05 DATA:  test-node-wasm.js result: performance: load: null total: 9064 -2021-11-05 12:08:05 STATE: test-node-wasm.js passed: detect: samples/in/ai-face.jpg default -2021-11-05 12:08:05 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 1 gesture: 2 object: 1 person: 1 {"score":0.91} {"score":0.82,"class":"person"} {"score":0.47,"keypoints":17} -2021-11-05 12:08:05 DATA:  test-node-wasm.js result: performance: load: null total: 9064 -2021-11-05 12:08:05 STATE: test-node-wasm.js passed: detect: samples/in/ai-body.jpg default -2021-11-05 12:08:05 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 1 gesture: 1 object: 1 person: 1 {"score":0.93} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} -2021-11-05 12:08:05 DATA:  test-node-wasm.js result: performance: load: null total: 9064 -2021-11-05 12:08:05 STATE: test-node-wasm.js passed: detect: samples/in/ai-body.jpg default -2021-11-05 12:08:05 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 1 gesture: 1 object: 1 person: 1 {"score":0.93} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} -2021-11-05 12:08:05 DATA:  test-node-wasm.js result: performance: load: null total: 9064 -2021-11-05 12:08:05 STATE: test-node-wasm.js event: detect -2021-11-05 12:08:05 STATE: test-node-wasm.js passed: detect: samples/in/ai-upper.jpg default -2021-11-05 12:08:05 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 0 gesture: 1 object: 1 person: 1 {"score":0.96} {"score":0.71,"class":"person"} {"score":0.75,"keypoints":16} -2021-11-05 12:08:05 DATA:  test-node-wasm.js result: performance: load: null total: 6547 -2021-11-05 12:08:05 STATE: test-node-wasm.js event: detect -2021-11-05 12:08:05 STATE: test-node-wasm.js event: detect -2021-11-05 12:08:05 STATE: test-node-wasm.js passed: detect: samples/in/ai-face.jpg default -2021-11-05 12:08:05 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 1 gesture: 2 object: 1 person: 1 {"score":0.91} {"score":0.82,"class":"person"} {"score":0.47,"keypoints":17} -2021-11-05 12:08:05 DATA:  test-node-wasm.js result: performance: load: null total: 6548 -2021-11-05 12:08:05 STATE: test-node-wasm.js passed: detect: samples/in/ai-body.jpg default -2021-11-05 12:08:05 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 1 gesture: 1 object: 1 person: 1 {"score":0.93} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} -2021-11-05 12:08:05 DATA:  test-node-wasm.js result: performance: load: null total: 6548 -2021-11-05 12:08:05 STATE: test-node-wasm.js event: image -2021-11-05 12:08:06 STATE: test-node-wasm.js event: detect -2021-11-05 12:08:06 STATE: test-node-wasm.js passed: monkey patch -2021-11-05 12:08:06 STATE: test-node-wasm.js passed: segmentation [65536] -2021-11-05 12:08:06 STATE: test-node-wasm.js passeed: equal usage -2021-11-05 12:08:06 INFO:  test-node-wasm.js events: {"image":15,"detect":15,"warmup":2} -2021-11-05 12:08:06 INFO:  test-node-wasm.js tensors 1884 -2021-11-05 12:08:06 INFO:  test-node-wasm.js test complete: 45360 ms -2021-11-05 12:08:06 INFO:  -2021-11-05 12:08:06 INFO:  failed [] -2021-11-05 12:08:06 INFO:  status: {"test-node.js":{"passed":70,"failed":0},"test-node-gpu.js":{"passed":70,"failed":0},"test-node-wasm.js":{"passed":71,"failed":0}} +2021-11-05 15:18:09 INFO:  @vladmandic/human version 2.5.0 +2021-11-05 15:18:09 INFO:  User: vlado Platform: linux Arch: x64 Node: v17.0.1 +2021-11-05 15:18:09 INFO:  tests: ["test-node.js","test-node-gpu.js","test-node-wasm.js"] +2021-11-05 15:18:09 INFO:  demos: ["../demo/nodejs/node.js","../demo/nodejs/node-canvas.js","../demo/nodejs/node-env.js","../demo/nodejs/node-event.js","../demo/nodejs/node-multiprocess.js"] +2021-11-05 15:18:09 INFO:  +2021-11-05 15:18:09 INFO:  test-node.js start +2021-11-05 15:18:11 STATE: test-node.js passed: configuration default validation [] +2021-11-05 15:18:11 STATE: test-node.js passed: configuration invalid validation [{"reason":"unknown property","where":"config.invalid = true"}] +2021-11-05 15:18:11 STATE: test-node.js passed: models loaded 21 10 [{"name":"age","loaded":false},{"name":"agegenderrace","loaded":false},{"name":"blazeposedetect","loaded":false},{"name":"blazepose","loaded":false},{"name":"centernet","loaded":true},{"name":"efficientpose","loaded":false},{"name":"embedding","loaded":false},{"name":"emotion","loaded":true},{"name":"facedetect","loaded":true},{"name":"faceiris","loaded":true},{"name":"facemesh","loaded":true},{"name":"faceres","loaded":true},{"name":"gender","loaded":false},{"name":"handpose","loaded":false},{"name":"handskeleton","loaded":true},{"name":"handtrack","loaded":true},{"name":"movenet","loaded":true},{"name":"nanodet","loaded":false},{"name":"posenet","loaded":false},{"name":"segmentation","loaded":true},{"name":"antispoof","loaded":false}] +2021-11-05 15:18:11 STATE: test-node.js passed: create human +2021-11-05 15:18:11 INFO:  test-node.js human version: 2.5.0 +2021-11-05 15:18:11 INFO:  test-node.js platform: linux x64 agent: NodeJS v17.0.1 +2021-11-05 15:18:11 INFO:  test-node.js tfjs version: 3.11.0 +2021-11-05 15:18:11 STATE: test-node.js passed: set backend: tensorflow +2021-11-05 15:18:11 STATE: test-node.js tensors 1878 +2021-11-05 15:18:11 STATE: test-node.js passed: load models +2021-11-05 15:18:11 STATE: test-node.js result: defined models: 21 loaded models: 10 +2021-11-05 15:18:11 STATE: test-node.js passed: warmup: none default +2021-11-05 15:18:11 STATE: test-node.js passed: warmup none result match +2021-11-05 15:18:11 STATE: test-node.js event: image +2021-11-05 15:18:13 STATE: test-node.js event: detect +2021-11-05 15:18:13 STATE: test-node.js event: warmup +2021-11-05 15:18:13 STATE: test-node.js passed: warmup: face default +2021-11-05 15:18:13 DATA:  test-node.js result: face: 1 body: 1 hand: 1 gesture: 7 object: 1 person: 1 {"score":1,"age":23.6,"gender":"female"} {"score":0.82,"class":"person"} {"score":0.42,"keypoints":4} +2021-11-05 15:18:13 DATA:  test-node.js result: performance: load: null total: 1471 +2021-11-05 15:18:13 STATE: test-node.js passed: warmup face result match +2021-11-05 15:18:13 STATE: test-node.js event: image +2021-11-05 15:18:14 STATE: test-node.js event: detect +2021-11-05 15:18:14 STATE: test-node.js event: warmup +2021-11-05 15:18:14 STATE: test-node.js passed: warmup: body default +2021-11-05 15:18:14 DATA:  test-node.js result: face: 1 body: 1 hand: 1 gesture: 6 object: 1 person: 1 {"score":1,"age":29.6,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} +2021-11-05 15:18:14 DATA:  test-node.js result: performance: load: null total: 1086 +2021-11-05 15:18:14 STATE: test-node.js passed: warmup body result match +2021-11-05 15:18:14 STATE: test-node.js details: {"face":{"boxScore":0.92,"faceScore":1,"age":29.6,"gender":"female","genderScore":0.95},"emotion":[{"score":0.42,"emotion":"angry"},{"score":0.22,"emotion":"fear"},{"score":0.17,"emotion":"sad"},{"score":0.13,"emotion":"neutral"}],"body":{"score":0.92,"keypoints":17},"hand":{"boxScore":0.52,"fingerScore":0.73,"keypoints":21},"gestures":[{"face":0,"gesture":"facing right"},{"body":0,"gesture":"leaning right"},{"hand":0,"gesture":"pinky forward"},{"hand":0,"gesture":"palm up"},{"iris":0,"gesture":"looking left"},{"iris":0,"gesture":"looking up"}]} +2021-11-05 15:18:14 INFO:  test-node.js test default +2021-11-05 15:18:15 STATE: test-node.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1004796864} +2021-11-05 15:18:15 STATE: test-node.js event: image +2021-11-05 15:18:16 STATE: test-node.js event: detect +2021-11-05 15:18:16 STATE: test-node.js passed: detect: samples/in/ai-body.jpg default +2021-11-05 15:18:16 DATA:  test-node.js result: face: 1 body: 1 hand: 1 gesture: 6 object: 1 person: 1 {"score":1,"age":29.6,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} +2021-11-05 15:18:16 DATA:  test-node.js result: performance: load: null total: 1018 +2021-11-05 15:18:16 STATE: test-node.js passed: default result face match 1 female 0.96 +2021-11-05 15:18:16 INFO:  test-node.js test sync +2021-11-05 15:18:16 STATE: test-node.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1004796864} +2021-11-05 15:18:16 STATE: test-node.js event: image +2021-11-05 15:18:17 STATE: test-node.js event: detect +2021-11-05 15:18:17 STATE: test-node.js passed: detect: samples/in/ai-body.jpg default +2021-11-05 15:18:17 DATA:  test-node.js result: face: 1 body: 1 hand: 1 gesture: 6 object: 1 person: 1 {"score":1,"age":29.6,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} +2021-11-05 15:18:17 DATA:  test-node.js result: performance: load: null total: 957 +2021-11-05 15:18:17 STATE: test-node.js passed: default sync 1 female 0.96 +2021-11-05 15:18:17 STATE: test-node.js passed: load image: samples/in/ai-face.jpg [1,256,256,3] {"checksum":34696120} +2021-11-05 15:18:17 STATE: test-node.js passed: image input null [1,256,256,3] +2021-11-05 15:18:17 STATE: test-node.js passed: invalid input {"error":"could not convert input to tensor"} +2021-11-05 15:18:17 INFO:  test-node.js test face similarity +2021-11-05 15:18:17 STATE: test-node.js passed: load image: samples/in/ai-face.jpg [1,256,256,3] {"checksum":34696120} +2021-11-05 15:18:17 STATE: test-node.js event: image +2021-11-05 15:18:18 STATE: test-node.js event: detect +2021-11-05 15:18:18 STATE: test-node.js passed: detect: samples/in/ai-face.jpg default +2021-11-05 15:18:18 DATA:  test-node.js result: face: 1 body: 1 hand: 1 gesture: 7 object: 1 person: 1 {"score":1,"age":23.6,"gender":"female"} {"score":0.82,"class":"person"} {"score":0.47,"keypoints":3} +2021-11-05 15:18:18 DATA:  test-node.js result: performance: load: null total: 941 +2021-11-05 15:18:19 STATE: test-node.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1004796864} +2021-11-05 15:18:19 STATE: test-node.js event: image +2021-11-05 15:18:20 STATE: test-node.js event: detect +2021-11-05 15:18:20 STATE: test-node.js passed: detect: samples/in/ai-body.jpg default +2021-11-05 15:18:20 DATA:  test-node.js result: face: 1 body: 1 hand: 1 gesture: 6 object: 1 person: 1 {"score":1,"age":29.6,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} +2021-11-05 15:18:20 DATA:  test-node.js result: performance: load: null total: 928 +2021-11-05 15:18:20 STATE: test-node.js passed: load image: samples/in/ai-upper.jpg [1,720,688,3] {"checksum":151289040} +2021-11-05 15:18:20 STATE: test-node.js event: image +2021-11-05 15:18:21 STATE: test-node.js event: detect +2021-11-05 15:18:21 STATE: test-node.js passed: detect: samples/in/ai-upper.jpg default +2021-11-05 15:18:21 DATA:  test-node.js result: face: 1 body: 1 hand: 0 gesture: 4 object: 1 person: 1 {"score":1,"age":23.5,"gender":"female"} {"score":0.71,"class":"person"} {"score":0.75,"keypoints":7} +2021-11-05 15:18:21 DATA:  test-node.js result: performance: load: null total: 880 +2021-11-05 15:18:21 STATE: test-node.js passed: face descriptor +2021-11-05 15:18:21 STATE: test-node.js passed: face similarity {"similarity":[1,0.5745450232067882,0.5497292871412399],"descriptors":[1024,1024,1024]} +2021-11-05 15:18:21 INFO:  test-node.js test face matching +2021-11-05 15:18:21 STATE: test-node.js passed: face database 57 +2021-11-05 15:18:21 STATE: test-node.js passed: face match {"first":{"index":4,"similarity":0.7374410162434589}} {"second":{"index":4,"similarity":0.5820778263815228}} {"third":{"index":4,"similarity":0.5561754779097506}} +2021-11-05 15:18:21 INFO:  test-node.js test object +2021-11-05 15:18:22 STATE: test-node.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1004796864} +2021-11-05 15:18:22 STATE: test-node.js event: image +2021-11-05 15:18:23 STATE: test-node.js event: detect +2021-11-05 15:18:23 STATE: test-node.js passed: detect: samples/in/ai-body.jpg default +2021-11-05 15:18:23 DATA:  test-node.js result: face: 1 body: 1 hand: 1 gesture: 6 object: 1 person: 1 {"score":1,"age":29.6,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} +2021-11-05 15:18:23 DATA:  test-node.js result: performance: load: null total: 968 +2021-11-05 15:18:23 STATE: test-node.js passed: object result match +2021-11-05 15:18:23 INFO:  test-node.js test sensitive +2021-11-05 15:18:24 STATE: test-node.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1004796864} +2021-11-05 15:18:24 STATE: test-node.js event: image +2021-11-05 15:18:25 STATE: test-node.js event: detect +2021-11-05 15:18:25 STATE: test-node.js passed: detect: samples/in/ai-body.jpg default +2021-11-05 15:18:25 DATA:  test-node.js result: face: 1 body: 1 hand: 2 gesture: 8 object: 1 person: 1 {"score":1,"age":29.6,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} +2021-11-05 15:18:25 DATA:  test-node.js result: performance: load: null total: 1006 +2021-11-05 15:18:25 STATE: test-node.js passed: sensitive result match +2021-11-05 15:18:25 STATE: test-node.js passed: sensitive face result match +2021-11-05 15:18:25 STATE: test-node.js passed: sensitive face emotion result 3 +2021-11-05 15:18:25 STATE: test-node.js passed: sensitive body result match +2021-11-05 15:18:25 STATE: test-node.js passed: sensitive hand result match +2021-11-05 15:18:25 INFO:  test-node.js test detectors +2021-11-05 15:18:26 STATE: test-node.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1004796864} +2021-11-05 15:18:26 STATE: test-node.js event: image +2021-11-05 15:18:26 STATE: test-node.js event: detect +2021-11-05 15:18:26 STATE: test-node.js passed: detect: samples/in/ai-body.jpg default +2021-11-05 15:18:26 DATA:  test-node.js result: face: 1 body: 1 hand: 1 gesture: 1 object: 1 person: 1 {"score":0.93} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} +2021-11-05 15:18:26 DATA:  test-node.js result: performance: load: null total: 718 +2021-11-05 15:18:26 STATE: test-node.js passed: detector result face match +2021-11-05 15:18:26 STATE: test-node.js passed: detector result hand match +2021-11-05 15:18:27 STATE: test-node.js event: image +2021-11-05 15:18:27 STATE: test-node.js event: detect +2021-11-05 15:18:27 STATE: test-node.js passed: detect: random default +2021-11-05 15:18:27 DATA:  test-node.js result: face: 0 body: 1 hand: 0 gesture: 1 object: 0 person: 0 {} {} {"score":0.08,"keypoints":15} +2021-11-05 15:18:27 DATA:  test-node.js result: performance: load: null total: 667 +2021-11-05 15:18:27 INFO:  test-node.js test: first instance +2021-11-05 15:18:28 STATE: test-node.js passed: load image: samples/in/ai-upper.jpg [1,720,688,3] {"checksum":151289040} +2021-11-05 15:18:28 STATE: test-node.js passed: detect: samples/in/ai-upper.jpg default +2021-11-05 15:18:28 DATA:  test-node.js result: face: 1 body: 1 hand: 0 gesture: 1 object: 1 person: 1 {"score":0.96} {"score":0.71,"class":"person"} {"score":0.75,"keypoints":16} +2021-11-05 15:18:28 DATA:  test-node.js result: performance: load: null total: 733 +2021-11-05 15:18:28 INFO:  test-node.js test: second instance +2021-11-05 15:18:29 STATE: test-node.js passed: load image: samples/in/ai-upper.jpg [1,720,688,3] {"checksum":151289040} +2021-11-05 15:18:29 STATE: test-node.js passed: detect: samples/in/ai-upper.jpg default +2021-11-05 15:18:29 DATA:  test-node.js result: face: 1 body: 1 hand: 0 gesture: 1 object: 1 person: 1 {"score":0.96} {"score":0.71,"class":"person"} {"score":0.75,"keypoints":16} +2021-11-05 15:18:29 DATA:  test-node.js result: performance: load: null total: 632 +2021-11-05 15:18:29 INFO:  test-node.js test: concurrent +2021-11-05 15:18:29 STATE: test-node.js passed: load image: samples/in/ai-face.jpg [1,256,256,3] {"checksum":34696120} +2021-11-05 15:18:29 STATE: test-node.js passed: load image: samples/in/ai-face.jpg [1,256,256,3] {"checksum":34696120} +2021-11-05 15:18:30 STATE: test-node.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1004796864} +2021-11-05 15:18:31 STATE: test-node.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1004796864} +2021-11-05 15:18:31 STATE: test-node.js passed: load image: samples/in/ai-upper.jpg [1,720,688,3] {"checksum":151289040} +2021-11-05 15:18:31 STATE: test-node.js passed: load image: samples/in/ai-upper.jpg [1,720,688,3] {"checksum":151289040} +2021-11-05 15:18:32 STATE: test-node.js passed: load image: samples/in/ai-face.jpg [1,256,256,3] {"checksum":34696120} +2021-11-05 15:18:32 STATE: test-node.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1004796864} +2021-11-05 15:18:33 STATE: test-node.js passed: load image: samples/in/ai-upper.jpg [1,720,688,3] {"checksum":151289040} +2021-11-05 15:18:33 STATE: test-node.js event: image +2021-11-05 15:18:33 STATE: test-node.js event: image +2021-11-05 15:18:33 STATE: test-node.js event: image +2021-11-05 15:18:38 STATE: test-node.js passed: detect: samples/in/ai-upper.jpg default +2021-11-05 15:18:38 DATA:  test-node.js result: face: 1 body: 1 hand: 0 gesture: 1 object: 1 person: 1 {"score":0.96} {"score":0.71,"class":"person"} {"score":0.75,"keypoints":16} +2021-11-05 15:18:38 DATA:  test-node.js result: performance: load: null total: 6936 +2021-11-05 15:18:38 STATE: test-node.js passed: detect: samples/in/ai-upper.jpg default +2021-11-05 15:18:38 DATA:  test-node.js result: face: 1 body: 1 hand: 0 gesture: 1 object: 1 person: 1 {"score":0.96} {"score":0.71,"class":"person"} {"score":0.75,"keypoints":16} +2021-11-05 15:18:38 DATA:  test-node.js result: performance: load: null total: 6936 +2021-11-05 15:18:38 STATE: test-node.js passed: detect: samples/in/ai-face.jpg default +2021-11-05 15:18:38 DATA:  test-node.js result: face: 1 body: 1 hand: 1 gesture: 2 object: 1 person: 1 {"score":0.91} {"score":0.82,"class":"person"} {"score":0.47,"keypoints":17} +2021-11-05 15:18:38 DATA:  test-node.js result: performance: load: null total: 6938 +2021-11-05 15:18:38 STATE: test-node.js passed: detect: samples/in/ai-face.jpg default +2021-11-05 15:18:38 DATA:  test-node.js result: face: 1 body: 1 hand: 1 gesture: 2 object: 1 person: 1 {"score":0.91} {"score":0.82,"class":"person"} {"score":0.47,"keypoints":17} +2021-11-05 15:18:38 DATA:  test-node.js result: performance: load: null total: 6938 +2021-11-05 15:18:38 STATE: test-node.js passed: detect: samples/in/ai-body.jpg default +2021-11-05 15:18:38 DATA:  test-node.js result: face: 1 body: 1 hand: 1 gesture: 1 object: 1 person: 1 {"score":0.93} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} +2021-11-05 15:18:38 DATA:  test-node.js result: performance: load: null total: 6938 +2021-11-05 15:18:38 STATE: test-node.js passed: detect: samples/in/ai-body.jpg default +2021-11-05 15:18:38 DATA:  test-node.js result: face: 1 body: 1 hand: 1 gesture: 1 object: 1 person: 1 {"score":0.93} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} +2021-11-05 15:18:38 DATA:  test-node.js result: performance: load: null total: 6938 +2021-11-05 15:18:38 STATE: test-node.js event: detect +2021-11-05 15:18:38 STATE: test-node.js passed: detect: samples/in/ai-upper.jpg default +2021-11-05 15:18:38 DATA:  test-node.js result: face: 1 body: 1 hand: 0 gesture: 1 object: 1 person: 1 {"score":0.96} {"score":0.71,"class":"person"} {"score":0.75,"keypoints":16} +2021-11-05 15:18:38 DATA:  test-node.js result: performance: load: null total: 5804 +2021-11-05 15:18:38 STATE: test-node.js event: detect +2021-11-05 15:18:38 STATE: test-node.js event: detect +2021-11-05 15:18:38 STATE: test-node.js passed: detect: samples/in/ai-face.jpg default +2021-11-05 15:18:38 DATA:  test-node.js result: face: 1 body: 1 hand: 1 gesture: 2 object: 1 person: 1 {"score":0.91} {"score":0.82,"class":"person"} {"score":0.47,"keypoints":17} +2021-11-05 15:18:38 DATA:  test-node.js result: performance: load: null total: 5804 +2021-11-05 15:18:38 STATE: test-node.js passed: detect: samples/in/ai-body.jpg default +2021-11-05 15:18:38 DATA:  test-node.js result: face: 1 body: 1 hand: 1 gesture: 1 object: 1 person: 1 {"score":0.93} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} +2021-11-05 15:18:38 DATA:  test-node.js result: performance: load: null total: 5804 +2021-11-05 15:18:38 STATE: test-node.js event: image +2021-11-05 15:18:39 STATE: test-node.js event: detect +2021-11-05 15:18:39 STATE: test-node.js passed: monkey patch +2021-11-05 15:18:39 STATE: test-node.js passed: segmentation [65536] +2021-11-05 15:18:39 STATE: test-node.js passeed: equal usage +2021-11-05 15:18:39 INFO:  test-node.js events: {"image":15,"detect":15,"warmup":2} +2021-11-05 15:18:39 INFO:  test-node.js tensors 1882 +2021-11-05 15:18:39 INFO:  test-node.js test complete: 28357 ms +2021-11-05 15:18:39 INFO:  +2021-11-05 15:18:39 INFO:  test-node-gpu.js start +2021-11-05 15:18:41 STATE: test-node-gpu.js passed: configuration default validation [] +2021-11-05 15:18:41 STATE: test-node-gpu.js passed: configuration invalid validation [{"reason":"unknown property","where":"config.invalid = true"}] +2021-11-05 15:18:41 STATE: test-node-gpu.js passed: models loaded 21 10 [{"name":"age","loaded":false},{"name":"agegenderrace","loaded":false},{"name":"blazeposedetect","loaded":false},{"name":"blazepose","loaded":false},{"name":"centernet","loaded":true},{"name":"efficientpose","loaded":false},{"name":"embedding","loaded":false},{"name":"emotion","loaded":true},{"name":"facedetect","loaded":true},{"name":"faceiris","loaded":true},{"name":"facemesh","loaded":true},{"name":"faceres","loaded":true},{"name":"gender","loaded":false},{"name":"handpose","loaded":false},{"name":"handskeleton","loaded":true},{"name":"handtrack","loaded":true},{"name":"movenet","loaded":true},{"name":"nanodet","loaded":false},{"name":"posenet","loaded":false},{"name":"segmentation","loaded":true},{"name":"antispoof","loaded":false}] +2021-11-05 15:18:41 STATE: test-node-gpu.js passed: create human +2021-11-05 15:18:41 INFO:  test-node-gpu.js human version: 2.5.0 +2021-11-05 15:18:41 INFO:  test-node-gpu.js platform: linux x64 agent: NodeJS v17.0.1 +2021-11-05 15:18:41 INFO:  test-node-gpu.js tfjs version: 3.11.0 +2021-11-05 15:18:41 STATE: test-node-gpu.js passed: set backend: tensorflow +2021-11-05 15:18:41 STATE: test-node-gpu.js tensors 1878 +2021-11-05 15:18:41 STATE: test-node-gpu.js passed: load models +2021-11-05 15:18:41 STATE: test-node-gpu.js result: defined models: 21 loaded models: 10 +2021-11-05 15:18:41 STATE: test-node-gpu.js passed: warmup: none default +2021-11-05 15:18:41 STATE: test-node-gpu.js passed: warmup none result match +2021-11-05 15:18:41 STATE: test-node-gpu.js event: image +2021-11-05 15:18:43 STATE: test-node-gpu.js event: detect +2021-11-05 15:18:43 STATE: test-node-gpu.js event: warmup +2021-11-05 15:18:43 STATE: test-node-gpu.js passed: warmup: face default +2021-11-05 15:18:43 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 1 gesture: 7 object: 1 person: 1 {"score":1,"age":23.6,"gender":"female"} {"score":0.82,"class":"person"} {"score":0.42,"keypoints":4} +2021-11-05 15:18:43 DATA:  test-node-gpu.js result: performance: load: null total: 1457 +2021-11-05 15:18:43 STATE: test-node-gpu.js passed: warmup face result match +2021-11-05 15:18:43 STATE: test-node-gpu.js event: image +2021-11-05 15:18:44 STATE: test-node-gpu.js event: detect +2021-11-05 15:18:44 STATE: test-node-gpu.js event: warmup +2021-11-05 15:18:44 STATE: test-node-gpu.js passed: warmup: body default +2021-11-05 15:18:44 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 1 gesture: 6 object: 1 person: 1 {"score":1,"age":29.6,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} +2021-11-05 15:18:44 DATA:  test-node-gpu.js result: performance: load: null total: 1080 +2021-11-05 15:18:44 STATE: test-node-gpu.js passed: warmup body result match +2021-11-05 15:18:44 STATE: test-node-gpu.js details: {"face":{"boxScore":0.92,"faceScore":1,"age":29.6,"gender":"female","genderScore":0.95},"emotion":[{"score":0.42,"emotion":"angry"},{"score":0.22,"emotion":"fear"},{"score":0.17,"emotion":"sad"},{"score":0.13,"emotion":"neutral"}],"body":{"score":0.92,"keypoints":17},"hand":{"boxScore":0.52,"fingerScore":0.73,"keypoints":21},"gestures":[{"face":0,"gesture":"facing right"},{"body":0,"gesture":"leaning right"},{"hand":0,"gesture":"pinky forward"},{"hand":0,"gesture":"palm up"},{"iris":0,"gesture":"looking left"},{"iris":0,"gesture":"looking up"}]} +2021-11-05 15:18:44 INFO:  test-node-gpu.js test default +2021-11-05 15:18:45 STATE: test-node-gpu.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1004796864} +2021-11-05 15:18:45 STATE: test-node-gpu.js event: image +2021-11-05 15:18:46 STATE: test-node-gpu.js event: detect +2021-11-05 15:18:46 STATE: test-node-gpu.js passed: detect: samples/in/ai-body.jpg default +2021-11-05 15:18:46 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 1 gesture: 6 object: 1 person: 1 {"score":1,"age":29.6,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} +2021-11-05 15:18:46 DATA:  test-node-gpu.js result: performance: load: null total: 1063 +2021-11-05 15:18:46 STATE: test-node-gpu.js passed: default result face match 1 female 0.96 +2021-11-05 15:18:46 INFO:  test-node-gpu.js test sync +2021-11-05 15:18:46 STATE: test-node-gpu.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1004796864} +2021-11-05 15:18:46 STATE: test-node-gpu.js event: image +2021-11-05 15:18:47 STATE: test-node-gpu.js event: detect +2021-11-05 15:18:47 STATE: test-node-gpu.js passed: detect: samples/in/ai-body.jpg default +2021-11-05 15:18:47 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 1 gesture: 6 object: 1 person: 1 {"score":1,"age":29.6,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} +2021-11-05 15:18:47 DATA:  test-node-gpu.js result: performance: load: null total: 944 +2021-11-05 15:18:47 STATE: test-node-gpu.js passed: default sync 1 female 0.96 +2021-11-05 15:18:47 STATE: test-node-gpu.js passed: load image: samples/in/ai-face.jpg [1,256,256,3] {"checksum":34696120} +2021-11-05 15:18:47 STATE: test-node-gpu.js passed: image input null [1,256,256,3] +2021-11-05 15:18:47 STATE: test-node-gpu.js passed: invalid input {"error":"could not convert input to tensor"} +2021-11-05 15:18:47 INFO:  test-node-gpu.js test face similarity +2021-11-05 15:18:47 STATE: test-node-gpu.js passed: load image: samples/in/ai-face.jpg [1,256,256,3] {"checksum":34696120} +2021-11-05 15:18:47 STATE: test-node-gpu.js event: image +2021-11-05 15:18:48 STATE: test-node-gpu.js event: detect +2021-11-05 15:18:48 STATE: test-node-gpu.js passed: detect: samples/in/ai-face.jpg default +2021-11-05 15:18:48 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 1 gesture: 7 object: 1 person: 1 {"score":1,"age":23.6,"gender":"female"} {"score":0.82,"class":"person"} {"score":0.47,"keypoints":3} +2021-11-05 15:18:48 DATA:  test-node-gpu.js result: performance: load: null total: 1007 +2021-11-05 15:18:49 STATE: test-node-gpu.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1004796864} +2021-11-05 15:18:49 STATE: test-node-gpu.js event: image +2021-11-05 15:18:50 STATE: test-node-gpu.js event: detect +2021-11-05 15:18:50 STATE: test-node-gpu.js passed: detect: samples/in/ai-body.jpg default +2021-11-05 15:18:50 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 1 gesture: 6 object: 1 person: 1 {"score":1,"age":29.6,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} +2021-11-05 15:18:50 DATA:  test-node-gpu.js result: performance: load: null total: 943 +2021-11-05 15:18:51 STATE: test-node-gpu.js passed: load image: samples/in/ai-upper.jpg [1,720,688,3] {"checksum":151289040} +2021-11-05 15:18:51 STATE: test-node-gpu.js event: image +2021-11-05 15:18:51 STATE: test-node-gpu.js event: detect +2021-11-05 15:18:51 STATE: test-node-gpu.js passed: detect: samples/in/ai-upper.jpg default +2021-11-05 15:18:51 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 4 object: 1 person: 1 {"score":1,"age":23.5,"gender":"female"} {"score":0.71,"class":"person"} {"score":0.75,"keypoints":7} +2021-11-05 15:18:51 DATA:  test-node-gpu.js result: performance: load: null total: 873 +2021-11-05 15:18:51 STATE: test-node-gpu.js passed: face descriptor +2021-11-05 15:18:51 STATE: test-node-gpu.js passed: face similarity {"similarity":[1,0.5745450232067882,0.5497292871412399],"descriptors":[1024,1024,1024]} +2021-11-05 15:18:51 INFO:  test-node-gpu.js test face matching +2021-11-05 15:18:51 STATE: test-node-gpu.js passed: face database 57 +2021-11-05 15:18:51 STATE: test-node-gpu.js passed: face match {"first":{"index":4,"similarity":0.7374410162434589}} {"second":{"index":4,"similarity":0.5820778263815228}} {"third":{"index":4,"similarity":0.5561754779097506}} +2021-11-05 15:18:51 INFO:  test-node-gpu.js test object +2021-11-05 15:18:52 STATE: test-node-gpu.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1004796864} +2021-11-05 15:18:52 STATE: test-node-gpu.js event: image +2021-11-05 15:18:53 STATE: test-node-gpu.js event: detect +2021-11-05 15:18:53 STATE: test-node-gpu.js passed: detect: samples/in/ai-body.jpg default +2021-11-05 15:18:53 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 1 gesture: 6 object: 1 person: 1 {"score":1,"age":29.6,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} +2021-11-05 15:18:53 DATA:  test-node-gpu.js result: performance: load: null total: 948 +2021-11-05 15:18:53 STATE: test-node-gpu.js passed: object result match +2021-11-05 15:18:53 INFO:  test-node-gpu.js test sensitive +2021-11-05 15:18:54 STATE: test-node-gpu.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1004796864} +2021-11-05 15:18:54 STATE: test-node-gpu.js event: image +2021-11-05 15:18:55 STATE: test-node-gpu.js event: detect +2021-11-05 15:18:55 STATE: test-node-gpu.js passed: detect: samples/in/ai-body.jpg default +2021-11-05 15:18:55 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 2 gesture: 8 object: 1 person: 1 {"score":1,"age":29.6,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} +2021-11-05 15:18:55 DATA:  test-node-gpu.js result: performance: load: null total: 997 +2021-11-05 15:18:55 STATE: test-node-gpu.js passed: sensitive result match +2021-11-05 15:18:55 STATE: test-node-gpu.js passed: sensitive face result match +2021-11-05 15:18:55 STATE: test-node-gpu.js passed: sensitive face emotion result 3 +2021-11-05 15:18:55 STATE: test-node-gpu.js passed: sensitive body result match +2021-11-05 15:18:55 STATE: test-node-gpu.js passed: sensitive hand result match +2021-11-05 15:18:55 INFO:  test-node-gpu.js test detectors +2021-11-05 15:18:56 STATE: test-node-gpu.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1004796864} +2021-11-05 15:18:56 STATE: test-node-gpu.js event: image +2021-11-05 15:18:57 STATE: test-node-gpu.js event: detect +2021-11-05 15:18:57 STATE: test-node-gpu.js passed: detect: samples/in/ai-body.jpg default +2021-11-05 15:18:57 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 1 gesture: 1 object: 1 person: 1 {"score":0.93} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} +2021-11-05 15:18:57 DATA:  test-node-gpu.js result: performance: load: null total: 741 +2021-11-05 15:18:57 STATE: test-node-gpu.js passed: detector result face match +2021-11-05 15:18:57 STATE: test-node-gpu.js passed: detector result hand match +2021-11-05 15:18:57 STATE: test-node-gpu.js event: image +2021-11-05 15:18:57 STATE: test-node-gpu.js event: detect +2021-11-05 15:18:57 STATE: test-node-gpu.js passed: detect: random default +2021-11-05 15:18:57 DATA:  test-node-gpu.js result: face: 0 body: 1 hand: 0 gesture: 1 object: 0 person: 0 {} {} {"score":0.07,"keypoints":15} +2021-11-05 15:18:57 DATA:  test-node-gpu.js result: performance: load: null total: 647 +2021-11-05 15:18:57 INFO:  test-node-gpu.js test: first instance +2021-11-05 15:18:58 STATE: test-node-gpu.js passed: load image: samples/in/ai-upper.jpg [1,720,688,3] {"checksum":151289040} +2021-11-05 15:18:58 STATE: test-node-gpu.js passed: detect: samples/in/ai-upper.jpg default +2021-11-05 15:18:58 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 1 object: 1 person: 1 {"score":0.96} {"score":0.71,"class":"person"} {"score":0.75,"keypoints":16} +2021-11-05 15:18:58 DATA:  test-node-gpu.js result: performance: load: null total: 721 +2021-11-05 15:18:58 INFO:  test-node-gpu.js test: second instance +2021-11-05 15:18:59 STATE: test-node-gpu.js passed: load image: samples/in/ai-upper.jpg [1,720,688,3] {"checksum":151289040} +2021-11-05 15:18:59 STATE: test-node-gpu.js passed: detect: samples/in/ai-upper.jpg default +2021-11-05 15:18:59 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 1 object: 1 person: 1 {"score":0.96} {"score":0.71,"class":"person"} {"score":0.75,"keypoints":16} +2021-11-05 15:18:59 DATA:  test-node-gpu.js result: performance: load: null total: 678 +2021-11-05 15:18:59 INFO:  test-node-gpu.js test: concurrent +2021-11-05 15:18:59 STATE: test-node-gpu.js passed: load image: samples/in/ai-face.jpg [1,256,256,3] {"checksum":34696120} +2021-11-05 15:19:00 STATE: test-node-gpu.js passed: load image: samples/in/ai-face.jpg [1,256,256,3] {"checksum":34696120} +2021-11-05 15:19:00 STATE: test-node-gpu.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1004796864} +2021-11-05 15:19:01 STATE: test-node-gpu.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1004796864} +2021-11-05 15:19:01 STATE: test-node-gpu.js passed: load image: samples/in/ai-upper.jpg [1,720,688,3] {"checksum":151289040} +2021-11-05 15:19:02 STATE: test-node-gpu.js passed: load image: samples/in/ai-upper.jpg [1,720,688,3] {"checksum":151289040} +2021-11-05 15:19:02 STATE: test-node-gpu.js passed: load image: samples/in/ai-face.jpg [1,256,256,3] {"checksum":34696120} +2021-11-05 15:19:03 STATE: test-node-gpu.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1004796864} +2021-11-05 15:19:03 STATE: test-node-gpu.js passed: load image: samples/in/ai-upper.jpg [1,720,688,3] {"checksum":151289040} +2021-11-05 15:19:03 STATE: test-node-gpu.js event: image +2021-11-05 15:19:03 STATE: test-node-gpu.js event: image +2021-11-05 15:19:03 STATE: test-node-gpu.js event: image +2021-11-05 15:19:09 STATE: test-node-gpu.js passed: detect: samples/in/ai-upper.jpg default +2021-11-05 15:19:09 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 1 object: 1 person: 1 {"score":0.96} {"score":0.71,"class":"person"} {"score":0.75,"keypoints":16} +2021-11-05 15:19:09 DATA:  test-node-gpu.js result: performance: load: null total: 6951 +2021-11-05 15:19:09 STATE: test-node-gpu.js passed: detect: samples/in/ai-upper.jpg default +2021-11-05 15:19:09 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 1 object: 1 person: 1 {"score":0.96} {"score":0.71,"class":"person"} {"score":0.75,"keypoints":16} +2021-11-05 15:19:09 DATA:  test-node-gpu.js result: performance: load: null total: 6952 +2021-11-05 15:19:09 STATE: test-node-gpu.js passed: detect: samples/in/ai-face.jpg default +2021-11-05 15:19:09 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 1 gesture: 2 object: 1 person: 1 {"score":0.91} {"score":0.82,"class":"person"} {"score":0.47,"keypoints":17} +2021-11-05 15:19:09 DATA:  test-node-gpu.js result: performance: load: null total: 6953 +2021-11-05 15:19:09 STATE: test-node-gpu.js passed: detect: samples/in/ai-face.jpg default +2021-11-05 15:19:09 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 1 gesture: 2 object: 1 person: 1 {"score":0.91} {"score":0.82,"class":"person"} {"score":0.47,"keypoints":17} +2021-11-05 15:19:09 DATA:  test-node-gpu.js result: performance: load: null total: 6953 +2021-11-05 15:19:09 STATE: test-node-gpu.js passed: detect: samples/in/ai-body.jpg default +2021-11-05 15:19:09 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 1 gesture: 1 object: 1 person: 1 {"score":0.93} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} +2021-11-05 15:19:09 DATA:  test-node-gpu.js result: performance: load: null total: 6953 +2021-11-05 15:19:09 STATE: test-node-gpu.js passed: detect: samples/in/ai-body.jpg default +2021-11-05 15:19:09 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 1 gesture: 1 object: 1 person: 1 {"score":0.93} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} +2021-11-05 15:19:09 DATA:  test-node-gpu.js result: performance: load: null total: 6953 +2021-11-05 15:19:09 STATE: test-node-gpu.js event: detect +2021-11-05 15:19:09 STATE: test-node-gpu.js passed: detect: samples/in/ai-upper.jpg default +2021-11-05 15:19:09 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 0 gesture: 1 object: 1 person: 1 {"score":0.96} {"score":0.71,"class":"person"} {"score":0.75,"keypoints":16} +2021-11-05 15:19:09 DATA:  test-node-gpu.js result: performance: load: null total: 5823 +2021-11-05 15:19:09 STATE: test-node-gpu.js event: detect +2021-11-05 15:19:09 STATE: test-node-gpu.js event: detect +2021-11-05 15:19:09 STATE: test-node-gpu.js passed: detect: samples/in/ai-face.jpg default +2021-11-05 15:19:09 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 1 gesture: 2 object: 1 person: 1 {"score":0.91} {"score":0.82,"class":"person"} {"score":0.47,"keypoints":17} +2021-11-05 15:19:09 DATA:  test-node-gpu.js result: performance: load: null total: 5824 +2021-11-05 15:19:09 STATE: test-node-gpu.js passed: detect: samples/in/ai-body.jpg default +2021-11-05 15:19:09 DATA:  test-node-gpu.js result: face: 1 body: 1 hand: 1 gesture: 1 object: 1 person: 1 {"score":0.93} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} +2021-11-05 15:19:09 DATA:  test-node-gpu.js result: performance: load: null total: 5824 +2021-11-05 15:19:09 STATE: test-node-gpu.js event: image +2021-11-05 15:19:09 STATE: test-node-gpu.js event: detect +2021-11-05 15:19:09 STATE: test-node-gpu.js passed: monkey patch +2021-11-05 15:19:09 STATE: test-node-gpu.js passed: segmentation [65536] +2021-11-05 15:19:09 STATE: test-node-gpu.js passeed: equal usage +2021-11-05 15:19:09 INFO:  test-node-gpu.js events: {"image":15,"detect":15,"warmup":2} +2021-11-05 15:19:09 INFO:  test-node-gpu.js tensors 1882 +2021-11-05 15:19:09 INFO:  test-node-gpu.js test complete: 28625 ms +2021-11-05 15:19:10 INFO:  +2021-11-05 15:19:10 INFO:  test-node-wasm.js start +2021-11-05 15:19:10 STATE: test-node-wasm.js passed: model server: https://vladmandic.github.io/human/models/ +2021-11-05 15:19:10 STATE: test-node-wasm.js passed: configuration default validation [] +2021-11-05 15:19:10 STATE: test-node-wasm.js passed: configuration invalid validation [{"reason":"unknown property","where":"config.invalid = true"}] +2021-11-05 15:19:14 STATE: test-node-wasm.js passed: models loaded 21 10 [{"name":"age","loaded":false},{"name":"agegenderrace","loaded":false},{"name":"blazeposedetect","loaded":false},{"name":"blazepose","loaded":false},{"name":"centernet","loaded":true},{"name":"efficientpose","loaded":false},{"name":"embedding","loaded":false},{"name":"emotion","loaded":true},{"name":"facedetect","loaded":true},{"name":"faceiris","loaded":true},{"name":"facemesh","loaded":true},{"name":"faceres","loaded":true},{"name":"gender","loaded":false},{"name":"handpose","loaded":false},{"name":"handskeleton","loaded":true},{"name":"handtrack","loaded":true},{"name":"movenet","loaded":true},{"name":"nanodet","loaded":false},{"name":"posenet","loaded":false},{"name":"segmentation","loaded":true},{"name":"antispoof","loaded":false}] +2021-11-05 15:19:14 STATE: test-node-wasm.js passed: create human +2021-11-05 15:19:14 INFO:  test-node-wasm.js human version: 2.5.0 +2021-11-05 15:19:14 INFO:  test-node-wasm.js platform: linux x64 agent: NodeJS v17.0.1 +2021-11-05 15:19:14 INFO:  test-node-wasm.js tfjs version: 3.11.0 +2021-11-05 15:19:14 STATE: test-node-wasm.js passed: set backend: wasm +2021-11-05 15:19:14 STATE: test-node-wasm.js tensors 1878 +2021-11-05 15:19:14 STATE: test-node-wasm.js passed: load models +2021-11-05 15:19:14 STATE: test-node-wasm.js result: defined models: 21 loaded models: 10 +2021-11-05 15:19:14 STATE: test-node-wasm.js passed: warmup: none default +2021-11-05 15:19:14 STATE: test-node-wasm.js passed: warmup none result match +2021-11-05 15:19:14 STATE: test-node-wasm.js event: image +2021-11-05 15:19:16 STATE: test-node-wasm.js event: detect +2021-11-05 15:19:16 STATE: test-node-wasm.js event: warmup +2021-11-05 15:19:16 STATE: test-node-wasm.js passed: warmup: face default +2021-11-05 15:19:16 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 1 gesture: 7 object: 1 person: 1 {"score":1,"age":23.6,"gender":"female"} {"score":0.82,"class":"person"} {"score":0.47,"keypoints":3} +2021-11-05 15:19:16 DATA:  test-node-wasm.js result: performance: load: null total: 1737 +2021-11-05 15:19:16 STATE: test-node-wasm.js passed: warmup face result match +2021-11-05 15:19:16 STATE: test-node-wasm.js event: image +2021-11-05 15:19:17 STATE: test-node-wasm.js event: detect +2021-11-05 15:19:17 STATE: test-node-wasm.js event: warmup +2021-11-05 15:19:17 STATE: test-node-wasm.js passed: warmup: body default +2021-11-05 15:19:17 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 1 gesture: 6 object: 1 person: 1 {"score":1,"age":29.6,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} +2021-11-05 15:19:17 DATA:  test-node-wasm.js result: performance: load: null total: 1249 +2021-11-05 15:19:17 STATE: test-node-wasm.js passed: warmup body result match +2021-11-05 15:19:17 STATE: test-node-wasm.js details: {"face":{"boxScore":0.93,"faceScore":1,"age":29.6,"gender":"female","genderScore":0.96},"emotion":[{"score":0.51,"emotion":"angry"},{"score":0.2,"emotion":"fear"},{"score":0.12,"emotion":"sad"}],"body":{"score":0.92,"keypoints":17},"hand":{"boxScore":0.51,"fingerScore":0.73,"keypoints":21},"gestures":[{"face":0,"gesture":"facing right"},{"body":0,"gesture":"leaning right"},{"hand":0,"gesture":"pinky forward"},{"hand":0,"gesture":"palm up"},{"iris":0,"gesture":"looking left"},{"iris":0,"gesture":"looking up"}]} +2021-11-05 15:19:17 INFO:  test-node-wasm.js test default +2021-11-05 15:19:19 STATE: test-node-wasm.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1038921856} +2021-11-05 15:19:19 STATE: test-node-wasm.js event: image +2021-11-05 15:19:21 STATE: test-node-wasm.js event: detect +2021-11-05 15:19:21 STATE: test-node-wasm.js passed: detect: samples/in/ai-body.jpg default +2021-11-05 15:19:21 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 1 gesture: 6 object: 1 person: 1 {"score":1,"age":29.6,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} +2021-11-05 15:19:21 DATA:  test-node-wasm.js result: performance: load: null total: 1199 +2021-11-05 15:19:21 STATE: test-node-wasm.js passed: default result face match 1 female 0.96 +2021-11-05 15:19:21 INFO:  test-node-wasm.js test sync +2021-11-05 15:19:22 STATE: test-node-wasm.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1038921856} +2021-11-05 15:19:22 STATE: test-node-wasm.js event: image +2021-11-05 15:19:24 STATE: test-node-wasm.js event: detect +2021-11-05 15:19:24 STATE: test-node-wasm.js passed: detect: samples/in/ai-body.jpg default +2021-11-05 15:19:24 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 1 gesture: 6 object: 1 person: 1 {"score":1,"age":29.6,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} +2021-11-05 15:19:24 DATA:  test-node-wasm.js result: performance: load: null total: 1145 +2021-11-05 15:19:24 STATE: test-node-wasm.js passed: default sync 1 female 0.96 +2021-11-05 15:19:24 STATE: test-node-wasm.js passed: load image: samples/in/ai-face.jpg [1,256,256,3] {"checksum":34697856} +2021-11-05 15:19:24 STATE: test-node-wasm.js passed: image input null [1,256,256,3] +2021-11-05 15:19:24 STATE: test-node-wasm.js passed: invalid input {"error":"could not convert input to tensor"} +2021-11-05 15:19:24 INFO:  test-node-wasm.js test face similarity +2021-11-05 15:19:24 STATE: test-node-wasm.js passed: load image: samples/in/ai-face.jpg [1,256,256,3] {"checksum":34697856} +2021-11-05 15:19:24 STATE: test-node-wasm.js event: image +2021-11-05 15:19:25 STATE: test-node-wasm.js event: detect +2021-11-05 15:19:25 STATE: test-node-wasm.js passed: detect: samples/in/ai-face.jpg default +2021-11-05 15:19:25 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 1 gesture: 7 object: 1 person: 1 {"score":1,"age":23.6,"gender":"female"} {"score":0.82,"class":"person"} {"score":0.47,"keypoints":3} +2021-11-05 15:19:25 DATA:  test-node-wasm.js result: performance: load: null total: 1001 +2021-11-05 15:19:27 STATE: test-node-wasm.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1038921856} +2021-11-05 15:19:27 STATE: test-node-wasm.js event: image +2021-11-05 15:19:28 STATE: test-node-wasm.js event: detect +2021-11-05 15:19:28 STATE: test-node-wasm.js passed: detect: samples/in/ai-body.jpg default +2021-11-05 15:19:28 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 1 gesture: 6 object: 1 person: 1 {"score":1,"age":29.6,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} +2021-11-05 15:19:28 DATA:  test-node-wasm.js result: performance: load: null total: 1241 +2021-11-05 15:19:28 STATE: test-node-wasm.js passed: load image: samples/in/ai-upper.jpg [1,720,688,3] {"checksum":151155104} +2021-11-05 15:19:28 STATE: test-node-wasm.js event: image +2021-11-05 15:19:29 STATE: test-node-wasm.js event: detect +2021-11-05 15:19:29 STATE: test-node-wasm.js passed: detect: samples/in/ai-upper.jpg default +2021-11-05 15:19:29 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 0 gesture: 5 object: 1 person: 1 {"score":1,"age":29.5,"gender":"female"} {"score":0.71,"class":"person"} {"score":0.75,"keypoints":7} +2021-11-05 15:19:29 DATA:  test-node-wasm.js result: performance: load: null total: 944 +2021-11-05 15:19:29 STATE: test-node-wasm.js passed: face descriptor +2021-11-05 15:19:29 STATE: test-node-wasm.js passed: face similarity {"similarity":[1,0.5669371312773301,0.5377537465463229],"descriptors":[1024,1024,1024]} +2021-11-05 15:19:29 INFO:  test-node-wasm.js test face matching +2021-11-05 15:19:29 STATE: test-node-wasm.js passed: face database 57 +2021-11-05 15:19:29 STATE: test-node-wasm.js passed: face match {"first":{"index":4,"similarity":0.7374410071907656}} {"second":{"index":4,"similarity":0.5810308362365244}} {"third":{"index":4,"similarity":0.5331392189299851}} +2021-11-05 15:19:29 INFO:  test-node-wasm.js test object +2021-11-05 15:19:31 STATE: test-node-wasm.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1038921856} +2021-11-05 15:19:31 STATE: test-node-wasm.js event: image +2021-11-05 15:19:32 STATE: test-node-wasm.js event: detect +2021-11-05 15:19:32 STATE: test-node-wasm.js passed: detect: samples/in/ai-body.jpg default +2021-11-05 15:19:32 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 1 gesture: 6 object: 1 person: 1 {"score":1,"age":29.6,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} +2021-11-05 15:19:32 DATA:  test-node-wasm.js result: performance: load: null total: 1050 +2021-11-05 15:19:32 STATE: test-node-wasm.js passed: object result match +2021-11-05 15:19:32 INFO:  test-node-wasm.js test sensitive +2021-11-05 15:19:34 STATE: test-node-wasm.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1038921856} +2021-11-05 15:19:34 STATE: test-node-wasm.js event: image +2021-11-05 15:19:35 STATE: test-node-wasm.js event: detect +2021-11-05 15:19:35 STATE: test-node-wasm.js passed: detect: samples/in/ai-body.jpg default +2021-11-05 15:19:35 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 2 gesture: 8 object: 1 person: 1 {"score":1,"age":29.6,"gender":"female"} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} +2021-11-05 15:19:35 DATA:  test-node-wasm.js result: performance: load: null total: 1215 +2021-11-05 15:19:35 STATE: test-node-wasm.js passed: sensitive result match +2021-11-05 15:19:35 STATE: test-node-wasm.js passed: sensitive face result match +2021-11-05 15:19:35 STATE: test-node-wasm.js passed: sensitive face emotion result 4 +2021-11-05 15:19:35 STATE: test-node-wasm.js passed: sensitive body result match +2021-11-05 15:19:35 STATE: test-node-wasm.js passed: sensitive hand result match +2021-11-05 15:19:35 INFO:  test-node-wasm.js test detectors +2021-11-05 15:19:37 STATE: test-node-wasm.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1038921856} +2021-11-05 15:19:37 STATE: test-node-wasm.js event: image +2021-11-05 15:19:38 STATE: test-node-wasm.js event: detect +2021-11-05 15:19:38 STATE: test-node-wasm.js passed: detect: samples/in/ai-body.jpg default +2021-11-05 15:19:38 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 1 gesture: 1 object: 1 person: 1 {"score":0.93} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} +2021-11-05 15:19:38 DATA:  test-node-wasm.js result: performance: load: null total: 722 +2021-11-05 15:19:38 STATE: test-node-wasm.js passed: detector result face match +2021-11-05 15:19:38 STATE: test-node-wasm.js passed: detector result hand match +2021-11-05 15:19:38 STATE: test-node-wasm.js event: image +2021-11-05 15:19:39 STATE: test-node-wasm.js event: detect +2021-11-05 15:19:39 STATE: test-node-wasm.js passed: detect: random default +2021-11-05 15:19:39 DATA:  test-node-wasm.js result: face: 0 body: 1 hand: 0 gesture: 1 object: 0 person: 0 {} {} {"score":0.08,"keypoints":15} +2021-11-05 15:19:39 DATA:  test-node-wasm.js result: performance: load: null total: 713 +2021-11-05 15:19:39 INFO:  test-node-wasm.js test: first instance +2021-11-05 15:19:39 STATE: test-node-wasm.js passed: load image: samples/in/ai-upper.jpg [1,720,688,3] {"checksum":151155104} +2021-11-05 15:19:40 STATE: test-node-wasm.js passed: detect: samples/in/ai-upper.jpg default +2021-11-05 15:19:40 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 0 gesture: 1 object: 1 person: 1 {"score":0.96} {"score":0.71,"class":"person"} {"score":0.75,"keypoints":16} +2021-11-05 15:19:40 DATA:  test-node-wasm.js result: performance: load: null total: 719 +2021-11-05 15:19:40 INFO:  test-node-wasm.js test: second instance +2021-11-05 15:19:41 STATE: test-node-wasm.js passed: load image: samples/in/ai-upper.jpg [1,720,688,3] {"checksum":151155104} +2021-11-05 15:19:41 STATE: test-node-wasm.js passed: detect: samples/in/ai-upper.jpg default +2021-11-05 15:19:41 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 0 gesture: 1 object: 1 person: 1 {"score":0.96} {"score":0.71,"class":"person"} {"score":0.75,"keypoints":16} +2021-11-05 15:19:41 DATA:  test-node-wasm.js result: performance: load: null total: 734 +2021-11-05 15:19:41 INFO:  test-node-wasm.js test: concurrent +2021-11-05 15:19:42 STATE: test-node-wasm.js passed: load image: samples/in/ai-face.jpg [1,256,256,3] {"checksum":34697856} +2021-11-05 15:19:42 STATE: test-node-wasm.js passed: load image: samples/in/ai-face.jpg [1,256,256,3] {"checksum":34697856} +2021-11-05 15:19:43 STATE: test-node-wasm.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1038921856} +2021-11-05 15:19:45 STATE: test-node-wasm.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1038921856} +2021-11-05 15:19:46 STATE: test-node-wasm.js passed: load image: samples/in/ai-upper.jpg [1,720,688,3] {"checksum":151155104} +2021-11-05 15:19:46 STATE: test-node-wasm.js passed: load image: samples/in/ai-upper.jpg [1,720,688,3] {"checksum":151155104} +2021-11-05 15:19:47 STATE: test-node-wasm.js passed: load image: samples/in/ai-face.jpg [1,256,256,3] {"checksum":34697856} +2021-11-05 15:19:48 STATE: test-node-wasm.js passed: load image: samples/in/ai-body.jpg [1,1200,1200,3] {"checksum":1038921856} +2021-11-05 15:19:49 STATE: test-node-wasm.js passed: load image: samples/in/ai-upper.jpg [1,720,688,3] {"checksum":151155104} +2021-11-05 15:19:49 STATE: test-node-wasm.js event: image +2021-11-05 15:19:49 STATE: test-node-wasm.js event: image +2021-11-05 15:19:49 STATE: test-node-wasm.js event: image +2021-11-05 15:19:56 STATE: test-node-wasm.js passed: detect: samples/in/ai-upper.jpg default +2021-11-05 15:19:56 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 0 gesture: 1 object: 1 person: 1 {"score":0.96} {"score":0.71,"class":"person"} {"score":0.75,"keypoints":16} +2021-11-05 15:19:56 DATA:  test-node-wasm.js result: performance: load: null total: 9091 +2021-11-05 15:19:56 STATE: test-node-wasm.js passed: detect: samples/in/ai-upper.jpg default +2021-11-05 15:19:56 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 0 gesture: 1 object: 1 person: 1 {"score":0.96} {"score":0.71,"class":"person"} {"score":0.75,"keypoints":16} +2021-11-05 15:19:56 DATA:  test-node-wasm.js result: performance: load: null total: 9091 +2021-11-05 15:19:56 STATE: test-node-wasm.js passed: detect: samples/in/ai-face.jpg default +2021-11-05 15:19:56 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 1 gesture: 2 object: 1 person: 1 {"score":0.91} {"score":0.82,"class":"person"} {"score":0.47,"keypoints":17} +2021-11-05 15:19:56 DATA:  test-node-wasm.js result: performance: load: null total: 9092 +2021-11-05 15:19:56 STATE: test-node-wasm.js passed: detect: samples/in/ai-face.jpg default +2021-11-05 15:19:56 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 1 gesture: 2 object: 1 person: 1 {"score":0.91} {"score":0.82,"class":"person"} {"score":0.47,"keypoints":17} +2021-11-05 15:19:56 DATA:  test-node-wasm.js result: performance: load: null total: 9092 +2021-11-05 15:19:56 STATE: test-node-wasm.js passed: detect: samples/in/ai-body.jpg default +2021-11-05 15:19:56 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 1 gesture: 1 object: 1 person: 1 {"score":0.93} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} +2021-11-05 15:19:56 DATA:  test-node-wasm.js result: performance: load: null total: 9092 +2021-11-05 15:19:56 STATE: test-node-wasm.js passed: detect: samples/in/ai-body.jpg default +2021-11-05 15:19:56 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 1 gesture: 1 object: 1 person: 1 {"score":0.93} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} +2021-11-05 15:19:56 DATA:  test-node-wasm.js result: performance: load: null total: 9092 +2021-11-05 15:19:56 STATE: test-node-wasm.js event: detect +2021-11-05 15:19:56 STATE: test-node-wasm.js passed: detect: samples/in/ai-upper.jpg default +2021-11-05 15:19:56 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 0 gesture: 1 object: 1 person: 1 {"score":0.96} {"score":0.71,"class":"person"} {"score":0.75,"keypoints":16} +2021-11-05 15:19:56 DATA:  test-node-wasm.js result: performance: load: null total: 6608 +2021-11-05 15:19:56 STATE: test-node-wasm.js event: detect +2021-11-05 15:19:56 STATE: test-node-wasm.js event: detect +2021-11-05 15:19:56 STATE: test-node-wasm.js passed: detect: samples/in/ai-face.jpg default +2021-11-05 15:19:56 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 1 gesture: 2 object: 1 person: 1 {"score":0.91} {"score":0.82,"class":"person"} {"score":0.47,"keypoints":17} +2021-11-05 15:19:56 DATA:  test-node-wasm.js result: performance: load: null total: 6608 +2021-11-05 15:19:56 STATE: test-node-wasm.js passed: detect: samples/in/ai-body.jpg default +2021-11-05 15:19:56 DATA:  test-node-wasm.js result: face: 1 body: 1 hand: 1 gesture: 1 object: 1 person: 1 {"score":0.93} {"score":0.72,"class":"person"} {"score":0.92,"keypoints":17} +2021-11-05 15:19:56 DATA:  test-node-wasm.js result: performance: load: null total: 6608 +2021-11-05 15:19:56 STATE: test-node-wasm.js event: image +2021-11-05 15:19:56 STATE: test-node-wasm.js event: detect +2021-11-05 15:19:56 STATE: test-node-wasm.js passed: monkey patch +2021-11-05 15:19:56 STATE: test-node-wasm.js passed: segmentation [65536] +2021-11-05 15:19:56 STATE: test-node-wasm.js passeed: equal usage +2021-11-05 15:19:56 INFO:  test-node-wasm.js events: {"image":15,"detect":15,"warmup":2} +2021-11-05 15:19:56 INFO:  test-node-wasm.js tensors 1884 +2021-11-05 15:19:56 INFO:  test-node-wasm.js test complete: 46060 ms +2021-11-05 15:19:56 INFO:  +2021-11-05 15:19:56 INFO:  failed [] +2021-11-05 15:19:56 INFO:  status: {"test-node.js":{"passed":70,"failed":0},"test-node-gpu.js":{"passed":70,"failed":0},"test-node-wasm.js":{"passed":71,"failed":0}} diff --git a/typedoc/assets/search.js b/typedoc/assets/search.js index ea9b8987..39e62796 100644 --- a/typedoc/assets/search.js +++ b/typedoc/assets/search.js @@ -1 +1 @@ -window.searchData = {"kinds":{"4":"Namespace","32":"Variable","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","4194304":"Type alias","16777216":"Reference"},"rows":[{"id":0,"kind":4194304,"name":"TensorFlow","url":"index.html#TensorFlow","classes":"tsd-kind-type-alias"},{"id":1,"kind":4194304,"name":"Error","url":"index.html#Error","classes":"tsd-kind-type-alias"},{"id":2,"kind":65536,"name":"__type","url":"index.html#Error.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Error"},{"id":3,"kind":1024,"name":"error","url":"index.html#Error.__type.error","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Error.__type"},{"id":4,"kind":128,"name":"Human","url":"classes/Human.html","classes":"tsd-kind-class"},{"id":5,"kind":512,"name":"constructor","url":"classes/Human.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Human"},{"id":6,"kind":1024,"name":"version","url":"classes/Human.html#version","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Human"},{"id":7,"kind":1024,"name":"config","url":"classes/Human.html#config","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Human"},{"id":8,"kind":1024,"name":"result","url":"classes/Human.html#result","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Human"},{"id":9,"kind":1024,"name":"state","url":"classes/Human.html#state","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Human"},{"id":10,"kind":1024,"name":"process","url":"classes/Human.html#process","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Human"},{"id":11,"kind":65536,"name":"__type","url":"classes/Human.html#__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"Human"},{"id":12,"kind":1024,"name":"tensor","url":"classes/Human.html#__type-11.tensor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":13,"kind":1024,"name":"canvas","url":"classes/Human.html#__type-11.canvas-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":14,"kind":1024,"name":"env","url":"classes/Human.html#env","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Human"},{"id":15,"kind":1024,"name":"draw","url":"classes/Human.html#draw","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Human"},{"id":16,"kind":65536,"name":"__type","url":"classes/Human.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"Human"},{"id":17,"kind":1024,"name":"canvas","url":"classes/Human.html#__type-1.canvas","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":18,"kind":65536,"name":"__type","url":"classes/Human.html#__type-1.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":19,"kind":1024,"name":"face","url":"classes/Human.html#__type-1.face","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":20,"kind":65536,"name":"__type","url":"classes/Human.html#__type-1.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":21,"kind":1024,"name":"body","url":"classes/Human.html#__type-1.body","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":22,"kind":65536,"name":"__type","url":"classes/Human.html#__type-1.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":23,"kind":1024,"name":"hand","url":"classes/Human.html#__type-1.hand","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":24,"kind":65536,"name":"__type","url":"classes/Human.html#__type-1.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":25,"kind":1024,"name":"gesture","url":"classes/Human.html#__type-1.gesture","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":26,"kind":65536,"name":"__type","url":"classes/Human.html#__type-1.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":27,"kind":1024,"name":"object","url":"classes/Human.html#__type-1.object","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":28,"kind":65536,"name":"__type","url":"classes/Human.html#__type-1.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":29,"kind":1024,"name":"person","url":"classes/Human.html#__type-1.person","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":30,"kind":65536,"name":"__type","url":"classes/Human.html#__type-1.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":31,"kind":1024,"name":"all","url":"classes/Human.html#__type-1.all","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":32,"kind":65536,"name":"__type","url":"classes/Human.html#__type-1.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":33,"kind":1024,"name":"options","url":"classes/Human.html#__type-1.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":34,"kind":1024,"name":"events","url":"classes/Human.html#events","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Human"},{"id":35,"kind":1024,"name":"faceTriangulation","url":"classes/Human.html#faceTriangulation","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Human"},{"id":36,"kind":1024,"name":"faceUVMap","url":"classes/Human.html#faceUVMap","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Human"},{"id":37,"kind":1024,"name":"performance","url":"classes/Human.html#performance","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Human"},{"id":38,"kind":1024,"name":"gl","url":"classes/Human.html#gl","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Human"},{"id":39,"kind":2048,"name":"reset","url":"classes/Human.html#reset","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Human"},{"id":40,"kind":2048,"name":"validate","url":"classes/Human.html#validate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Human"},{"id":41,"kind":1024,"name":"similarity","url":"classes/Human.html#similarity","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Human"},{"id":42,"kind":65536,"name":"__type","url":"classes/Human.html#__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"Human"},{"id":43,"kind":1024,"name":"distance","url":"classes/Human.html#distance","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Human"},{"id":44,"kind":65536,"name":"__type","url":"classes/Human.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"Human"},{"id":45,"kind":1024,"name":"match","url":"classes/Human.html#match","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Human"},{"id":46,"kind":65536,"name":"__type","url":"classes/Human.html#__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"Human"},{"id":47,"kind":2048,"name":"now","url":"classes/Human.html#now","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Human"},{"id":48,"kind":2048,"name":"image","url":"classes/Human.html#image","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Human"},{"id":49,"kind":2048,"name":"segmentation","url":"classes/Human.html#segmentation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Human"},{"id":50,"kind":2048,"name":"enhance","url":"classes/Human.html#enhance","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Human"},{"id":51,"kind":2048,"name":"init","url":"classes/Human.html#init","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Human"},{"id":52,"kind":2048,"name":"load","url":"classes/Human.html#load","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Human"},{"id":53,"kind":2048,"name":"next","url":"classes/Human.html#next","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Human"},{"id":54,"kind":2048,"name":"warmup","url":"classes/Human.html#warmup","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Human"},{"id":55,"kind":2048,"name":"detect","url":"classes/Human.html#detect","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Human"},{"id":56,"kind":16777216,"name":"default","url":"index.html#default","classes":"tsd-kind-reference"},{"id":57,"kind":128,"name":"Tensor","url":"classes/Tensor.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":58,"kind":512,"name":"constructor","url":"classes/Tensor.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"Tensor"},{"id":59,"kind":1024,"name":"id","url":"classes/Tensor.html#id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Tensor"},{"id":60,"kind":1024,"name":"dataId","url":"classes/Tensor.html#dataId","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Tensor"},{"id":61,"kind":1024,"name":"shape","url":"classes/Tensor.html#shape","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Tensor"},{"id":62,"kind":1024,"name":"size","url":"classes/Tensor.html#size","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Tensor"},{"id":63,"kind":1024,"name":"dtype","url":"classes/Tensor.html#dtype","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Tensor"},{"id":64,"kind":1024,"name":"rankType","url":"classes/Tensor.html#rankType","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Tensor"},{"id":65,"kind":1024,"name":"kept","url":"classes/Tensor.html#kept","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Tensor"},{"id":66,"kind":1024,"name":"scopeId","url":"classes/Tensor.html#scopeId","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Tensor"},{"id":67,"kind":1024,"name":"strides","url":"classes/Tensor.html#strides","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Tensor"},{"id":68,"kind":1024,"name":"rank","url":"classes/Tensor.html#rank","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Tensor"},{"id":69,"kind":2048,"name":"buffer","url":"classes/Tensor.html#buffer","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"Tensor"},{"id":70,"kind":2048,"name":"bufferSync","url":"classes/Tensor.html#bufferSync","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"Tensor"},{"id":71,"kind":2048,"name":"array","url":"classes/Tensor.html#array","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Tensor"},{"id":72,"kind":2048,"name":"arraySync","url":"classes/Tensor.html#arraySync","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Tensor"},{"id":73,"kind":2048,"name":"data","url":"classes/Tensor.html#data","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"Tensor"},{"id":74,"kind":2048,"name":"dataSync","url":"classes/Tensor.html#dataSync","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"Tensor"},{"id":75,"kind":2048,"name":"bytes","url":"classes/Tensor.html#bytes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Tensor"},{"id":76,"kind":2048,"name":"dispose","url":"classes/Tensor.html#dispose","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Tensor"},{"id":77,"kind":1024,"name":"isDisposed","url":"classes/Tensor.html#isDisposed","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Tensor"},{"id":78,"kind":2048,"name":"throwIfDisposed","url":"classes/Tensor.html#throwIfDisposed","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Tensor"},{"id":79,"kind":2048,"name":"print","url":"classes/Tensor.html#print","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Tensor"},{"id":80,"kind":2048,"name":"clone","url":"classes/Tensor.html#clone","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"Tensor"},{"id":81,"kind":2048,"name":"toString","url":"classes/Tensor.html#toString","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Tensor"},{"id":82,"kind":2048,"name":"variable","url":"classes/Tensor.html#variable","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Tensor"},{"id":83,"kind":4,"name":"Tensor","url":"modules/Tensor.html","classes":"tsd-kind-namespace"},{"id":84,"kind":4194304,"name":"DrawOptions","url":"index.html#DrawOptions","classes":"tsd-kind-type-alias"},{"id":85,"kind":65536,"name":"__type","url":"index.html#DrawOptions.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"DrawOptions"},{"id":86,"kind":1024,"name":"color","url":"index.html#DrawOptions.__type.color","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"DrawOptions.__type"},{"id":87,"kind":1024,"name":"labelColor","url":"index.html#DrawOptions.__type.labelColor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"DrawOptions.__type"},{"id":88,"kind":1024,"name":"shadowColor","url":"index.html#DrawOptions.__type.shadowColor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"DrawOptions.__type"},{"id":89,"kind":1024,"name":"font","url":"index.html#DrawOptions.__type.font","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"DrawOptions.__type"},{"id":90,"kind":1024,"name":"lineHeight","url":"index.html#DrawOptions.__type.lineHeight","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"DrawOptions.__type"},{"id":91,"kind":1024,"name":"lineWidth","url":"index.html#DrawOptions.__type.lineWidth","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"DrawOptions.__type"},{"id":92,"kind":1024,"name":"pointSize","url":"index.html#DrawOptions.__type.pointSize","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"DrawOptions.__type"},{"id":93,"kind":1024,"name":"roundRect","url":"index.html#DrawOptions.__type.roundRect","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"DrawOptions.__type"},{"id":94,"kind":1024,"name":"drawPoints","url":"index.html#DrawOptions.__type.drawPoints","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"DrawOptions.__type"},{"id":95,"kind":1024,"name":"drawLabels","url":"index.html#DrawOptions.__type.drawLabels","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"DrawOptions.__type"},{"id":96,"kind":1024,"name":"drawGestures","url":"index.html#DrawOptions.__type.drawGestures","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"DrawOptions.__type"},{"id":97,"kind":1024,"name":"drawBoxes","url":"index.html#DrawOptions.__type.drawBoxes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"DrawOptions.__type"},{"id":98,"kind":1024,"name":"drawPolygons","url":"index.html#DrawOptions.__type.drawPolygons","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"DrawOptions.__type"},{"id":99,"kind":1024,"name":"drawGaze","url":"index.html#DrawOptions.__type.drawGaze","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"DrawOptions.__type"},{"id":100,"kind":1024,"name":"fillPolygons","url":"index.html#DrawOptions.__type.fillPolygons","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"DrawOptions.__type"},{"id":101,"kind":1024,"name":"useDepth","url":"index.html#DrawOptions.__type.useDepth","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"DrawOptions.__type"},{"id":102,"kind":1024,"name":"useCurves","url":"index.html#DrawOptions.__type.useCurves","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"DrawOptions.__type"},{"id":103,"kind":4194304,"name":"Descriptor","url":"index.html#Descriptor","classes":"tsd-kind-type-alias"},{"id":104,"kind":4194304,"name":"Box","url":"index.html#Box","classes":"tsd-kind-type-alias"},{"id":105,"kind":4194304,"name":"Point","url":"index.html#Point","classes":"tsd-kind-type-alias"},{"id":106,"kind":128,"name":"Models","url":"classes/Models.html","classes":"tsd-kind-class"},{"id":107,"kind":512,"name":"constructor","url":"classes/Models.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Models"},{"id":108,"kind":1024,"name":"age","url":"classes/Models.html#age","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":109,"kind":1024,"name":"agegenderrace","url":"classes/Models.html#agegenderrace","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":110,"kind":1024,"name":"blazeposedetect","url":"classes/Models.html#blazeposedetect","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":111,"kind":1024,"name":"blazepose","url":"classes/Models.html#blazepose","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":112,"kind":1024,"name":"centernet","url":"classes/Models.html#centernet","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":113,"kind":1024,"name":"efficientpose","url":"classes/Models.html#efficientpose","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":114,"kind":1024,"name":"embedding","url":"classes/Models.html#embedding","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":115,"kind":1024,"name":"emotion","url":"classes/Models.html#emotion","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":116,"kind":1024,"name":"facedetect","url":"classes/Models.html#facedetect","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":117,"kind":1024,"name":"faceiris","url":"classes/Models.html#faceiris","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":118,"kind":1024,"name":"facemesh","url":"classes/Models.html#facemesh","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":119,"kind":1024,"name":"faceres","url":"classes/Models.html#faceres","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":120,"kind":1024,"name":"gender","url":"classes/Models.html#gender","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":121,"kind":1024,"name":"handpose","url":"classes/Models.html#handpose","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":122,"kind":1024,"name":"handskeleton","url":"classes/Models.html#handskeleton","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":123,"kind":1024,"name":"handtrack","url":"classes/Models.html#handtrack","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":124,"kind":1024,"name":"movenet","url":"classes/Models.html#movenet","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":125,"kind":1024,"name":"nanodet","url":"classes/Models.html#nanodet","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":126,"kind":1024,"name":"posenet","url":"classes/Models.html#posenet","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":127,"kind":1024,"name":"segmentation","url":"classes/Models.html#segmentation","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":128,"kind":1024,"name":"antispoof","url":"classes/Models.html#antispoof","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":129,"kind":128,"name":"Env","url":"classes/Env.html","classes":"tsd-kind-class"},{"id":130,"kind":512,"name":"constructor","url":"classes/Env.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Env"},{"id":131,"kind":1024,"name":"browser","url":"classes/Env.html#browser","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":132,"kind":1024,"name":"node","url":"classes/Env.html#node","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":133,"kind":1024,"name":"worker","url":"classes/Env.html#worker","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":134,"kind":1024,"name":"platform","url":"classes/Env.html#platform","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":135,"kind":1024,"name":"agent","url":"classes/Env.html#agent","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":136,"kind":1024,"name":"backends","url":"classes/Env.html#backends","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":137,"kind":1024,"name":"initial","url":"classes/Env.html#initial","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":138,"kind":1024,"name":"filter","url":"classes/Env.html#filter","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":139,"kind":1024,"name":"tfjs","url":"classes/Env.html#tfjs","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":140,"kind":65536,"name":"__type","url":"classes/Env.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"Env"},{"id":141,"kind":1024,"name":"version","url":"classes/Env.html#__type-1.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Env.__type"},{"id":142,"kind":1024,"name":"offscreen","url":"classes/Env.html#offscreen","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":143,"kind":1024,"name":"perfadd","url":"classes/Env.html#perfadd","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":144,"kind":1024,"name":"wasm","url":"classes/Env.html#wasm","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":145,"kind":65536,"name":"__type","url":"classes/Env.html#__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"Env"},{"id":146,"kind":1024,"name":"supported","url":"classes/Env.html#__type-2.supported","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Env.__type"},{"id":147,"kind":1024,"name":"backend","url":"classes/Env.html#__type-2.backend","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Env.__type"},{"id":148,"kind":1024,"name":"simd","url":"classes/Env.html#__type-2.simd","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Env.__type"},{"id":149,"kind":1024,"name":"multithread","url":"classes/Env.html#__type-2.multithread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Env.__type"},{"id":150,"kind":1024,"name":"webgl","url":"classes/Env.html#webgl","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":151,"kind":65536,"name":"__type","url":"classes/Env.html#__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"Env"},{"id":152,"kind":1024,"name":"supported","url":"classes/Env.html#__type-3.supported-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Env.__type"},{"id":153,"kind":1024,"name":"backend","url":"classes/Env.html#__type-3.backend-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Env.__type"},{"id":154,"kind":1024,"name":"version","url":"classes/Env.html#__type-3.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Env.__type"},{"id":155,"kind":1024,"name":"renderer","url":"classes/Env.html#__type-3.renderer","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Env.__type"},{"id":156,"kind":1024,"name":"webgpu","url":"classes/Env.html#webgpu","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":157,"kind":65536,"name":"__type","url":"classes/Env.html#__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"Env"},{"id":158,"kind":1024,"name":"supported","url":"classes/Env.html#__type-4.supported-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Env.__type"},{"id":159,"kind":1024,"name":"backend","url":"classes/Env.html#__type-4.backend-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Env.__type"},{"id":160,"kind":1024,"name":"adapter","url":"classes/Env.html#__type-4.adapter","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Env.__type"},{"id":161,"kind":1024,"name":"cpu","url":"classes/Env.html#cpu","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":162,"kind":65536,"name":"__type","url":"classes/Env.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"Env"},{"id":163,"kind":1024,"name":"model","url":"classes/Env.html#__type.model","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Env.__type"},{"id":164,"kind":1024,"name":"flags","url":"classes/Env.html#__type.flags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Env.__type"},{"id":165,"kind":1024,"name":"kernels","url":"classes/Env.html#kernels","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":166,"kind":1024,"name":"Canvas","url":"classes/Env.html#Canvas","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":167,"kind":1024,"name":"Image","url":"classes/Env.html#Image","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":168,"kind":1024,"name":"ImageData","url":"classes/Env.html#ImageData","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":169,"kind":2048,"name":"updateBackend","url":"classes/Env.html#updateBackend","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Env"},{"id":170,"kind":2048,"name":"updateCPU","url":"classes/Env.html#updateCPU","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Env"},{"id":171,"kind":4194304,"name":"FaceGesture","url":"index.html#FaceGesture","classes":"tsd-kind-type-alias"},{"id":172,"kind":4194304,"name":"BodyGesture","url":"index.html#BodyGesture","classes":"tsd-kind-type-alias"},{"id":173,"kind":4194304,"name":"HandGesture","url":"index.html#HandGesture","classes":"tsd-kind-type-alias"},{"id":174,"kind":4194304,"name":"IrisGesture","url":"index.html#IrisGesture","classes":"tsd-kind-type-alias"},{"id":175,"kind":32,"name":"env","url":"index.html#env","classes":"tsd-kind-variable"},{"id":176,"kind":4194304,"name":"Events","url":"index.html#Events","classes":"tsd-kind-type-alias"},{"id":177,"kind":4194304,"name":"AnyCanvas","url":"index.html#AnyCanvas","classes":"tsd-kind-type-alias"},{"id":178,"kind":4194304,"name":"AnyImage","url":"index.html#AnyImage","classes":"tsd-kind-type-alias"},{"id":179,"kind":4194304,"name":"AnyVideo","url":"index.html#AnyVideo","classes":"tsd-kind-type-alias"},{"id":180,"kind":4194304,"name":"ImageObjects","url":"index.html#ImageObjects","classes":"tsd-kind-type-alias"},{"id":181,"kind":4194304,"name":"ExternalCanvas","url":"index.html#ExternalCanvas","classes":"tsd-kind-type-alias"},{"id":182,"kind":4194304,"name":"Input","url":"index.html#Input","classes":"tsd-kind-type-alias"},{"id":183,"kind":256,"name":"GenericConfig","url":"interfaces/GenericConfig.html","classes":"tsd-kind-interface"},{"id":184,"kind":1024,"name":"enabled","url":"interfaces/GenericConfig.html#enabled","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GenericConfig"},{"id":185,"kind":1024,"name":"modelPath","url":"interfaces/GenericConfig.html#modelPath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GenericConfig"},{"id":186,"kind":1024,"name":"skipFrames","url":"interfaces/GenericConfig.html#skipFrames","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GenericConfig"},{"id":187,"kind":1024,"name":"skipTime","url":"interfaces/GenericConfig.html#skipTime","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GenericConfig"},{"id":188,"kind":256,"name":"FaceDetectorConfig","url":"interfaces/FaceDetectorConfig.html","classes":"tsd-kind-interface"},{"id":189,"kind":1024,"name":"rotation","url":"interfaces/FaceDetectorConfig.html#rotation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceDetectorConfig"},{"id":190,"kind":1024,"name":"maxDetected","url":"interfaces/FaceDetectorConfig.html#maxDetected","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceDetectorConfig"},{"id":191,"kind":1024,"name":"minConfidence","url":"interfaces/FaceDetectorConfig.html#minConfidence","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceDetectorConfig"},{"id":192,"kind":1024,"name":"iouThreshold","url":"interfaces/FaceDetectorConfig.html#iouThreshold","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceDetectorConfig"},{"id":193,"kind":1024,"name":"return","url":"interfaces/FaceDetectorConfig.html#return","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceDetectorConfig"},{"id":194,"kind":1024,"name":"enabled","url":"interfaces/FaceDetectorConfig.html#enabled","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceDetectorConfig"},{"id":195,"kind":1024,"name":"modelPath","url":"interfaces/FaceDetectorConfig.html#modelPath","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceDetectorConfig"},{"id":196,"kind":1024,"name":"skipFrames","url":"interfaces/FaceDetectorConfig.html#skipFrames","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceDetectorConfig"},{"id":197,"kind":1024,"name":"skipTime","url":"interfaces/FaceDetectorConfig.html#skipTime","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceDetectorConfig"},{"id":198,"kind":256,"name":"FaceMeshConfig","url":"interfaces/FaceMeshConfig.html","classes":"tsd-kind-interface"},{"id":199,"kind":1024,"name":"enabled","url":"interfaces/FaceMeshConfig.html#enabled","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceMeshConfig"},{"id":200,"kind":1024,"name":"modelPath","url":"interfaces/FaceMeshConfig.html#modelPath","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceMeshConfig"},{"id":201,"kind":1024,"name":"skipFrames","url":"interfaces/FaceMeshConfig.html#skipFrames","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceMeshConfig"},{"id":202,"kind":1024,"name":"skipTime","url":"interfaces/FaceMeshConfig.html#skipTime","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceMeshConfig"},{"id":203,"kind":256,"name":"FaceIrisConfig","url":"interfaces/FaceIrisConfig.html","classes":"tsd-kind-interface"},{"id":204,"kind":1024,"name":"enabled","url":"interfaces/FaceIrisConfig.html#enabled","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceIrisConfig"},{"id":205,"kind":1024,"name":"modelPath","url":"interfaces/FaceIrisConfig.html#modelPath","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceIrisConfig"},{"id":206,"kind":1024,"name":"skipFrames","url":"interfaces/FaceIrisConfig.html#skipFrames","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceIrisConfig"},{"id":207,"kind":1024,"name":"skipTime","url":"interfaces/FaceIrisConfig.html#skipTime","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceIrisConfig"},{"id":208,"kind":256,"name":"FaceDescriptionConfig","url":"interfaces/FaceDescriptionConfig.html","classes":"tsd-kind-interface"},{"id":209,"kind":1024,"name":"minConfidence","url":"interfaces/FaceDescriptionConfig.html#minConfidence","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceDescriptionConfig"},{"id":210,"kind":1024,"name":"enabled","url":"interfaces/FaceDescriptionConfig.html#enabled","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceDescriptionConfig"},{"id":211,"kind":1024,"name":"modelPath","url":"interfaces/FaceDescriptionConfig.html#modelPath","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceDescriptionConfig"},{"id":212,"kind":1024,"name":"skipFrames","url":"interfaces/FaceDescriptionConfig.html#skipFrames","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceDescriptionConfig"},{"id":213,"kind":1024,"name":"skipTime","url":"interfaces/FaceDescriptionConfig.html#skipTime","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceDescriptionConfig"},{"id":214,"kind":256,"name":"FaceEmotionConfig","url":"interfaces/FaceEmotionConfig.html","classes":"tsd-kind-interface"},{"id":215,"kind":1024,"name":"minConfidence","url":"interfaces/FaceEmotionConfig.html#minConfidence","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceEmotionConfig"},{"id":216,"kind":1024,"name":"enabled","url":"interfaces/FaceEmotionConfig.html#enabled","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceEmotionConfig"},{"id":217,"kind":1024,"name":"modelPath","url":"interfaces/FaceEmotionConfig.html#modelPath","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceEmotionConfig"},{"id":218,"kind":1024,"name":"skipFrames","url":"interfaces/FaceEmotionConfig.html#skipFrames","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceEmotionConfig"},{"id":219,"kind":1024,"name":"skipTime","url":"interfaces/FaceEmotionConfig.html#skipTime","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceEmotionConfig"},{"id":220,"kind":256,"name":"FaceAntiSpoofConfig","url":"interfaces/FaceAntiSpoofConfig.html","classes":"tsd-kind-interface"},{"id":221,"kind":1024,"name":"enabled","url":"interfaces/FaceAntiSpoofConfig.html#enabled","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceAntiSpoofConfig"},{"id":222,"kind":1024,"name":"modelPath","url":"interfaces/FaceAntiSpoofConfig.html#modelPath","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceAntiSpoofConfig"},{"id":223,"kind":1024,"name":"skipFrames","url":"interfaces/FaceAntiSpoofConfig.html#skipFrames","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceAntiSpoofConfig"},{"id":224,"kind":1024,"name":"skipTime","url":"interfaces/FaceAntiSpoofConfig.html#skipTime","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceAntiSpoofConfig"},{"id":225,"kind":256,"name":"FaceConfig","url":"interfaces/FaceConfig.html","classes":"tsd-kind-interface"},{"id":226,"kind":1024,"name":"detector","url":"interfaces/FaceConfig.html#detector","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceConfig"},{"id":227,"kind":1024,"name":"mesh","url":"interfaces/FaceConfig.html#mesh","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceConfig"},{"id":228,"kind":1024,"name":"iris","url":"interfaces/FaceConfig.html#iris","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceConfig"},{"id":229,"kind":1024,"name":"description","url":"interfaces/FaceConfig.html#description","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceConfig"},{"id":230,"kind":1024,"name":"emotion","url":"interfaces/FaceConfig.html#emotion","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceConfig"},{"id":231,"kind":1024,"name":"antispoof","url":"interfaces/FaceConfig.html#antispoof","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceConfig"},{"id":232,"kind":1024,"name":"enabled","url":"interfaces/FaceConfig.html#enabled","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceConfig"},{"id":233,"kind":1024,"name":"modelPath","url":"interfaces/FaceConfig.html#modelPath","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceConfig"},{"id":234,"kind":1024,"name":"skipFrames","url":"interfaces/FaceConfig.html#skipFrames","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceConfig"},{"id":235,"kind":1024,"name":"skipTime","url":"interfaces/FaceConfig.html#skipTime","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceConfig"},{"id":236,"kind":256,"name":"BodyConfig","url":"interfaces/BodyConfig.html","classes":"tsd-kind-interface"},{"id":237,"kind":1024,"name":"maxDetected","url":"interfaces/BodyConfig.html#maxDetected","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BodyConfig"},{"id":238,"kind":1024,"name":"minConfidence","url":"interfaces/BodyConfig.html#minConfidence","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BodyConfig"},{"id":239,"kind":1024,"name":"detector","url":"interfaces/BodyConfig.html#detector","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BodyConfig"},{"id":240,"kind":65536,"name":"__type","url":"interfaces/BodyConfig.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"BodyConfig"},{"id":241,"kind":1024,"name":"modelPath","url":"interfaces/BodyConfig.html#__type.modelPath","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"BodyConfig.__type"},{"id":242,"kind":1024,"name":"enabled","url":"interfaces/BodyConfig.html#enabled","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"BodyConfig"},{"id":243,"kind":1024,"name":"modelPath","url":"interfaces/BodyConfig.html#modelPath-1","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"BodyConfig"},{"id":244,"kind":1024,"name":"skipFrames","url":"interfaces/BodyConfig.html#skipFrames","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"BodyConfig"},{"id":245,"kind":1024,"name":"skipTime","url":"interfaces/BodyConfig.html#skipTime","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"BodyConfig"},{"id":246,"kind":256,"name":"HandConfig","url":"interfaces/HandConfig.html","classes":"tsd-kind-interface"},{"id":247,"kind":1024,"name":"rotation","url":"interfaces/HandConfig.html#rotation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HandConfig"},{"id":248,"kind":1024,"name":"minConfidence","url":"interfaces/HandConfig.html#minConfidence","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HandConfig"},{"id":249,"kind":1024,"name":"iouThreshold","url":"interfaces/HandConfig.html#iouThreshold","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HandConfig"},{"id":250,"kind":1024,"name":"maxDetected","url":"interfaces/HandConfig.html#maxDetected","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HandConfig"},{"id":251,"kind":1024,"name":"landmarks","url":"interfaces/HandConfig.html#landmarks","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HandConfig"},{"id":252,"kind":1024,"name":"detector","url":"interfaces/HandConfig.html#detector","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HandConfig"},{"id":253,"kind":65536,"name":"__type","url":"interfaces/HandConfig.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"HandConfig"},{"id":254,"kind":1024,"name":"modelPath","url":"interfaces/HandConfig.html#__type.modelPath","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"HandConfig.__type"},{"id":255,"kind":1024,"name":"skeleton","url":"interfaces/HandConfig.html#skeleton","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HandConfig"},{"id":256,"kind":65536,"name":"__type","url":"interfaces/HandConfig.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"HandConfig"},{"id":257,"kind":1024,"name":"modelPath","url":"interfaces/HandConfig.html#__type-1.modelPath-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"HandConfig.__type"},{"id":258,"kind":1024,"name":"enabled","url":"interfaces/HandConfig.html#enabled","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"HandConfig"},{"id":259,"kind":1024,"name":"modelPath","url":"interfaces/HandConfig.html#modelPath-1","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"HandConfig"},{"id":260,"kind":1024,"name":"skipFrames","url":"interfaces/HandConfig.html#skipFrames","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"HandConfig"},{"id":261,"kind":1024,"name":"skipTime","url":"interfaces/HandConfig.html#skipTime","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"HandConfig"},{"id":262,"kind":256,"name":"ObjectConfig","url":"interfaces/ObjectConfig.html","classes":"tsd-kind-interface"},{"id":263,"kind":1024,"name":"minConfidence","url":"interfaces/ObjectConfig.html#minConfidence","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ObjectConfig"},{"id":264,"kind":1024,"name":"iouThreshold","url":"interfaces/ObjectConfig.html#iouThreshold","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ObjectConfig"},{"id":265,"kind":1024,"name":"maxDetected","url":"interfaces/ObjectConfig.html#maxDetected","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ObjectConfig"},{"id":266,"kind":1024,"name":"enabled","url":"interfaces/ObjectConfig.html#enabled","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ObjectConfig"},{"id":267,"kind":1024,"name":"modelPath","url":"interfaces/ObjectConfig.html#modelPath","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ObjectConfig"},{"id":268,"kind":1024,"name":"skipFrames","url":"interfaces/ObjectConfig.html#skipFrames","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ObjectConfig"},{"id":269,"kind":1024,"name":"skipTime","url":"interfaces/ObjectConfig.html#skipTime","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ObjectConfig"},{"id":270,"kind":256,"name":"SegmentationConfig","url":"interfaces/SegmentationConfig.html","classes":"tsd-kind-interface"},{"id":271,"kind":1024,"name":"blur","url":"interfaces/SegmentationConfig.html#blur","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SegmentationConfig"},{"id":272,"kind":1024,"name":"enabled","url":"interfaces/SegmentationConfig.html#enabled","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"SegmentationConfig"},{"id":273,"kind":1024,"name":"modelPath","url":"interfaces/SegmentationConfig.html#modelPath","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"SegmentationConfig"},{"id":274,"kind":1024,"name":"skipFrames","url":"interfaces/SegmentationConfig.html#skipFrames","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"SegmentationConfig"},{"id":275,"kind":1024,"name":"skipTime","url":"interfaces/SegmentationConfig.html#skipTime","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"SegmentationConfig"},{"id":276,"kind":256,"name":"FilterConfig","url":"interfaces/FilterConfig.html","classes":"tsd-kind-interface"},{"id":277,"kind":1024,"name":"enabled","url":"interfaces/FilterConfig.html#enabled","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FilterConfig"},{"id":278,"kind":1024,"name":"width","url":"interfaces/FilterConfig.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FilterConfig"},{"id":279,"kind":1024,"name":"height","url":"interfaces/FilterConfig.html#height","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FilterConfig"},{"id":280,"kind":1024,"name":"return","url":"interfaces/FilterConfig.html#return","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FilterConfig"},{"id":281,"kind":1024,"name":"flip","url":"interfaces/FilterConfig.html#flip","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FilterConfig"},{"id":282,"kind":1024,"name":"brightness","url":"interfaces/FilterConfig.html#brightness","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FilterConfig"},{"id":283,"kind":1024,"name":"contrast","url":"interfaces/FilterConfig.html#contrast","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FilterConfig"},{"id":284,"kind":1024,"name":"sharpness","url":"interfaces/FilterConfig.html#sharpness","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FilterConfig"},{"id":285,"kind":1024,"name":"blur","url":"interfaces/FilterConfig.html#blur","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FilterConfig"},{"id":286,"kind":1024,"name":"saturation","url":"interfaces/FilterConfig.html#saturation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FilterConfig"},{"id":287,"kind":1024,"name":"hue","url":"interfaces/FilterConfig.html#hue","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FilterConfig"},{"id":288,"kind":1024,"name":"negative","url":"interfaces/FilterConfig.html#negative","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FilterConfig"},{"id":289,"kind":1024,"name":"sepia","url":"interfaces/FilterConfig.html#sepia","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FilterConfig"},{"id":290,"kind":1024,"name":"vintage","url":"interfaces/FilterConfig.html#vintage","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FilterConfig"},{"id":291,"kind":1024,"name":"kodachrome","url":"interfaces/FilterConfig.html#kodachrome","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FilterConfig"},{"id":292,"kind":1024,"name":"technicolor","url":"interfaces/FilterConfig.html#technicolor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FilterConfig"},{"id":293,"kind":1024,"name":"polaroid","url":"interfaces/FilterConfig.html#polaroid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FilterConfig"},{"id":294,"kind":1024,"name":"pixelate","url":"interfaces/FilterConfig.html#pixelate","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FilterConfig"},{"id":295,"kind":256,"name":"GestureConfig","url":"interfaces/GestureConfig.html","classes":"tsd-kind-interface"},{"id":296,"kind":1024,"name":"enabled","url":"interfaces/GestureConfig.html#enabled","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GestureConfig"},{"id":297,"kind":256,"name":"Config","url":"interfaces/Config.html","classes":"tsd-kind-interface"},{"id":298,"kind":1024,"name":"backend","url":"interfaces/Config.html#backend","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Config"},{"id":299,"kind":1024,"name":"wasmPath","url":"interfaces/Config.html#wasmPath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Config"},{"id":300,"kind":1024,"name":"debug","url":"interfaces/Config.html#debug","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Config"},{"id":301,"kind":1024,"name":"async","url":"interfaces/Config.html#async","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Config"},{"id":302,"kind":1024,"name":"warmup","url":"interfaces/Config.html#warmup","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Config"},{"id":303,"kind":1024,"name":"modelBasePath","url":"interfaces/Config.html#modelBasePath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Config"},{"id":304,"kind":1024,"name":"cacheSensitivity","url":"interfaces/Config.html#cacheSensitivity","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Config"},{"id":305,"kind":1024,"name":"skipAllowed","url":"interfaces/Config.html#skipAllowed","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Config"},{"id":306,"kind":1024,"name":"filter","url":"interfaces/Config.html#filter","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Config"},{"id":307,"kind":1024,"name":"gesture","url":"interfaces/Config.html#gesture","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Config"},{"id":308,"kind":1024,"name":"face","url":"interfaces/Config.html#face","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Config"},{"id":309,"kind":1024,"name":"body","url":"interfaces/Config.html#body","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Config"},{"id":310,"kind":1024,"name":"hand","url":"interfaces/Config.html#hand","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Config"},{"id":311,"kind":1024,"name":"object","url":"interfaces/Config.html#object","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Config"},{"id":312,"kind":1024,"name":"segmentation","url":"interfaces/Config.html#segmentation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Config"},{"id":313,"kind":32,"name":"defaults","url":"index.html#defaults","classes":"tsd-kind-variable"},{"id":314,"kind":256,"name":"FaceResult","url":"interfaces/FaceResult.html","classes":"tsd-kind-interface"},{"id":315,"kind":1024,"name":"id","url":"interfaces/FaceResult.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceResult"},{"id":316,"kind":1024,"name":"score","url":"interfaces/FaceResult.html#score","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceResult"},{"id":317,"kind":1024,"name":"boxScore","url":"interfaces/FaceResult.html#boxScore","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceResult"},{"id":318,"kind":1024,"name":"faceScore","url":"interfaces/FaceResult.html#faceScore","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceResult"},{"id":319,"kind":1024,"name":"box","url":"interfaces/FaceResult.html#box","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceResult"},{"id":320,"kind":1024,"name":"boxRaw","url":"interfaces/FaceResult.html#boxRaw","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceResult"},{"id":321,"kind":1024,"name":"mesh","url":"interfaces/FaceResult.html#mesh","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceResult"},{"id":322,"kind":1024,"name":"meshRaw","url":"interfaces/FaceResult.html#meshRaw","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceResult"},{"id":323,"kind":1024,"name":"annotations","url":"interfaces/FaceResult.html#annotations","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceResult"},{"id":324,"kind":1024,"name":"age","url":"interfaces/FaceResult.html#age","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceResult"},{"id":325,"kind":1024,"name":"gender","url":"interfaces/FaceResult.html#gender","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceResult"},{"id":326,"kind":1024,"name":"genderScore","url":"interfaces/FaceResult.html#genderScore","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceResult"},{"id":327,"kind":1024,"name":"emotion","url":"interfaces/FaceResult.html#emotion","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceResult"},{"id":328,"kind":1024,"name":"embedding","url":"interfaces/FaceResult.html#embedding","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceResult"},{"id":329,"kind":1024,"name":"iris","url":"interfaces/FaceResult.html#iris","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceResult"},{"id":330,"kind":1024,"name":"real","url":"interfaces/FaceResult.html#real","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceResult"},{"id":331,"kind":1024,"name":"rotation","url":"interfaces/FaceResult.html#rotation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceResult"},{"id":332,"kind":65536,"name":"__type","url":"interfaces/FaceResult.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"FaceResult"},{"id":333,"kind":1024,"name":"angle","url":"interfaces/FaceResult.html#__type.angle","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"FaceResult.__type"},{"id":334,"kind":65536,"name":"__type","url":"interfaces/FaceResult.html#__type.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"FaceResult.__type"},{"id":335,"kind":1024,"name":"roll","url":"interfaces/FaceResult.html#__type.__type-1.roll","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"FaceResult.__type.__type"},{"id":336,"kind":1024,"name":"yaw","url":"interfaces/FaceResult.html#__type.__type-1.yaw","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"FaceResult.__type.__type"},{"id":337,"kind":1024,"name":"pitch","url":"interfaces/FaceResult.html#__type.__type-1.pitch","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"FaceResult.__type.__type"},{"id":338,"kind":1024,"name":"matrix","url":"interfaces/FaceResult.html#__type.matrix","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"FaceResult.__type"},{"id":339,"kind":1024,"name":"gaze","url":"interfaces/FaceResult.html#__type.gaze","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"FaceResult.__type"},{"id":340,"kind":65536,"name":"__type","url":"interfaces/FaceResult.html#__type.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"FaceResult.__type"},{"id":341,"kind":1024,"name":"bearing","url":"interfaces/FaceResult.html#__type.__type-2.bearing","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"FaceResult.__type.__type"},{"id":342,"kind":1024,"name":"strength","url":"interfaces/FaceResult.html#__type.__type-2.strength","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"FaceResult.__type.__type"},{"id":343,"kind":1024,"name":"tensor","url":"interfaces/FaceResult.html#tensor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceResult"},{"id":344,"kind":256,"name":"BodyKeypoint","url":"interfaces/BodyKeypoint.html","classes":"tsd-kind-interface"},{"id":345,"kind":1024,"name":"part","url":"interfaces/BodyKeypoint.html#part","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BodyKeypoint"},{"id":346,"kind":1024,"name":"position","url":"interfaces/BodyKeypoint.html#position","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BodyKeypoint"},{"id":347,"kind":1024,"name":"positionRaw","url":"interfaces/BodyKeypoint.html#positionRaw","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BodyKeypoint"},{"id":348,"kind":1024,"name":"score","url":"interfaces/BodyKeypoint.html#score","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BodyKeypoint"},{"id":349,"kind":256,"name":"BodyResult","url":"interfaces/BodyResult.html","classes":"tsd-kind-interface"},{"id":350,"kind":1024,"name":"id","url":"interfaces/BodyResult.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BodyResult"},{"id":351,"kind":1024,"name":"score","url":"interfaces/BodyResult.html#score","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BodyResult"},{"id":352,"kind":1024,"name":"box","url":"interfaces/BodyResult.html#box","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BodyResult"},{"id":353,"kind":1024,"name":"boxRaw","url":"interfaces/BodyResult.html#boxRaw","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BodyResult"},{"id":354,"kind":1024,"name":"keypoints","url":"interfaces/BodyResult.html#keypoints","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BodyResult"},{"id":355,"kind":1024,"name":"annotations","url":"interfaces/BodyResult.html#annotations","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BodyResult"},{"id":356,"kind":256,"name":"HandResult","url":"interfaces/HandResult.html","classes":"tsd-kind-interface"},{"id":357,"kind":1024,"name":"id","url":"interfaces/HandResult.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HandResult"},{"id":358,"kind":1024,"name":"score","url":"interfaces/HandResult.html#score","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HandResult"},{"id":359,"kind":1024,"name":"boxScore","url":"interfaces/HandResult.html#boxScore","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HandResult"},{"id":360,"kind":1024,"name":"fingerScore","url":"interfaces/HandResult.html#fingerScore","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HandResult"},{"id":361,"kind":1024,"name":"box","url":"interfaces/HandResult.html#box","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HandResult"},{"id":362,"kind":1024,"name":"boxRaw","url":"interfaces/HandResult.html#boxRaw","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HandResult"},{"id":363,"kind":1024,"name":"keypoints","url":"interfaces/HandResult.html#keypoints","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HandResult"},{"id":364,"kind":1024,"name":"label","url":"interfaces/HandResult.html#label","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HandResult"},{"id":365,"kind":1024,"name":"annotations","url":"interfaces/HandResult.html#annotations","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HandResult"},{"id":366,"kind":1024,"name":"landmarks","url":"interfaces/HandResult.html#landmarks","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HandResult"},{"id":367,"kind":256,"name":"ObjectResult","url":"interfaces/ObjectResult.html","classes":"tsd-kind-interface"},{"id":368,"kind":1024,"name":"id","url":"interfaces/ObjectResult.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ObjectResult"},{"id":369,"kind":1024,"name":"score","url":"interfaces/ObjectResult.html#score","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ObjectResult"},{"id":370,"kind":1024,"name":"class","url":"interfaces/ObjectResult.html#class","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ObjectResult"},{"id":371,"kind":1024,"name":"label","url":"interfaces/ObjectResult.html#label","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ObjectResult"},{"id":372,"kind":1024,"name":"box","url":"interfaces/ObjectResult.html#box","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ObjectResult"},{"id":373,"kind":1024,"name":"boxRaw","url":"interfaces/ObjectResult.html#boxRaw","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ObjectResult"},{"id":374,"kind":4194304,"name":"GestureResult","url":"index.html#GestureResult","classes":"tsd-kind-type-alias"},{"id":375,"kind":256,"name":"PersonResult","url":"interfaces/PersonResult.html","classes":"tsd-kind-interface"},{"id":376,"kind":1024,"name":"id","url":"interfaces/PersonResult.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PersonResult"},{"id":377,"kind":1024,"name":"face","url":"interfaces/PersonResult.html#face","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PersonResult"},{"id":378,"kind":1024,"name":"body","url":"interfaces/PersonResult.html#body","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PersonResult"},{"id":379,"kind":1024,"name":"hands","url":"interfaces/PersonResult.html#hands","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PersonResult"},{"id":380,"kind":65536,"name":"__type","url":"interfaces/PersonResult.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"PersonResult"},{"id":381,"kind":1024,"name":"left","url":"interfaces/PersonResult.html#__type.left","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"PersonResult.__type"},{"id":382,"kind":1024,"name":"right","url":"interfaces/PersonResult.html#__type.right","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"PersonResult.__type"},{"id":383,"kind":1024,"name":"gestures","url":"interfaces/PersonResult.html#gestures","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PersonResult"},{"id":384,"kind":1024,"name":"box","url":"interfaces/PersonResult.html#box","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PersonResult"},{"id":385,"kind":1024,"name":"boxRaw","url":"interfaces/PersonResult.html#boxRaw","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PersonResult"},{"id":386,"kind":256,"name":"Result","url":"interfaces/Result.html","classes":"tsd-kind-interface"},{"id":387,"kind":1024,"name":"face","url":"interfaces/Result.html#face","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Result"},{"id":388,"kind":1024,"name":"body","url":"interfaces/Result.html#body","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Result"},{"id":389,"kind":1024,"name":"hand","url":"interfaces/Result.html#hand","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Result"},{"id":390,"kind":1024,"name":"gesture","url":"interfaces/Result.html#gesture","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Result"},{"id":391,"kind":1024,"name":"object","url":"interfaces/Result.html#object","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Result"},{"id":392,"kind":1024,"name":"performance","url":"interfaces/Result.html#performance","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Result"},{"id":393,"kind":1024,"name":"canvas","url":"interfaces/Result.html#canvas","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Result"},{"id":394,"kind":1024,"name":"timestamp","url":"interfaces/Result.html#timestamp","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Result"},{"id":395,"kind":1024,"name":"persons","url":"interfaces/Result.html#persons","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Result"}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,55.785]],["parent/0",[]],["name/1",[1,47.312]],["parent/1",[]],["name/2",[2,26.698]],["parent/2",[1,4.478]],["name/3",[1,47.312]],["parent/3",[3,5.281]],["name/4",[4,24.724]],["parent/4",[]],["name/5",[5,44.799]],["parent/5",[4,2.34]],["name/6",[6,47.312]],["parent/6",[4,2.34]],["name/7",[7,31.217]],["parent/7",[4,2.34]],["name/8",[8,35.416]],["parent/8",[4,2.34]],["name/9",[9,55.785]],["parent/9",[4,2.34]],["name/10",[10,55.785]],["parent/10",[4,2.34]],["name/11",[2,26.698]],["parent/11",[4,2.34]],["name/12",[11,25.995]],["parent/12",[12,2.853]],["name/13",[13,44.799]],["parent/13",[12,2.853]],["name/14",[14,25.662]],["parent/14",[4,2.34]],["name/15",[15,55.785]],["parent/15",[4,2.34]],["name/16",[2,26.698]],["parent/16",[4,2.34]],["name/17",[13,44.799]],["parent/17",[12,2.853]],["name/18",[2,26.698]],["parent/18",[12,2.853]],["name/19",[16,44.799]],["parent/19",[12,2.853]],["name/20",[2,26.698]],["parent/20",[12,2.853]],["name/21",[17,44.799]],["parent/21",[12,2.853]],["name/22",[2,26.698]],["parent/22",[12,2.853]],["name/23",[18,47.312]],["parent/23",[12,2.853]],["name/24",[2,26.698]],["parent/24",[12,2.853]],["name/25",[19,47.312]],["parent/25",[12,2.853]],["name/26",[2,26.698]],["parent/26",[12,2.853]],["name/27",[20,47.312]],["parent/27",[12,2.853]],["name/28",[2,26.698]],["parent/28",[12,2.853]],["name/29",[21,55.785]],["parent/29",[12,2.853]],["name/30",[2,26.698]],["parent/30",[12,2.853]],["name/31",[22,55.785]],["parent/31",[12,2.853]],["name/32",[2,26.698]],["parent/32",[12,2.853]],["name/33",[23,55.785]],["parent/33",[12,2.853]],["name/34",[24,50.676]],["parent/34",[4,2.34]],["name/35",[25,55.785]],["parent/35",[4,2.34]],["name/36",[26,55.785]],["parent/36",[4,2.34]],["name/37",[27,50.676]],["parent/37",[4,2.34]],["name/38",[28,55.785]],["parent/38",[4,2.34]],["name/39",[29,55.785]],["parent/39",[4,2.34]],["name/40",[30,55.785]],["parent/40",[4,2.34]],["name/41",[31,55.785]],["parent/41",[4,2.34]],["name/42",[2,26.698]],["parent/42",[4,2.34]],["name/43",[32,55.785]],["parent/43",[4,2.34]],["name/44",[2,26.698]],["parent/44",[4,2.34]],["name/45",[33,55.785]],["parent/45",[4,2.34]],["name/46",[2,26.698]],["parent/46",[4,2.34]],["name/47",[34,55.785]],["parent/47",[4,2.34]],["name/48",[35,50.676]],["parent/48",[4,2.34]],["name/49",[36,47.312]],["parent/49",[4,2.34]],["name/50",[37,55.785]],["parent/50",[4,2.34]],["name/51",[38,55.785]],["parent/51",[4,2.34]],["name/52",[39,55.785]],["parent/52",[4,2.34]],["name/53",[40,55.785]],["parent/53",[4,2.34]],["name/54",[41,50.676]],["parent/54",[4,2.34]],["name/55",[42,55.785]],["parent/55",[4,2.34]],["name/56",[43,55.785]],["parent/56",[]],["name/57",[11,25.995]],["parent/57",[]],["name/58",[5,44.799]],["parent/58",[11,2.461]],["name/59",[44,41.121]],["parent/59",[11,2.461]],["name/60",[45,55.785]],["parent/60",[11,2.461]],["name/61",[46,55.785]],["parent/61",[11,2.461]],["name/62",[47,55.785]],["parent/62",[11,2.461]],["name/63",[48,55.785]],["parent/63",[11,2.461]],["name/64",[49,55.785]],["parent/64",[11,2.461]],["name/65",[50,55.785]],["parent/65",[11,2.461]],["name/66",[51,55.785]],["parent/66",[11,2.461]],["name/67",[52,55.785]],["parent/67",[11,2.461]],["name/68",[53,55.785]],["parent/68",[11,2.461]],["name/69",[54,55.785]],["parent/69",[11,2.461]],["name/70",[55,55.785]],["parent/70",[11,2.461]],["name/71",[56,55.785]],["parent/71",[11,2.461]],["name/72",[57,55.785]],["parent/72",[11,2.461]],["name/73",[58,55.785]],["parent/73",[11,2.461]],["name/74",[59,55.785]],["parent/74",[11,2.461]],["name/75",[60,55.785]],["parent/75",[11,2.461]],["name/76",[61,55.785]],["parent/76",[11,2.461]],["name/77",[62,55.785]],["parent/77",[11,2.461]],["name/78",[63,55.785]],["parent/78",[11,2.461]],["name/79",[64,55.785]],["parent/79",[11,2.461]],["name/80",[65,55.785]],["parent/80",[11,2.461]],["name/81",[66,55.785]],["parent/81",[11,2.461]],["name/82",[67,55.785]],["parent/82",[11,2.461]],["name/83",[11,25.995]],["parent/83",[]],["name/84",[68,50.676]],["parent/84",[]],["name/85",[2,26.698]],["parent/85",[68,4.797]],["name/86",[69,55.785]],["parent/86",[70,2.955]],["name/87",[71,55.785]],["parent/87",[70,2.955]],["name/88",[72,55.785]],["parent/88",[70,2.955]],["name/89",[73,55.785]],["parent/89",[70,2.955]],["name/90",[74,55.785]],["parent/90",[70,2.955]],["name/91",[75,55.785]],["parent/91",[70,2.955]],["name/92",[76,55.785]],["parent/92",[70,2.955]],["name/93",[77,55.785]],["parent/93",[70,2.955]],["name/94",[78,55.785]],["parent/94",[70,2.955]],["name/95",[79,55.785]],["parent/95",[70,2.955]],["name/96",[80,55.785]],["parent/96",[70,2.955]],["name/97",[81,55.785]],["parent/97",[70,2.955]],["name/98",[82,55.785]],["parent/98",[70,2.955]],["name/99",[83,55.785]],["parent/99",[70,2.955]],["name/100",[84,55.785]],["parent/100",[70,2.955]],["name/101",[85,55.785]],["parent/101",[70,2.955]],["name/102",[86,55.785]],["parent/102",[70,2.955]],["name/103",[87,55.785]],["parent/103",[]],["name/104",[88,41.121]],["parent/104",[]],["name/105",[89,55.785]],["parent/105",[]],["name/106",[90,28.269]],["parent/106",[]],["name/107",[5,44.799]],["parent/107",[90,2.676]],["name/108",[91,50.676]],["parent/108",[90,2.676]],["name/109",[92,55.785]],["parent/109",[90,2.676]],["name/110",[93,55.785]],["parent/110",[90,2.676]],["name/111",[94,55.785]],["parent/111",[90,2.676]],["name/112",[95,55.785]],["parent/112",[90,2.676]],["name/113",[96,55.785]],["parent/113",[90,2.676]],["name/114",[97,50.676]],["parent/114",[90,2.676]],["name/115",[98,47.312]],["parent/115",[90,2.676]],["name/116",[99,55.785]],["parent/116",[90,2.676]],["name/117",[100,55.785]],["parent/117",[90,2.676]],["name/118",[101,55.785]],["parent/118",[90,2.676]],["name/119",[102,55.785]],["parent/119",[90,2.676]],["name/120",[103,50.676]],["parent/120",[90,2.676]],["name/121",[104,55.785]],["parent/121",[90,2.676]],["name/122",[105,55.785]],["parent/122",[90,2.676]],["name/123",[106,55.785]],["parent/123",[90,2.676]],["name/124",[107,55.785]],["parent/124",[90,2.676]],["name/125",[108,55.785]],["parent/125",[90,2.676]],["name/126",[109,55.785]],["parent/126",[90,2.676]],["name/127",[36,47.312]],["parent/127",[90,2.676]],["name/128",[110,50.676]],["parent/128",[90,2.676]],["name/129",[14,25.662]],["parent/129",[]],["name/130",[5,44.799]],["parent/130",[14,2.429]],["name/131",[111,55.785]],["parent/131",[14,2.429]],["name/132",[112,55.785]],["parent/132",[14,2.429]],["name/133",[113,55.785]],["parent/133",[14,2.429]],["name/134",[114,55.785]],["parent/134",[14,2.429]],["name/135",[115,55.785]],["parent/135",[14,2.429]],["name/136",[116,55.785]],["parent/136",[14,2.429]],["name/137",[117,55.785]],["parent/137",[14,2.429]],["name/138",[118,50.676]],["parent/138",[14,2.429]],["name/139",[119,55.785]],["parent/139",[14,2.429]],["name/140",[2,26.698]],["parent/140",[14,2.429]],["name/141",[6,47.312]],["parent/141",[120,3.133]],["name/142",[121,55.785]],["parent/142",[14,2.429]],["name/143",[122,55.785]],["parent/143",[14,2.429]],["name/144",[123,55.785]],["parent/144",[14,2.429]],["name/145",[2,26.698]],["parent/145",[14,2.429]],["name/146",[124,47.312]],["parent/146",[120,3.133]],["name/147",[125,44.799]],["parent/147",[120,3.133]],["name/148",[126,55.785]],["parent/148",[120,3.133]],["name/149",[127,55.785]],["parent/149",[120,3.133]],["name/150",[128,55.785]],["parent/150",[14,2.429]],["name/151",[2,26.698]],["parent/151",[14,2.429]],["name/152",[124,47.312]],["parent/152",[120,3.133]],["name/153",[125,44.799]],["parent/153",[120,3.133]],["name/154",[6,47.312]],["parent/154",[120,3.133]],["name/155",[129,55.785]],["parent/155",[120,3.133]],["name/156",[130,55.785]],["parent/156",[14,2.429]],["name/157",[2,26.698]],["parent/157",[14,2.429]],["name/158",[124,47.312]],["parent/158",[120,3.133]],["name/159",[125,44.799]],["parent/159",[120,3.133]],["name/160",[131,55.785]],["parent/160",[120,3.133]],["name/161",[132,55.785]],["parent/161",[14,2.429]],["name/162",[2,26.698]],["parent/162",[14,2.429]],["name/163",[133,55.785]],["parent/163",[120,3.133]],["name/164",[134,55.785]],["parent/164",[120,3.133]],["name/165",[135,55.785]],["parent/165",[14,2.429]],["name/166",[13,44.799]],["parent/166",[14,2.429]],["name/167",[35,50.676]],["parent/167",[14,2.429]],["name/168",[136,55.785]],["parent/168",[14,2.429]],["name/169",[137,55.785]],["parent/169",[14,2.429]],["name/170",[138,55.785]],["parent/170",[14,2.429]],["name/171",[139,55.785]],["parent/171",[]],["name/172",[140,55.785]],["parent/172",[]],["name/173",[141,55.785]],["parent/173",[]],["name/174",[142,55.785]],["parent/174",[]],["name/175",[14,25.662]],["parent/175",[]],["name/176",[24,50.676]],["parent/176",[]],["name/177",[143,55.785]],["parent/177",[]],["name/178",[144,55.785]],["parent/178",[]],["name/179",[145,55.785]],["parent/179",[]],["name/180",[146,55.785]],["parent/180",[]],["name/181",[147,55.785]],["parent/181",[]],["name/182",[148,55.785]],["parent/182",[]],["name/183",[149,42.792]],["parent/183",[]],["name/184",[150,33.098]],["parent/184",[149,4.051]],["name/185",[151,32.431]],["parent/185",[149,4.051]],["name/186",[152,34.582]],["parent/186",[149,4.051]],["name/187",[153,34.582]],["parent/187",[149,4.051]],["name/188",[154,36.326]],["parent/188",[]],["name/189",[155,47.312]],["parent/189",[154,3.439]],["name/190",[156,44.799]],["parent/190",[154,3.439]],["name/191",[157,41.121]],["parent/191",[154,3.439]],["name/192",[158,47.312]],["parent/192",[154,3.439]],["name/193",[159,50.676]],["parent/193",[154,3.439]],["name/194",[150,33.098]],["parent/194",[154,3.439]],["name/195",[151,32.431]],["parent/195",[154,3.439]],["name/196",[152,34.582]],["parent/196",[154,3.439]],["name/197",[153,34.582]],["parent/197",[154,3.439]],["name/198",[160,42.792]],["parent/198",[]],["name/199",[150,33.098]],["parent/199",[160,4.051]],["name/200",[151,32.431]],["parent/200",[160,4.051]],["name/201",[152,34.582]],["parent/201",[160,4.051]],["name/202",[153,34.582]],["parent/202",[160,4.051]],["name/203",[161,42.792]],["parent/203",[]],["name/204",[150,33.098]],["parent/204",[161,4.051]],["name/205",[151,32.431]],["parent/205",[161,4.051]],["name/206",[152,34.582]],["parent/206",[161,4.051]],["name/207",[153,34.582]],["parent/207",[161,4.051]],["name/208",[162,41.121]],["parent/208",[]],["name/209",[157,41.121]],["parent/209",[162,3.892]],["name/210",[150,33.098]],["parent/210",[162,3.892]],["name/211",[151,32.431]],["parent/211",[162,3.892]],["name/212",[152,34.582]],["parent/212",[162,3.892]],["name/213",[153,34.582]],["parent/213",[162,3.892]],["name/214",[163,41.121]],["parent/214",[]],["name/215",[157,41.121]],["parent/215",[163,3.892]],["name/216",[150,33.098]],["parent/216",[163,3.892]],["name/217",[151,32.431]],["parent/217",[163,3.892]],["name/218",[152,34.582]],["parent/218",[163,3.892]],["name/219",[153,34.582]],["parent/219",[163,3.892]],["name/220",[164,42.792]],["parent/220",[]],["name/221",[150,33.098]],["parent/221",[164,4.051]],["name/222",[151,32.431]],["parent/222",[164,4.051]],["name/223",[152,34.582]],["parent/223",[164,4.051]],["name/224",[153,34.582]],["parent/224",[164,4.051]],["name/225",[165,35.416]],["parent/225",[]],["name/226",[166,47.312]],["parent/226",[165,3.352]],["name/227",[167,50.676]],["parent/227",[165,3.352]],["name/228",[168,50.676]],["parent/228",[165,3.352]],["name/229",[169,55.785]],["parent/229",[165,3.352]],["name/230",[98,47.312]],["parent/230",[165,3.352]],["name/231",[110,50.676]],["parent/231",[165,3.352]],["name/232",[150,33.098]],["parent/232",[165,3.352]],["name/233",[151,32.431]],["parent/233",[165,3.352]],["name/234",[152,34.582]],["parent/234",[165,3.352]],["name/235",[153,34.582]],["parent/235",[165,3.352]],["name/236",[170,37.326]],["parent/236",[]],["name/237",[156,44.799]],["parent/237",[170,3.533]],["name/238",[157,41.121]],["parent/238",[170,3.533]],["name/239",[166,47.312]],["parent/239",[170,3.533]],["name/240",[2,26.698]],["parent/240",[170,3.533]],["name/241",[151,32.431]],["parent/241",[171,5.281]],["name/242",[150,33.098]],["parent/242",[170,3.533]],["name/243",[151,32.431]],["parent/243",[170,3.533]],["name/244",[152,34.582]],["parent/244",[170,3.533]],["name/245",[153,34.582]],["parent/245",[170,3.533]],["name/246",[172,33.098]],["parent/246",[]],["name/247",[155,47.312]],["parent/247",[172,3.133]],["name/248",[157,41.121]],["parent/248",[172,3.133]],["name/249",[158,47.312]],["parent/249",[172,3.133]],["name/250",[156,44.799]],["parent/250",[172,3.133]],["name/251",[173,50.676]],["parent/251",[172,3.133]],["name/252",[166,47.312]],["parent/252",[172,3.133]],["name/253",[2,26.698]],["parent/253",[172,3.133]],["name/254",[151,32.431]],["parent/254",[174,4.797]],["name/255",[175,55.785]],["parent/255",[172,3.133]],["name/256",[2,26.698]],["parent/256",[172,3.133]],["name/257",[151,32.431]],["parent/257",[174,4.797]],["name/258",[150,33.098]],["parent/258",[172,3.133]],["name/259",[151,32.431]],["parent/259",[172,3.133]],["name/260",[152,34.582]],["parent/260",[172,3.133]],["name/261",[153,34.582]],["parent/261",[172,3.133]],["name/262",[176,38.439]],["parent/262",[]],["name/263",[157,41.121]],["parent/263",[176,3.639]],["name/264",[158,47.312]],["parent/264",[176,3.639]],["name/265",[156,44.799]],["parent/265",[176,3.639]],["name/266",[150,33.098]],["parent/266",[176,3.639]],["name/267",[151,32.431]],["parent/267",[176,3.639]],["name/268",[152,34.582]],["parent/268",[176,3.639]],["name/269",[153,34.582]],["parent/269",[176,3.639]],["name/270",[177,41.121]],["parent/270",[]],["name/271",[178,50.676]],["parent/271",[177,3.892]],["name/272",[150,33.098]],["parent/272",[177,3.892]],["name/273",[151,32.431]],["parent/273",[177,3.892]],["name/274",[152,34.582]],["parent/274",[177,3.892]],["name/275",[153,34.582]],["parent/275",[177,3.892]],["name/276",[179,30.135]],["parent/276",[]],["name/277",[150,33.098]],["parent/277",[179,2.853]],["name/278",[180,55.785]],["parent/278",[179,2.853]],["name/279",[181,55.785]],["parent/279",[179,2.853]],["name/280",[159,50.676]],["parent/280",[179,2.853]],["name/281",[182,55.785]],["parent/281",[179,2.853]],["name/282",[183,55.785]],["parent/282",[179,2.853]],["name/283",[184,55.785]],["parent/283",[179,2.853]],["name/284",[185,55.785]],["parent/284",[179,2.853]],["name/285",[178,50.676]],["parent/285",[179,2.853]],["name/286",[186,55.785]],["parent/286",[179,2.853]],["name/287",[187,55.785]],["parent/287",[179,2.853]],["name/288",[188,55.785]],["parent/288",[179,2.853]],["name/289",[189,55.785]],["parent/289",[179,2.853]],["name/290",[190,55.785]],["parent/290",[179,2.853]],["name/291",[191,55.785]],["parent/291",[179,2.853]],["name/292",[192,55.785]],["parent/292",[179,2.853]],["name/293",[193,55.785]],["parent/293",[179,2.853]],["name/294",[194,55.785]],["parent/294",[179,2.853]],["name/295",[195,50.676]],["parent/295",[]],["name/296",[150,33.098]],["parent/296",[195,4.797]],["name/297",[7,31.217]],["parent/297",[]],["name/298",[125,44.799]],["parent/298",[7,2.955]],["name/299",[196,55.785]],["parent/299",[7,2.955]],["name/300",[197,55.785]],["parent/300",[7,2.955]],["name/301",[198,55.785]],["parent/301",[7,2.955]],["name/302",[41,50.676]],["parent/302",[7,2.955]],["name/303",[199,55.785]],["parent/303",[7,2.955]],["name/304",[200,55.785]],["parent/304",[7,2.955]],["name/305",[201,55.785]],["parent/305",[7,2.955]],["name/306",[118,50.676]],["parent/306",[7,2.955]],["name/307",[19,47.312]],["parent/307",[7,2.955]],["name/308",[16,44.799]],["parent/308",[7,2.955]],["name/309",[17,44.799]],["parent/309",[7,2.955]],["name/310",[18,47.312]],["parent/310",[7,2.955]],["name/311",[20,47.312]],["parent/311",[7,2.955]],["name/312",[36,47.312]],["parent/312",[7,2.955]],["name/313",[202,55.785]],["parent/313",[]],["name/314",[203,29.635]],["parent/314",[]],["name/315",[44,41.121]],["parent/315",[203,2.805]],["name/316",[204,42.792]],["parent/316",[203,2.805]],["name/317",[205,50.676]],["parent/317",[203,2.805]],["name/318",[206,55.785]],["parent/318",[203,2.805]],["name/319",[88,41.121]],["parent/319",[203,2.805]],["name/320",[207,42.792]],["parent/320",[203,2.805]],["name/321",[167,50.676]],["parent/321",[203,2.805]],["name/322",[208,55.785]],["parent/322",[203,2.805]],["name/323",[209,47.312]],["parent/323",[203,2.805]],["name/324",[91,50.676]],["parent/324",[203,2.805]],["name/325",[103,50.676]],["parent/325",[203,2.805]],["name/326",[210,55.785]],["parent/326",[203,2.805]],["name/327",[98,47.312]],["parent/327",[203,2.805]],["name/328",[97,50.676]],["parent/328",[203,2.805]],["name/329",[168,50.676]],["parent/329",[203,2.805]],["name/330",[211,55.785]],["parent/330",[203,2.805]],["name/331",[155,47.312]],["parent/331",[203,2.805]],["name/332",[2,26.698]],["parent/332",[203,2.805]],["name/333",[212,55.785]],["parent/333",[213,4.051]],["name/334",[2,26.698]],["parent/334",[213,4.051]],["name/335",[214,55.785]],["parent/335",[215,4.051]],["name/336",[216,55.785]],["parent/336",[215,4.051]],["name/337",[217,55.785]],["parent/337",[215,4.051]],["name/338",[218,55.785]],["parent/338",[213,4.051]],["name/339",[219,55.785]],["parent/339",[213,4.051]],["name/340",[2,26.698]],["parent/340",[213,4.051]],["name/341",[220,55.785]],["parent/341",[215,4.051]],["name/342",[221,55.785]],["parent/342",[215,4.051]],["name/343",[11,25.995]],["parent/343",[203,2.805]],["name/344",[222,42.792]],["parent/344",[]],["name/345",[223,55.785]],["parent/345",[222,4.051]],["name/346",[224,55.785]],["parent/346",[222,4.051]],["name/347",[225,55.785]],["parent/347",[222,4.051]],["name/348",[204,42.792]],["parent/348",[222,4.051]],["name/349",[226,39.69]],["parent/349",[]],["name/350",[44,41.121]],["parent/350",[226,3.757]],["name/351",[204,42.792]],["parent/351",[226,3.757]],["name/352",[88,41.121]],["parent/352",[226,3.757]],["name/353",[207,42.792]],["parent/353",[226,3.757]],["name/354",[227,50.676]],["parent/354",[226,3.757]],["name/355",[209,47.312]],["parent/355",[226,3.757]],["name/356",[228,35.416]],["parent/356",[]],["name/357",[44,41.121]],["parent/357",[228,3.352]],["name/358",[204,42.792]],["parent/358",[228,3.352]],["name/359",[205,50.676]],["parent/359",[228,3.352]],["name/360",[229,55.785]],["parent/360",[228,3.352]],["name/361",[88,41.121]],["parent/361",[228,3.352]],["name/362",[207,42.792]],["parent/362",[228,3.352]],["name/363",[227,50.676]],["parent/363",[228,3.352]],["name/364",[230,50.676]],["parent/364",[228,3.352]],["name/365",[209,47.312]],["parent/365",[228,3.352]],["name/366",[173,50.676]],["parent/366",[228,3.352]],["name/367",[231,39.69]],["parent/367",[]],["name/368",[44,41.121]],["parent/368",[231,3.757]],["name/369",[204,42.792]],["parent/369",[231,3.757]],["name/370",[232,55.785]],["parent/370",[231,3.757]],["name/371",[230,50.676]],["parent/371",[231,3.757]],["name/372",[88,41.121]],["parent/372",[231,3.757]],["name/373",[207,42.792]],["parent/373",[231,3.757]],["name/374",[233,55.785]],["parent/374",[]],["name/375",[234,37.326]],["parent/375",[]],["name/376",[44,41.121]],["parent/376",[234,3.533]],["name/377",[16,44.799]],["parent/377",[234,3.533]],["name/378",[17,44.799]],["parent/378",[234,3.533]],["name/379",[235,55.785]],["parent/379",[234,3.533]],["name/380",[2,26.698]],["parent/380",[234,3.533]],["name/381",[236,55.785]],["parent/381",[237,4.797]],["name/382",[238,55.785]],["parent/382",[237,4.797]],["name/383",[239,55.785]],["parent/383",[234,3.533]],["name/384",[88,41.121]],["parent/384",[234,3.533]],["name/385",[207,42.792]],["parent/385",[234,3.533]],["name/386",[8,35.416]],["parent/386",[]],["name/387",[16,44.799]],["parent/387",[8,3.352]],["name/388",[17,44.799]],["parent/388",[8,3.352]],["name/389",[18,47.312]],["parent/389",[8,3.352]],["name/390",[19,47.312]],["parent/390",[8,3.352]],["name/391",[20,47.312]],["parent/391",[8,3.352]],["name/392",[27,50.676]],["parent/392",[8,3.352]],["name/393",[13,44.799]],["parent/393",[8,3.352]],["name/394",[240,55.785]],["parent/394",[8,3.352]],["name/395",[241,55.785]],["parent/395",[8,3.352]]],"invertedIndex":[["__type",{"_index":2,"name":{"2":{},"11":{},"16":{},"18":{},"20":{},"22":{},"24":{},"26":{},"28":{},"30":{},"32":{},"42":{},"44":{},"46":{},"85":{},"140":{},"145":{},"151":{},"157":{},"162":{},"240":{},"253":{},"256":{},"332":{},"334":{},"340":{},"380":{}},"parent":{}}],["adapter",{"_index":131,"name":{"160":{}},"parent":{}}],["age",{"_index":91,"name":{"108":{},"324":{}},"parent":{}}],["agegenderrace",{"_index":92,"name":{"109":{}},"parent":{}}],["agent",{"_index":115,"name":{"135":{}},"parent":{}}],["all",{"_index":22,"name":{"31":{}},"parent":{}}],["angle",{"_index":212,"name":{"333":{}},"parent":{}}],["annotations",{"_index":209,"name":{"323":{},"355":{},"365":{}},"parent":{}}],["antispoof",{"_index":110,"name":{"128":{},"231":{}},"parent":{}}],["anycanvas",{"_index":143,"name":{"177":{}},"parent":{}}],["anyimage",{"_index":144,"name":{"178":{}},"parent":{}}],["anyvideo",{"_index":145,"name":{"179":{}},"parent":{}}],["array",{"_index":56,"name":{"71":{}},"parent":{}}],["arraysync",{"_index":57,"name":{"72":{}},"parent":{}}],["async",{"_index":198,"name":{"301":{}},"parent":{}}],["backend",{"_index":125,"name":{"147":{},"153":{},"159":{},"298":{}},"parent":{}}],["backends",{"_index":116,"name":{"136":{}},"parent":{}}],["bearing",{"_index":220,"name":{"341":{}},"parent":{}}],["blazepose",{"_index":94,"name":{"111":{}},"parent":{}}],["blazeposedetect",{"_index":93,"name":{"110":{}},"parent":{}}],["blur",{"_index":178,"name":{"271":{},"285":{}},"parent":{}}],["body",{"_index":17,"name":{"21":{},"309":{},"378":{},"388":{}},"parent":{}}],["bodyconfig",{"_index":170,"name":{"236":{}},"parent":{"237":{},"238":{},"239":{},"240":{},"242":{},"243":{},"244":{},"245":{}}}],["bodyconfig.__type",{"_index":171,"name":{},"parent":{"241":{}}}],["bodygesture",{"_index":140,"name":{"172":{}},"parent":{}}],["bodykeypoint",{"_index":222,"name":{"344":{}},"parent":{"345":{},"346":{},"347":{},"348":{}}}],["bodyresult",{"_index":226,"name":{"349":{}},"parent":{"350":{},"351":{},"352":{},"353":{},"354":{},"355":{}}}],["box",{"_index":88,"name":{"104":{},"319":{},"352":{},"361":{},"372":{},"384":{}},"parent":{}}],["boxraw",{"_index":207,"name":{"320":{},"353":{},"362":{},"373":{},"385":{}},"parent":{}}],["boxscore",{"_index":205,"name":{"317":{},"359":{}},"parent":{}}],["brightness",{"_index":183,"name":{"282":{}},"parent":{}}],["browser",{"_index":111,"name":{"131":{}},"parent":{}}],["buffer",{"_index":54,"name":{"69":{}},"parent":{}}],["buffersync",{"_index":55,"name":{"70":{}},"parent":{}}],["bytes",{"_index":60,"name":{"75":{}},"parent":{}}],["cachesensitivity",{"_index":200,"name":{"304":{}},"parent":{}}],["canvas",{"_index":13,"name":{"13":{},"17":{},"166":{},"393":{}},"parent":{}}],["centernet",{"_index":95,"name":{"112":{}},"parent":{}}],["class",{"_index":232,"name":{"370":{}},"parent":{}}],["clone",{"_index":65,"name":{"80":{}},"parent":{}}],["color",{"_index":69,"name":{"86":{}},"parent":{}}],["config",{"_index":7,"name":{"7":{},"297":{}},"parent":{"298":{},"299":{},"300":{},"301":{},"302":{},"303":{},"304":{},"305":{},"306":{},"307":{},"308":{},"309":{},"310":{},"311":{},"312":{}}}],["constructor",{"_index":5,"name":{"5":{},"58":{},"107":{},"130":{}},"parent":{}}],["contrast",{"_index":184,"name":{"283":{}},"parent":{}}],["cpu",{"_index":132,"name":{"161":{}},"parent":{}}],["data",{"_index":58,"name":{"73":{}},"parent":{}}],["dataid",{"_index":45,"name":{"60":{}},"parent":{}}],["datasync",{"_index":59,"name":{"74":{}},"parent":{}}],["debug",{"_index":197,"name":{"300":{}},"parent":{}}],["default",{"_index":43,"name":{"56":{}},"parent":{}}],["defaults",{"_index":202,"name":{"313":{}},"parent":{}}],["description",{"_index":169,"name":{"229":{}},"parent":{}}],["descriptor",{"_index":87,"name":{"103":{}},"parent":{}}],["detect",{"_index":42,"name":{"55":{}},"parent":{}}],["detector",{"_index":166,"name":{"226":{},"239":{},"252":{}},"parent":{}}],["dispose",{"_index":61,"name":{"76":{}},"parent":{}}],["distance",{"_index":32,"name":{"43":{}},"parent":{}}],["draw",{"_index":15,"name":{"15":{}},"parent":{}}],["drawboxes",{"_index":81,"name":{"97":{}},"parent":{}}],["drawgaze",{"_index":83,"name":{"99":{}},"parent":{}}],["drawgestures",{"_index":80,"name":{"96":{}},"parent":{}}],["drawlabels",{"_index":79,"name":{"95":{}},"parent":{}}],["drawoptions",{"_index":68,"name":{"84":{}},"parent":{"85":{}}}],["drawoptions.__type",{"_index":70,"name":{},"parent":{"86":{},"87":{},"88":{},"89":{},"90":{},"91":{},"92":{},"93":{},"94":{},"95":{},"96":{},"97":{},"98":{},"99":{},"100":{},"101":{},"102":{}}}],["drawpoints",{"_index":78,"name":{"94":{}},"parent":{}}],["drawpolygons",{"_index":82,"name":{"98":{}},"parent":{}}],["dtype",{"_index":48,"name":{"63":{}},"parent":{}}],["efficientpose",{"_index":96,"name":{"113":{}},"parent":{}}],["embedding",{"_index":97,"name":{"114":{},"328":{}},"parent":{}}],["emotion",{"_index":98,"name":{"115":{},"230":{},"327":{}},"parent":{}}],["enabled",{"_index":150,"name":{"184":{},"194":{},"199":{},"204":{},"210":{},"216":{},"221":{},"232":{},"242":{},"258":{},"266":{},"272":{},"277":{},"296":{}},"parent":{}}],["enhance",{"_index":37,"name":{"50":{}},"parent":{}}],["env",{"_index":14,"name":{"14":{},"129":{},"175":{}},"parent":{"130":{},"131":{},"132":{},"133":{},"134":{},"135":{},"136":{},"137":{},"138":{},"139":{},"140":{},"142":{},"143":{},"144":{},"145":{},"150":{},"151":{},"156":{},"157":{},"161":{},"162":{},"165":{},"166":{},"167":{},"168":{},"169":{},"170":{}}}],["env.__type",{"_index":120,"name":{},"parent":{"141":{},"146":{},"147":{},"148":{},"149":{},"152":{},"153":{},"154":{},"155":{},"158":{},"159":{},"160":{},"163":{},"164":{}}}],["error",{"_index":1,"name":{"1":{},"3":{}},"parent":{"2":{}}}],["error.__type",{"_index":3,"name":{},"parent":{"3":{}}}],["events",{"_index":24,"name":{"34":{},"176":{}},"parent":{}}],["externalcanvas",{"_index":147,"name":{"181":{}},"parent":{}}],["face",{"_index":16,"name":{"19":{},"308":{},"377":{},"387":{}},"parent":{}}],["faceantispoofconfig",{"_index":164,"name":{"220":{}},"parent":{"221":{},"222":{},"223":{},"224":{}}}],["faceconfig",{"_index":165,"name":{"225":{}},"parent":{"226":{},"227":{},"228":{},"229":{},"230":{},"231":{},"232":{},"233":{},"234":{},"235":{}}}],["facedescriptionconfig",{"_index":162,"name":{"208":{}},"parent":{"209":{},"210":{},"211":{},"212":{},"213":{}}}],["facedetect",{"_index":99,"name":{"116":{}},"parent":{}}],["facedetectorconfig",{"_index":154,"name":{"188":{}},"parent":{"189":{},"190":{},"191":{},"192":{},"193":{},"194":{},"195":{},"196":{},"197":{}}}],["faceemotionconfig",{"_index":163,"name":{"214":{}},"parent":{"215":{},"216":{},"217":{},"218":{},"219":{}}}],["facegesture",{"_index":139,"name":{"171":{}},"parent":{}}],["faceiris",{"_index":100,"name":{"117":{}},"parent":{}}],["faceirisconfig",{"_index":161,"name":{"203":{}},"parent":{"204":{},"205":{},"206":{},"207":{}}}],["facemesh",{"_index":101,"name":{"118":{}},"parent":{}}],["facemeshconfig",{"_index":160,"name":{"198":{}},"parent":{"199":{},"200":{},"201":{},"202":{}}}],["faceres",{"_index":102,"name":{"119":{}},"parent":{}}],["faceresult",{"_index":203,"name":{"314":{}},"parent":{"315":{},"316":{},"317":{},"318":{},"319":{},"320":{},"321":{},"322":{},"323":{},"324":{},"325":{},"326":{},"327":{},"328":{},"329":{},"330":{},"331":{},"332":{},"343":{}}}],["faceresult.__type",{"_index":213,"name":{},"parent":{"333":{},"334":{},"338":{},"339":{},"340":{}}}],["faceresult.__type.__type",{"_index":215,"name":{},"parent":{"335":{},"336":{},"337":{},"341":{},"342":{}}}],["facescore",{"_index":206,"name":{"318":{}},"parent":{}}],["facetriangulation",{"_index":25,"name":{"35":{}},"parent":{}}],["faceuvmap",{"_index":26,"name":{"36":{}},"parent":{}}],["fillpolygons",{"_index":84,"name":{"100":{}},"parent":{}}],["filter",{"_index":118,"name":{"138":{},"306":{}},"parent":{}}],["filterconfig",{"_index":179,"name":{"276":{}},"parent":{"277":{},"278":{},"279":{},"280":{},"281":{},"282":{},"283":{},"284":{},"285":{},"286":{},"287":{},"288":{},"289":{},"290":{},"291":{},"292":{},"293":{},"294":{}}}],["fingerscore",{"_index":229,"name":{"360":{}},"parent":{}}],["flags",{"_index":134,"name":{"164":{}},"parent":{}}],["flip",{"_index":182,"name":{"281":{}},"parent":{}}],["font",{"_index":73,"name":{"89":{}},"parent":{}}],["gaze",{"_index":219,"name":{"339":{}},"parent":{}}],["gender",{"_index":103,"name":{"120":{},"325":{}},"parent":{}}],["genderscore",{"_index":210,"name":{"326":{}},"parent":{}}],["genericconfig",{"_index":149,"name":{"183":{}},"parent":{"184":{},"185":{},"186":{},"187":{}}}],["gesture",{"_index":19,"name":{"25":{},"307":{},"390":{}},"parent":{}}],["gestureconfig",{"_index":195,"name":{"295":{}},"parent":{"296":{}}}],["gestureresult",{"_index":233,"name":{"374":{}},"parent":{}}],["gestures",{"_index":239,"name":{"383":{}},"parent":{}}],["gl",{"_index":28,"name":{"38":{}},"parent":{}}],["hand",{"_index":18,"name":{"23":{},"310":{},"389":{}},"parent":{}}],["handconfig",{"_index":172,"name":{"246":{}},"parent":{"247":{},"248":{},"249":{},"250":{},"251":{},"252":{},"253":{},"255":{},"256":{},"258":{},"259":{},"260":{},"261":{}}}],["handconfig.__type",{"_index":174,"name":{},"parent":{"254":{},"257":{}}}],["handgesture",{"_index":141,"name":{"173":{}},"parent":{}}],["handpose",{"_index":104,"name":{"121":{}},"parent":{}}],["handresult",{"_index":228,"name":{"356":{}},"parent":{"357":{},"358":{},"359":{},"360":{},"361":{},"362":{},"363":{},"364":{},"365":{},"366":{}}}],["hands",{"_index":235,"name":{"379":{}},"parent":{}}],["handskeleton",{"_index":105,"name":{"122":{}},"parent":{}}],["handtrack",{"_index":106,"name":{"123":{}},"parent":{}}],["height",{"_index":181,"name":{"279":{}},"parent":{}}],["hue",{"_index":187,"name":{"287":{}},"parent":{}}],["human",{"_index":4,"name":{"4":{}},"parent":{"5":{},"6":{},"7":{},"8":{},"9":{},"10":{},"11":{},"14":{},"15":{},"16":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{}}}],["human.__type",{"_index":12,"name":{},"parent":{"12":{},"13":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{}}}],["id",{"_index":44,"name":{"59":{},"315":{},"350":{},"357":{},"368":{},"376":{}},"parent":{}}],["image",{"_index":35,"name":{"48":{},"167":{}},"parent":{}}],["imagedata",{"_index":136,"name":{"168":{}},"parent":{}}],["imageobjects",{"_index":146,"name":{"180":{}},"parent":{}}],["init",{"_index":38,"name":{"51":{}},"parent":{}}],["initial",{"_index":117,"name":{"137":{}},"parent":{}}],["input",{"_index":148,"name":{"182":{}},"parent":{}}],["iouthreshold",{"_index":158,"name":{"192":{},"249":{},"264":{}},"parent":{}}],["iris",{"_index":168,"name":{"228":{},"329":{}},"parent":{}}],["irisgesture",{"_index":142,"name":{"174":{}},"parent":{}}],["isdisposed",{"_index":62,"name":{"77":{}},"parent":{}}],["kept",{"_index":50,"name":{"65":{}},"parent":{}}],["kernels",{"_index":135,"name":{"165":{}},"parent":{}}],["keypoints",{"_index":227,"name":{"354":{},"363":{}},"parent":{}}],["kodachrome",{"_index":191,"name":{"291":{}},"parent":{}}],["label",{"_index":230,"name":{"364":{},"371":{}},"parent":{}}],["labelcolor",{"_index":71,"name":{"87":{}},"parent":{}}],["landmarks",{"_index":173,"name":{"251":{},"366":{}},"parent":{}}],["left",{"_index":236,"name":{"381":{}},"parent":{}}],["lineheight",{"_index":74,"name":{"90":{}},"parent":{}}],["linewidth",{"_index":75,"name":{"91":{}},"parent":{}}],["load",{"_index":39,"name":{"52":{}},"parent":{}}],["match",{"_index":33,"name":{"45":{}},"parent":{}}],["matrix",{"_index":218,"name":{"338":{}},"parent":{}}],["maxdetected",{"_index":156,"name":{"190":{},"237":{},"250":{},"265":{}},"parent":{}}],["mesh",{"_index":167,"name":{"227":{},"321":{}},"parent":{}}],["meshraw",{"_index":208,"name":{"322":{}},"parent":{}}],["minconfidence",{"_index":157,"name":{"191":{},"209":{},"215":{},"238":{},"248":{},"263":{}},"parent":{}}],["model",{"_index":133,"name":{"163":{}},"parent":{}}],["modelbasepath",{"_index":199,"name":{"303":{}},"parent":{}}],["modelpath",{"_index":151,"name":{"185":{},"195":{},"200":{},"205":{},"211":{},"217":{},"222":{},"233":{},"241":{},"243":{},"254":{},"257":{},"259":{},"267":{},"273":{}},"parent":{}}],["models",{"_index":90,"name":{"106":{}},"parent":{"107":{},"108":{},"109":{},"110":{},"111":{},"112":{},"113":{},"114":{},"115":{},"116":{},"117":{},"118":{},"119":{},"120":{},"121":{},"122":{},"123":{},"124":{},"125":{},"126":{},"127":{},"128":{}}}],["movenet",{"_index":107,"name":{"124":{}},"parent":{}}],["multithread",{"_index":127,"name":{"149":{}},"parent":{}}],["nanodet",{"_index":108,"name":{"125":{}},"parent":{}}],["negative",{"_index":188,"name":{"288":{}},"parent":{}}],["next",{"_index":40,"name":{"53":{}},"parent":{}}],["node",{"_index":112,"name":{"132":{}},"parent":{}}],["now",{"_index":34,"name":{"47":{}},"parent":{}}],["object",{"_index":20,"name":{"27":{},"311":{},"391":{}},"parent":{}}],["objectconfig",{"_index":176,"name":{"262":{}},"parent":{"263":{},"264":{},"265":{},"266":{},"267":{},"268":{},"269":{}}}],["objectresult",{"_index":231,"name":{"367":{}},"parent":{"368":{},"369":{},"370":{},"371":{},"372":{},"373":{}}}],["offscreen",{"_index":121,"name":{"142":{}},"parent":{}}],["options",{"_index":23,"name":{"33":{}},"parent":{}}],["part",{"_index":223,"name":{"345":{}},"parent":{}}],["perfadd",{"_index":122,"name":{"143":{}},"parent":{}}],["performance",{"_index":27,"name":{"37":{},"392":{}},"parent":{}}],["person",{"_index":21,"name":{"29":{}},"parent":{}}],["personresult",{"_index":234,"name":{"375":{}},"parent":{"376":{},"377":{},"378":{},"379":{},"380":{},"383":{},"384":{},"385":{}}}],["personresult.__type",{"_index":237,"name":{},"parent":{"381":{},"382":{}}}],["persons",{"_index":241,"name":{"395":{}},"parent":{}}],["pitch",{"_index":217,"name":{"337":{}},"parent":{}}],["pixelate",{"_index":194,"name":{"294":{}},"parent":{}}],["platform",{"_index":114,"name":{"134":{}},"parent":{}}],["point",{"_index":89,"name":{"105":{}},"parent":{}}],["pointsize",{"_index":76,"name":{"92":{}},"parent":{}}],["polaroid",{"_index":193,"name":{"293":{}},"parent":{}}],["posenet",{"_index":109,"name":{"126":{}},"parent":{}}],["position",{"_index":224,"name":{"346":{}},"parent":{}}],["positionraw",{"_index":225,"name":{"347":{}},"parent":{}}],["print",{"_index":64,"name":{"79":{}},"parent":{}}],["process",{"_index":10,"name":{"10":{}},"parent":{}}],["rank",{"_index":53,"name":{"68":{}},"parent":{}}],["ranktype",{"_index":49,"name":{"64":{}},"parent":{}}],["real",{"_index":211,"name":{"330":{}},"parent":{}}],["renderer",{"_index":129,"name":{"155":{}},"parent":{}}],["reset",{"_index":29,"name":{"39":{}},"parent":{}}],["result",{"_index":8,"name":{"8":{},"386":{}},"parent":{"387":{},"388":{},"389":{},"390":{},"391":{},"392":{},"393":{},"394":{},"395":{}}}],["return",{"_index":159,"name":{"193":{},"280":{}},"parent":{}}],["right",{"_index":238,"name":{"382":{}},"parent":{}}],["roll",{"_index":214,"name":{"335":{}},"parent":{}}],["rotation",{"_index":155,"name":{"189":{},"247":{},"331":{}},"parent":{}}],["roundrect",{"_index":77,"name":{"93":{}},"parent":{}}],["saturation",{"_index":186,"name":{"286":{}},"parent":{}}],["scopeid",{"_index":51,"name":{"66":{}},"parent":{}}],["score",{"_index":204,"name":{"316":{},"348":{},"351":{},"358":{},"369":{}},"parent":{}}],["segmentation",{"_index":36,"name":{"49":{},"127":{},"312":{}},"parent":{}}],["segmentationconfig",{"_index":177,"name":{"270":{}},"parent":{"271":{},"272":{},"273":{},"274":{},"275":{}}}],["sepia",{"_index":189,"name":{"289":{}},"parent":{}}],["shadowcolor",{"_index":72,"name":{"88":{}},"parent":{}}],["shape",{"_index":46,"name":{"61":{}},"parent":{}}],["sharpness",{"_index":185,"name":{"284":{}},"parent":{}}],["simd",{"_index":126,"name":{"148":{}},"parent":{}}],["similarity",{"_index":31,"name":{"41":{}},"parent":{}}],["size",{"_index":47,"name":{"62":{}},"parent":{}}],["skeleton",{"_index":175,"name":{"255":{}},"parent":{}}],["skipallowed",{"_index":201,"name":{"305":{}},"parent":{}}],["skipframes",{"_index":152,"name":{"186":{},"196":{},"201":{},"206":{},"212":{},"218":{},"223":{},"234":{},"244":{},"260":{},"268":{},"274":{}},"parent":{}}],["skiptime",{"_index":153,"name":{"187":{},"197":{},"202":{},"207":{},"213":{},"219":{},"224":{},"235":{},"245":{},"261":{},"269":{},"275":{}},"parent":{}}],["state",{"_index":9,"name":{"9":{}},"parent":{}}],["strength",{"_index":221,"name":{"342":{}},"parent":{}}],["strides",{"_index":52,"name":{"67":{}},"parent":{}}],["supported",{"_index":124,"name":{"146":{},"152":{},"158":{}},"parent":{}}],["technicolor",{"_index":192,"name":{"292":{}},"parent":{}}],["tensor",{"_index":11,"name":{"12":{},"57":{},"83":{},"343":{}},"parent":{"58":{},"59":{},"60":{},"61":{},"62":{},"63":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"75":{},"76":{},"77":{},"78":{},"79":{},"80":{},"81":{},"82":{}}}],["tensorflow",{"_index":0,"name":{"0":{}},"parent":{}}],["tfjs",{"_index":119,"name":{"139":{}},"parent":{}}],["throwifdisposed",{"_index":63,"name":{"78":{}},"parent":{}}],["timestamp",{"_index":240,"name":{"394":{}},"parent":{}}],["tostring",{"_index":66,"name":{"81":{}},"parent":{}}],["updatebackend",{"_index":137,"name":{"169":{}},"parent":{}}],["updatecpu",{"_index":138,"name":{"170":{}},"parent":{}}],["usecurves",{"_index":86,"name":{"102":{}},"parent":{}}],["usedepth",{"_index":85,"name":{"101":{}},"parent":{}}],["validate",{"_index":30,"name":{"40":{}},"parent":{}}],["variable",{"_index":67,"name":{"82":{}},"parent":{}}],["version",{"_index":6,"name":{"6":{},"141":{},"154":{}},"parent":{}}],["vintage",{"_index":190,"name":{"290":{}},"parent":{}}],["warmup",{"_index":41,"name":{"54":{},"302":{}},"parent":{}}],["wasm",{"_index":123,"name":{"144":{}},"parent":{}}],["wasmpath",{"_index":196,"name":{"299":{}},"parent":{}}],["webgl",{"_index":128,"name":{"150":{}},"parent":{}}],["webgpu",{"_index":130,"name":{"156":{}},"parent":{}}],["width",{"_index":180,"name":{"278":{}},"parent":{}}],["worker",{"_index":113,"name":{"133":{}},"parent":{}}],["yaw",{"_index":216,"name":{"336":{}},"parent":{}}]],"pipeline":[]}} \ No newline at end of file +window.searchData = {"kinds":{"4":"Namespace","32":"Variable","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","4194304":"Type alias","16777216":"Reference"},"rows":[{"id":0,"kind":4194304,"name":"TensorFlow","url":"index.html#TensorFlow","classes":"tsd-kind-type-alias"},{"id":1,"kind":4194304,"name":"Error","url":"index.html#Error","classes":"tsd-kind-type-alias"},{"id":2,"kind":65536,"name":"__type","url":"index.html#Error.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Error"},{"id":3,"kind":1024,"name":"error","url":"index.html#Error.__type.error","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Error.__type"},{"id":4,"kind":128,"name":"Human","url":"classes/Human.html","classes":"tsd-kind-class"},{"id":5,"kind":512,"name":"constructor","url":"classes/Human.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Human"},{"id":6,"kind":1024,"name":"version","url":"classes/Human.html#version","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Human"},{"id":7,"kind":1024,"name":"config","url":"classes/Human.html#config","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Human"},{"id":8,"kind":1024,"name":"result","url":"classes/Human.html#result","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Human"},{"id":9,"kind":1024,"name":"state","url":"classes/Human.html#state","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Human"},{"id":10,"kind":1024,"name":"process","url":"classes/Human.html#process","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Human"},{"id":11,"kind":65536,"name":"__type","url":"classes/Human.html#__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"Human"},{"id":12,"kind":1024,"name":"tensor","url":"classes/Human.html#__type-11.tensor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":13,"kind":1024,"name":"canvas","url":"classes/Human.html#__type-11.canvas-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":14,"kind":1024,"name":"env","url":"classes/Human.html#env","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Human"},{"id":15,"kind":1024,"name":"draw","url":"classes/Human.html#draw","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Human"},{"id":16,"kind":65536,"name":"__type","url":"classes/Human.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"Human"},{"id":17,"kind":1024,"name":"canvas","url":"classes/Human.html#__type-1.canvas","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":18,"kind":65536,"name":"__type","url":"classes/Human.html#__type-1.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":19,"kind":1024,"name":"face","url":"classes/Human.html#__type-1.face","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":20,"kind":65536,"name":"__type","url":"classes/Human.html#__type-1.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":21,"kind":1024,"name":"body","url":"classes/Human.html#__type-1.body","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":22,"kind":65536,"name":"__type","url":"classes/Human.html#__type-1.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":23,"kind":1024,"name":"hand","url":"classes/Human.html#__type-1.hand","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":24,"kind":65536,"name":"__type","url":"classes/Human.html#__type-1.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":25,"kind":1024,"name":"gesture","url":"classes/Human.html#__type-1.gesture","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":26,"kind":65536,"name":"__type","url":"classes/Human.html#__type-1.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":27,"kind":1024,"name":"object","url":"classes/Human.html#__type-1.object","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":28,"kind":65536,"name":"__type","url":"classes/Human.html#__type-1.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":29,"kind":1024,"name":"person","url":"classes/Human.html#__type-1.person","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":30,"kind":65536,"name":"__type","url":"classes/Human.html#__type-1.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":31,"kind":1024,"name":"all","url":"classes/Human.html#__type-1.all","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":32,"kind":65536,"name":"__type","url":"classes/Human.html#__type-1.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":33,"kind":1024,"name":"options","url":"classes/Human.html#__type-1.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Human.__type"},{"id":34,"kind":1024,"name":"events","url":"classes/Human.html#events","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Human"},{"id":35,"kind":1024,"name":"faceTriangulation","url":"classes/Human.html#faceTriangulation","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Human"},{"id":36,"kind":1024,"name":"faceUVMap","url":"classes/Human.html#faceUVMap","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Human"},{"id":37,"kind":1024,"name":"performance","url":"classes/Human.html#performance","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Human"},{"id":38,"kind":1024,"name":"gl","url":"classes/Human.html#gl","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Human"},{"id":39,"kind":2048,"name":"reset","url":"classes/Human.html#reset","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Human"},{"id":40,"kind":2048,"name":"validate","url":"classes/Human.html#validate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Human"},{"id":41,"kind":1024,"name":"similarity","url":"classes/Human.html#similarity","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Human"},{"id":42,"kind":65536,"name":"__type","url":"classes/Human.html#__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"Human"},{"id":43,"kind":1024,"name":"distance","url":"classes/Human.html#distance","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Human"},{"id":44,"kind":65536,"name":"__type","url":"classes/Human.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"Human"},{"id":45,"kind":1024,"name":"match","url":"classes/Human.html#match","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Human"},{"id":46,"kind":65536,"name":"__type","url":"classes/Human.html#__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"Human"},{"id":47,"kind":2048,"name":"now","url":"classes/Human.html#now","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Human"},{"id":48,"kind":2048,"name":"image","url":"classes/Human.html#image","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Human"},{"id":49,"kind":2048,"name":"segmentation","url":"classes/Human.html#segmentation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Human"},{"id":50,"kind":2048,"name":"enhance","url":"classes/Human.html#enhance","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Human"},{"id":51,"kind":2048,"name":"init","url":"classes/Human.html#init","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Human"},{"id":52,"kind":2048,"name":"load","url":"classes/Human.html#load","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Human"},{"id":53,"kind":2048,"name":"next","url":"classes/Human.html#next","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Human"},{"id":54,"kind":2048,"name":"warmup","url":"classes/Human.html#warmup","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Human"},{"id":55,"kind":2048,"name":"profile","url":"classes/Human.html#profile","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Human"},{"id":56,"kind":2048,"name":"detect","url":"classes/Human.html#detect","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Human"},{"id":57,"kind":16777216,"name":"default","url":"index.html#default","classes":"tsd-kind-reference"},{"id":58,"kind":128,"name":"Tensor","url":"classes/Tensor.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":59,"kind":512,"name":"constructor","url":"classes/Tensor.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"Tensor"},{"id":60,"kind":1024,"name":"id","url":"classes/Tensor.html#id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Tensor"},{"id":61,"kind":1024,"name":"dataId","url":"classes/Tensor.html#dataId","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Tensor"},{"id":62,"kind":1024,"name":"shape","url":"classes/Tensor.html#shape","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Tensor"},{"id":63,"kind":1024,"name":"size","url":"classes/Tensor.html#size","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Tensor"},{"id":64,"kind":1024,"name":"dtype","url":"classes/Tensor.html#dtype","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Tensor"},{"id":65,"kind":1024,"name":"rankType","url":"classes/Tensor.html#rankType","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Tensor"},{"id":66,"kind":1024,"name":"kept","url":"classes/Tensor.html#kept","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Tensor"},{"id":67,"kind":1024,"name":"scopeId","url":"classes/Tensor.html#scopeId","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Tensor"},{"id":68,"kind":1024,"name":"strides","url":"classes/Tensor.html#strides","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Tensor"},{"id":69,"kind":1024,"name":"rank","url":"classes/Tensor.html#rank","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Tensor"},{"id":70,"kind":2048,"name":"buffer","url":"classes/Tensor.html#buffer","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"Tensor"},{"id":71,"kind":2048,"name":"bufferSync","url":"classes/Tensor.html#bufferSync","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"Tensor"},{"id":72,"kind":2048,"name":"array","url":"classes/Tensor.html#array","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Tensor"},{"id":73,"kind":2048,"name":"arraySync","url":"classes/Tensor.html#arraySync","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Tensor"},{"id":74,"kind":2048,"name":"data","url":"classes/Tensor.html#data","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"Tensor"},{"id":75,"kind":2048,"name":"dataSync","url":"classes/Tensor.html#dataSync","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"Tensor"},{"id":76,"kind":2048,"name":"bytes","url":"classes/Tensor.html#bytes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Tensor"},{"id":77,"kind":2048,"name":"dispose","url":"classes/Tensor.html#dispose","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Tensor"},{"id":78,"kind":1024,"name":"isDisposed","url":"classes/Tensor.html#isDisposed","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Tensor"},{"id":79,"kind":2048,"name":"throwIfDisposed","url":"classes/Tensor.html#throwIfDisposed","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Tensor"},{"id":80,"kind":2048,"name":"print","url":"classes/Tensor.html#print","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Tensor"},{"id":81,"kind":2048,"name":"clone","url":"classes/Tensor.html#clone","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"Tensor"},{"id":82,"kind":2048,"name":"toString","url":"classes/Tensor.html#toString","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Tensor"},{"id":83,"kind":2048,"name":"variable","url":"classes/Tensor.html#variable","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Tensor"},{"id":84,"kind":4,"name":"Tensor","url":"modules/Tensor.html","classes":"tsd-kind-namespace"},{"id":85,"kind":4194304,"name":"DrawOptions","url":"index.html#DrawOptions","classes":"tsd-kind-type-alias"},{"id":86,"kind":65536,"name":"__type","url":"index.html#DrawOptions.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"DrawOptions"},{"id":87,"kind":1024,"name":"color","url":"index.html#DrawOptions.__type.color","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"DrawOptions.__type"},{"id":88,"kind":1024,"name":"labelColor","url":"index.html#DrawOptions.__type.labelColor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"DrawOptions.__type"},{"id":89,"kind":1024,"name":"shadowColor","url":"index.html#DrawOptions.__type.shadowColor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"DrawOptions.__type"},{"id":90,"kind":1024,"name":"font","url":"index.html#DrawOptions.__type.font","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"DrawOptions.__type"},{"id":91,"kind":1024,"name":"lineHeight","url":"index.html#DrawOptions.__type.lineHeight","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"DrawOptions.__type"},{"id":92,"kind":1024,"name":"lineWidth","url":"index.html#DrawOptions.__type.lineWidth","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"DrawOptions.__type"},{"id":93,"kind":1024,"name":"pointSize","url":"index.html#DrawOptions.__type.pointSize","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"DrawOptions.__type"},{"id":94,"kind":1024,"name":"roundRect","url":"index.html#DrawOptions.__type.roundRect","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"DrawOptions.__type"},{"id":95,"kind":1024,"name":"drawPoints","url":"index.html#DrawOptions.__type.drawPoints","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"DrawOptions.__type"},{"id":96,"kind":1024,"name":"drawLabels","url":"index.html#DrawOptions.__type.drawLabels","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"DrawOptions.__type"},{"id":97,"kind":1024,"name":"drawGestures","url":"index.html#DrawOptions.__type.drawGestures","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"DrawOptions.__type"},{"id":98,"kind":1024,"name":"drawBoxes","url":"index.html#DrawOptions.__type.drawBoxes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"DrawOptions.__type"},{"id":99,"kind":1024,"name":"drawPolygons","url":"index.html#DrawOptions.__type.drawPolygons","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"DrawOptions.__type"},{"id":100,"kind":1024,"name":"drawGaze","url":"index.html#DrawOptions.__type.drawGaze","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"DrawOptions.__type"},{"id":101,"kind":1024,"name":"fillPolygons","url":"index.html#DrawOptions.__type.fillPolygons","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"DrawOptions.__type"},{"id":102,"kind":1024,"name":"useDepth","url":"index.html#DrawOptions.__type.useDepth","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"DrawOptions.__type"},{"id":103,"kind":1024,"name":"useCurves","url":"index.html#DrawOptions.__type.useCurves","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"DrawOptions.__type"},{"id":104,"kind":4194304,"name":"Descriptor","url":"index.html#Descriptor","classes":"tsd-kind-type-alias"},{"id":105,"kind":4194304,"name":"Box","url":"index.html#Box","classes":"tsd-kind-type-alias"},{"id":106,"kind":4194304,"name":"Point","url":"index.html#Point","classes":"tsd-kind-type-alias"},{"id":107,"kind":128,"name":"Models","url":"classes/Models.html","classes":"tsd-kind-class"},{"id":108,"kind":512,"name":"constructor","url":"classes/Models.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Models"},{"id":109,"kind":1024,"name":"age","url":"classes/Models.html#age","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":110,"kind":1024,"name":"agegenderrace","url":"classes/Models.html#agegenderrace","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":111,"kind":1024,"name":"blazeposedetect","url":"classes/Models.html#blazeposedetect","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":112,"kind":1024,"name":"blazepose","url":"classes/Models.html#blazepose","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":113,"kind":1024,"name":"centernet","url":"classes/Models.html#centernet","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":114,"kind":1024,"name":"efficientpose","url":"classes/Models.html#efficientpose","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":115,"kind":1024,"name":"embedding","url":"classes/Models.html#embedding","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":116,"kind":1024,"name":"emotion","url":"classes/Models.html#emotion","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":117,"kind":1024,"name":"facedetect","url":"classes/Models.html#facedetect","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":118,"kind":1024,"name":"faceiris","url":"classes/Models.html#faceiris","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":119,"kind":1024,"name":"facemesh","url":"classes/Models.html#facemesh","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":120,"kind":1024,"name":"faceres","url":"classes/Models.html#faceres","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":121,"kind":1024,"name":"gender","url":"classes/Models.html#gender","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":122,"kind":1024,"name":"handpose","url":"classes/Models.html#handpose","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":123,"kind":1024,"name":"handskeleton","url":"classes/Models.html#handskeleton","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":124,"kind":1024,"name":"handtrack","url":"classes/Models.html#handtrack","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":125,"kind":1024,"name":"movenet","url":"classes/Models.html#movenet","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":126,"kind":1024,"name":"nanodet","url":"classes/Models.html#nanodet","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":127,"kind":1024,"name":"posenet","url":"classes/Models.html#posenet","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":128,"kind":1024,"name":"segmentation","url":"classes/Models.html#segmentation","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":129,"kind":1024,"name":"antispoof","url":"classes/Models.html#antispoof","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Models"},{"id":130,"kind":128,"name":"Env","url":"classes/Env.html","classes":"tsd-kind-class"},{"id":131,"kind":512,"name":"constructor","url":"classes/Env.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Env"},{"id":132,"kind":1024,"name":"browser","url":"classes/Env.html#browser","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":133,"kind":1024,"name":"node","url":"classes/Env.html#node","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":134,"kind":1024,"name":"worker","url":"classes/Env.html#worker","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":135,"kind":1024,"name":"platform","url":"classes/Env.html#platform","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":136,"kind":1024,"name":"agent","url":"classes/Env.html#agent","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":137,"kind":1024,"name":"backends","url":"classes/Env.html#backends","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":138,"kind":1024,"name":"initial","url":"classes/Env.html#initial","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":139,"kind":1024,"name":"filter","url":"classes/Env.html#filter","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":140,"kind":1024,"name":"tfjs","url":"classes/Env.html#tfjs","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":141,"kind":65536,"name":"__type","url":"classes/Env.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"Env"},{"id":142,"kind":1024,"name":"version","url":"classes/Env.html#__type-1.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Env.__type"},{"id":143,"kind":1024,"name":"offscreen","url":"classes/Env.html#offscreen","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":144,"kind":1024,"name":"perfadd","url":"classes/Env.html#perfadd","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":145,"kind":1024,"name":"wasm","url":"classes/Env.html#wasm","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":146,"kind":65536,"name":"__type","url":"classes/Env.html#__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"Env"},{"id":147,"kind":1024,"name":"supported","url":"classes/Env.html#__type-2.supported","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Env.__type"},{"id":148,"kind":1024,"name":"backend","url":"classes/Env.html#__type-2.backend","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Env.__type"},{"id":149,"kind":1024,"name":"simd","url":"classes/Env.html#__type-2.simd","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Env.__type"},{"id":150,"kind":1024,"name":"multithread","url":"classes/Env.html#__type-2.multithread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Env.__type"},{"id":151,"kind":1024,"name":"webgl","url":"classes/Env.html#webgl","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":152,"kind":65536,"name":"__type","url":"classes/Env.html#__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"Env"},{"id":153,"kind":1024,"name":"supported","url":"classes/Env.html#__type-3.supported-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Env.__type"},{"id":154,"kind":1024,"name":"backend","url":"classes/Env.html#__type-3.backend-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Env.__type"},{"id":155,"kind":1024,"name":"version","url":"classes/Env.html#__type-3.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Env.__type"},{"id":156,"kind":1024,"name":"renderer","url":"classes/Env.html#__type-3.renderer","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Env.__type"},{"id":157,"kind":1024,"name":"webgpu","url":"classes/Env.html#webgpu","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":158,"kind":65536,"name":"__type","url":"classes/Env.html#__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"Env"},{"id":159,"kind":1024,"name":"supported","url":"classes/Env.html#__type-4.supported-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Env.__type"},{"id":160,"kind":1024,"name":"backend","url":"classes/Env.html#__type-4.backend-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Env.__type"},{"id":161,"kind":1024,"name":"adapter","url":"classes/Env.html#__type-4.adapter","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Env.__type"},{"id":162,"kind":1024,"name":"cpu","url":"classes/Env.html#cpu","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":163,"kind":65536,"name":"__type","url":"classes/Env.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"Env"},{"id":164,"kind":1024,"name":"model","url":"classes/Env.html#__type.model","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Env.__type"},{"id":165,"kind":1024,"name":"flags","url":"classes/Env.html#__type.flags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"Env.__type"},{"id":166,"kind":1024,"name":"kernels","url":"classes/Env.html#kernels","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":167,"kind":1024,"name":"Canvas","url":"classes/Env.html#Canvas","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":168,"kind":1024,"name":"Image","url":"classes/Env.html#Image","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":169,"kind":1024,"name":"ImageData","url":"classes/Env.html#ImageData","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Env"},{"id":170,"kind":2048,"name":"updateBackend","url":"classes/Env.html#updateBackend","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Env"},{"id":171,"kind":2048,"name":"updateCPU","url":"classes/Env.html#updateCPU","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Env"},{"id":172,"kind":4194304,"name":"FaceGesture","url":"index.html#FaceGesture","classes":"tsd-kind-type-alias"},{"id":173,"kind":4194304,"name":"BodyGesture","url":"index.html#BodyGesture","classes":"tsd-kind-type-alias"},{"id":174,"kind":4194304,"name":"HandGesture","url":"index.html#HandGesture","classes":"tsd-kind-type-alias"},{"id":175,"kind":4194304,"name":"IrisGesture","url":"index.html#IrisGesture","classes":"tsd-kind-type-alias"},{"id":176,"kind":32,"name":"env","url":"index.html#env","classes":"tsd-kind-variable"},{"id":177,"kind":4194304,"name":"Events","url":"index.html#Events","classes":"tsd-kind-type-alias"},{"id":178,"kind":4194304,"name":"AnyCanvas","url":"index.html#AnyCanvas","classes":"tsd-kind-type-alias"},{"id":179,"kind":4194304,"name":"AnyImage","url":"index.html#AnyImage","classes":"tsd-kind-type-alias"},{"id":180,"kind":4194304,"name":"AnyVideo","url":"index.html#AnyVideo","classes":"tsd-kind-type-alias"},{"id":181,"kind":4194304,"name":"ImageObjects","url":"index.html#ImageObjects","classes":"tsd-kind-type-alias"},{"id":182,"kind":4194304,"name":"ExternalCanvas","url":"index.html#ExternalCanvas","classes":"tsd-kind-type-alias"},{"id":183,"kind":4194304,"name":"Input","url":"index.html#Input","classes":"tsd-kind-type-alias"},{"id":184,"kind":256,"name":"GenericConfig","url":"interfaces/GenericConfig.html","classes":"tsd-kind-interface"},{"id":185,"kind":1024,"name":"enabled","url":"interfaces/GenericConfig.html#enabled","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GenericConfig"},{"id":186,"kind":1024,"name":"modelPath","url":"interfaces/GenericConfig.html#modelPath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GenericConfig"},{"id":187,"kind":1024,"name":"skipFrames","url":"interfaces/GenericConfig.html#skipFrames","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GenericConfig"},{"id":188,"kind":1024,"name":"skipTime","url":"interfaces/GenericConfig.html#skipTime","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GenericConfig"},{"id":189,"kind":256,"name":"FaceDetectorConfig","url":"interfaces/FaceDetectorConfig.html","classes":"tsd-kind-interface"},{"id":190,"kind":1024,"name":"rotation","url":"interfaces/FaceDetectorConfig.html#rotation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceDetectorConfig"},{"id":191,"kind":1024,"name":"maxDetected","url":"interfaces/FaceDetectorConfig.html#maxDetected","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceDetectorConfig"},{"id":192,"kind":1024,"name":"minConfidence","url":"interfaces/FaceDetectorConfig.html#minConfidence","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceDetectorConfig"},{"id":193,"kind":1024,"name":"iouThreshold","url":"interfaces/FaceDetectorConfig.html#iouThreshold","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceDetectorConfig"},{"id":194,"kind":1024,"name":"return","url":"interfaces/FaceDetectorConfig.html#return","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceDetectorConfig"},{"id":195,"kind":1024,"name":"enabled","url":"interfaces/FaceDetectorConfig.html#enabled","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceDetectorConfig"},{"id":196,"kind":1024,"name":"modelPath","url":"interfaces/FaceDetectorConfig.html#modelPath","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceDetectorConfig"},{"id":197,"kind":1024,"name":"skipFrames","url":"interfaces/FaceDetectorConfig.html#skipFrames","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceDetectorConfig"},{"id":198,"kind":1024,"name":"skipTime","url":"interfaces/FaceDetectorConfig.html#skipTime","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceDetectorConfig"},{"id":199,"kind":256,"name":"FaceMeshConfig","url":"interfaces/FaceMeshConfig.html","classes":"tsd-kind-interface"},{"id":200,"kind":1024,"name":"enabled","url":"interfaces/FaceMeshConfig.html#enabled","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceMeshConfig"},{"id":201,"kind":1024,"name":"modelPath","url":"interfaces/FaceMeshConfig.html#modelPath","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceMeshConfig"},{"id":202,"kind":1024,"name":"skipFrames","url":"interfaces/FaceMeshConfig.html#skipFrames","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceMeshConfig"},{"id":203,"kind":1024,"name":"skipTime","url":"interfaces/FaceMeshConfig.html#skipTime","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceMeshConfig"},{"id":204,"kind":256,"name":"FaceIrisConfig","url":"interfaces/FaceIrisConfig.html","classes":"tsd-kind-interface"},{"id":205,"kind":1024,"name":"enabled","url":"interfaces/FaceIrisConfig.html#enabled","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceIrisConfig"},{"id":206,"kind":1024,"name":"modelPath","url":"interfaces/FaceIrisConfig.html#modelPath","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceIrisConfig"},{"id":207,"kind":1024,"name":"skipFrames","url":"interfaces/FaceIrisConfig.html#skipFrames","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceIrisConfig"},{"id":208,"kind":1024,"name":"skipTime","url":"interfaces/FaceIrisConfig.html#skipTime","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceIrisConfig"},{"id":209,"kind":256,"name":"FaceDescriptionConfig","url":"interfaces/FaceDescriptionConfig.html","classes":"tsd-kind-interface"},{"id":210,"kind":1024,"name":"minConfidence","url":"interfaces/FaceDescriptionConfig.html#minConfidence","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceDescriptionConfig"},{"id":211,"kind":1024,"name":"enabled","url":"interfaces/FaceDescriptionConfig.html#enabled","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceDescriptionConfig"},{"id":212,"kind":1024,"name":"modelPath","url":"interfaces/FaceDescriptionConfig.html#modelPath","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceDescriptionConfig"},{"id":213,"kind":1024,"name":"skipFrames","url":"interfaces/FaceDescriptionConfig.html#skipFrames","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceDescriptionConfig"},{"id":214,"kind":1024,"name":"skipTime","url":"interfaces/FaceDescriptionConfig.html#skipTime","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceDescriptionConfig"},{"id":215,"kind":256,"name":"FaceEmotionConfig","url":"interfaces/FaceEmotionConfig.html","classes":"tsd-kind-interface"},{"id":216,"kind":1024,"name":"minConfidence","url":"interfaces/FaceEmotionConfig.html#minConfidence","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceEmotionConfig"},{"id":217,"kind":1024,"name":"enabled","url":"interfaces/FaceEmotionConfig.html#enabled","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceEmotionConfig"},{"id":218,"kind":1024,"name":"modelPath","url":"interfaces/FaceEmotionConfig.html#modelPath","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceEmotionConfig"},{"id":219,"kind":1024,"name":"skipFrames","url":"interfaces/FaceEmotionConfig.html#skipFrames","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceEmotionConfig"},{"id":220,"kind":1024,"name":"skipTime","url":"interfaces/FaceEmotionConfig.html#skipTime","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceEmotionConfig"},{"id":221,"kind":256,"name":"FaceAntiSpoofConfig","url":"interfaces/FaceAntiSpoofConfig.html","classes":"tsd-kind-interface"},{"id":222,"kind":1024,"name":"enabled","url":"interfaces/FaceAntiSpoofConfig.html#enabled","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceAntiSpoofConfig"},{"id":223,"kind":1024,"name":"modelPath","url":"interfaces/FaceAntiSpoofConfig.html#modelPath","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceAntiSpoofConfig"},{"id":224,"kind":1024,"name":"skipFrames","url":"interfaces/FaceAntiSpoofConfig.html#skipFrames","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceAntiSpoofConfig"},{"id":225,"kind":1024,"name":"skipTime","url":"interfaces/FaceAntiSpoofConfig.html#skipTime","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceAntiSpoofConfig"},{"id":226,"kind":256,"name":"FaceConfig","url":"interfaces/FaceConfig.html","classes":"tsd-kind-interface"},{"id":227,"kind":1024,"name":"detector","url":"interfaces/FaceConfig.html#detector","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceConfig"},{"id":228,"kind":1024,"name":"mesh","url":"interfaces/FaceConfig.html#mesh","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceConfig"},{"id":229,"kind":1024,"name":"iris","url":"interfaces/FaceConfig.html#iris","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceConfig"},{"id":230,"kind":1024,"name":"description","url":"interfaces/FaceConfig.html#description","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceConfig"},{"id":231,"kind":1024,"name":"emotion","url":"interfaces/FaceConfig.html#emotion","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceConfig"},{"id":232,"kind":1024,"name":"antispoof","url":"interfaces/FaceConfig.html#antispoof","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceConfig"},{"id":233,"kind":1024,"name":"enabled","url":"interfaces/FaceConfig.html#enabled","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceConfig"},{"id":234,"kind":1024,"name":"modelPath","url":"interfaces/FaceConfig.html#modelPath","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceConfig"},{"id":235,"kind":1024,"name":"skipFrames","url":"interfaces/FaceConfig.html#skipFrames","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceConfig"},{"id":236,"kind":1024,"name":"skipTime","url":"interfaces/FaceConfig.html#skipTime","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"FaceConfig"},{"id":237,"kind":256,"name":"BodyConfig","url":"interfaces/BodyConfig.html","classes":"tsd-kind-interface"},{"id":238,"kind":1024,"name":"maxDetected","url":"interfaces/BodyConfig.html#maxDetected","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BodyConfig"},{"id":239,"kind":1024,"name":"minConfidence","url":"interfaces/BodyConfig.html#minConfidence","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BodyConfig"},{"id":240,"kind":1024,"name":"detector","url":"interfaces/BodyConfig.html#detector","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BodyConfig"},{"id":241,"kind":65536,"name":"__type","url":"interfaces/BodyConfig.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"BodyConfig"},{"id":242,"kind":1024,"name":"modelPath","url":"interfaces/BodyConfig.html#__type.modelPath","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"BodyConfig.__type"},{"id":243,"kind":1024,"name":"enabled","url":"interfaces/BodyConfig.html#enabled","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"BodyConfig"},{"id":244,"kind":1024,"name":"modelPath","url":"interfaces/BodyConfig.html#modelPath-1","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"BodyConfig"},{"id":245,"kind":1024,"name":"skipFrames","url":"interfaces/BodyConfig.html#skipFrames","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"BodyConfig"},{"id":246,"kind":1024,"name":"skipTime","url":"interfaces/BodyConfig.html#skipTime","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"BodyConfig"},{"id":247,"kind":256,"name":"HandConfig","url":"interfaces/HandConfig.html","classes":"tsd-kind-interface"},{"id":248,"kind":1024,"name":"rotation","url":"interfaces/HandConfig.html#rotation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HandConfig"},{"id":249,"kind":1024,"name":"minConfidence","url":"interfaces/HandConfig.html#minConfidence","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HandConfig"},{"id":250,"kind":1024,"name":"iouThreshold","url":"interfaces/HandConfig.html#iouThreshold","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HandConfig"},{"id":251,"kind":1024,"name":"maxDetected","url":"interfaces/HandConfig.html#maxDetected","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HandConfig"},{"id":252,"kind":1024,"name":"landmarks","url":"interfaces/HandConfig.html#landmarks","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HandConfig"},{"id":253,"kind":1024,"name":"detector","url":"interfaces/HandConfig.html#detector","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HandConfig"},{"id":254,"kind":65536,"name":"__type","url":"interfaces/HandConfig.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"HandConfig"},{"id":255,"kind":1024,"name":"modelPath","url":"interfaces/HandConfig.html#__type.modelPath","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"HandConfig.__type"},{"id":256,"kind":1024,"name":"skeleton","url":"interfaces/HandConfig.html#skeleton","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HandConfig"},{"id":257,"kind":65536,"name":"__type","url":"interfaces/HandConfig.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"HandConfig"},{"id":258,"kind":1024,"name":"modelPath","url":"interfaces/HandConfig.html#__type-1.modelPath-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"HandConfig.__type"},{"id":259,"kind":1024,"name":"enabled","url":"interfaces/HandConfig.html#enabled","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"HandConfig"},{"id":260,"kind":1024,"name":"modelPath","url":"interfaces/HandConfig.html#modelPath-1","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"HandConfig"},{"id":261,"kind":1024,"name":"skipFrames","url":"interfaces/HandConfig.html#skipFrames","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"HandConfig"},{"id":262,"kind":1024,"name":"skipTime","url":"interfaces/HandConfig.html#skipTime","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"HandConfig"},{"id":263,"kind":256,"name":"ObjectConfig","url":"interfaces/ObjectConfig.html","classes":"tsd-kind-interface"},{"id":264,"kind":1024,"name":"minConfidence","url":"interfaces/ObjectConfig.html#minConfidence","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ObjectConfig"},{"id":265,"kind":1024,"name":"iouThreshold","url":"interfaces/ObjectConfig.html#iouThreshold","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ObjectConfig"},{"id":266,"kind":1024,"name":"maxDetected","url":"interfaces/ObjectConfig.html#maxDetected","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ObjectConfig"},{"id":267,"kind":1024,"name":"enabled","url":"interfaces/ObjectConfig.html#enabled","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ObjectConfig"},{"id":268,"kind":1024,"name":"modelPath","url":"interfaces/ObjectConfig.html#modelPath","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ObjectConfig"},{"id":269,"kind":1024,"name":"skipFrames","url":"interfaces/ObjectConfig.html#skipFrames","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ObjectConfig"},{"id":270,"kind":1024,"name":"skipTime","url":"interfaces/ObjectConfig.html#skipTime","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ObjectConfig"},{"id":271,"kind":256,"name":"SegmentationConfig","url":"interfaces/SegmentationConfig.html","classes":"tsd-kind-interface"},{"id":272,"kind":1024,"name":"blur","url":"interfaces/SegmentationConfig.html#blur","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SegmentationConfig"},{"id":273,"kind":1024,"name":"enabled","url":"interfaces/SegmentationConfig.html#enabled","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"SegmentationConfig"},{"id":274,"kind":1024,"name":"modelPath","url":"interfaces/SegmentationConfig.html#modelPath","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"SegmentationConfig"},{"id":275,"kind":1024,"name":"skipFrames","url":"interfaces/SegmentationConfig.html#skipFrames","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"SegmentationConfig"},{"id":276,"kind":1024,"name":"skipTime","url":"interfaces/SegmentationConfig.html#skipTime","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"SegmentationConfig"},{"id":277,"kind":256,"name":"FilterConfig","url":"interfaces/FilterConfig.html","classes":"tsd-kind-interface"},{"id":278,"kind":1024,"name":"enabled","url":"interfaces/FilterConfig.html#enabled","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FilterConfig"},{"id":279,"kind":1024,"name":"equalization","url":"interfaces/FilterConfig.html#equalization","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FilterConfig"},{"id":280,"kind":1024,"name":"width","url":"interfaces/FilterConfig.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FilterConfig"},{"id":281,"kind":1024,"name":"height","url":"interfaces/FilterConfig.html#height","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FilterConfig"},{"id":282,"kind":1024,"name":"return","url":"interfaces/FilterConfig.html#return","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FilterConfig"},{"id":283,"kind":1024,"name":"flip","url":"interfaces/FilterConfig.html#flip","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FilterConfig"},{"id":284,"kind":1024,"name":"brightness","url":"interfaces/FilterConfig.html#brightness","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FilterConfig"},{"id":285,"kind":1024,"name":"contrast","url":"interfaces/FilterConfig.html#contrast","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FilterConfig"},{"id":286,"kind":1024,"name":"sharpness","url":"interfaces/FilterConfig.html#sharpness","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FilterConfig"},{"id":287,"kind":1024,"name":"blur","url":"interfaces/FilterConfig.html#blur","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FilterConfig"},{"id":288,"kind":1024,"name":"saturation","url":"interfaces/FilterConfig.html#saturation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FilterConfig"},{"id":289,"kind":1024,"name":"hue","url":"interfaces/FilterConfig.html#hue","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FilterConfig"},{"id":290,"kind":1024,"name":"negative","url":"interfaces/FilterConfig.html#negative","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FilterConfig"},{"id":291,"kind":1024,"name":"sepia","url":"interfaces/FilterConfig.html#sepia","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FilterConfig"},{"id":292,"kind":1024,"name":"vintage","url":"interfaces/FilterConfig.html#vintage","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FilterConfig"},{"id":293,"kind":1024,"name":"kodachrome","url":"interfaces/FilterConfig.html#kodachrome","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FilterConfig"},{"id":294,"kind":1024,"name":"technicolor","url":"interfaces/FilterConfig.html#technicolor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FilterConfig"},{"id":295,"kind":1024,"name":"polaroid","url":"interfaces/FilterConfig.html#polaroid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FilterConfig"},{"id":296,"kind":1024,"name":"pixelate","url":"interfaces/FilterConfig.html#pixelate","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FilterConfig"},{"id":297,"kind":256,"name":"GestureConfig","url":"interfaces/GestureConfig.html","classes":"tsd-kind-interface"},{"id":298,"kind":1024,"name":"enabled","url":"interfaces/GestureConfig.html#enabled","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GestureConfig"},{"id":299,"kind":256,"name":"Config","url":"interfaces/Config.html","classes":"tsd-kind-interface"},{"id":300,"kind":1024,"name":"backend","url":"interfaces/Config.html#backend","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Config"},{"id":301,"kind":1024,"name":"wasmPath","url":"interfaces/Config.html#wasmPath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Config"},{"id":302,"kind":1024,"name":"debug","url":"interfaces/Config.html#debug","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Config"},{"id":303,"kind":1024,"name":"async","url":"interfaces/Config.html#async","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Config"},{"id":304,"kind":1024,"name":"warmup","url":"interfaces/Config.html#warmup","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Config"},{"id":305,"kind":1024,"name":"modelBasePath","url":"interfaces/Config.html#modelBasePath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Config"},{"id":306,"kind":1024,"name":"cacheSensitivity","url":"interfaces/Config.html#cacheSensitivity","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Config"},{"id":307,"kind":1024,"name":"skipAllowed","url":"interfaces/Config.html#skipAllowed","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Config"},{"id":308,"kind":1024,"name":"filter","url":"interfaces/Config.html#filter","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Config"},{"id":309,"kind":1024,"name":"gesture","url":"interfaces/Config.html#gesture","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Config"},{"id":310,"kind":1024,"name":"face","url":"interfaces/Config.html#face","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Config"},{"id":311,"kind":1024,"name":"body","url":"interfaces/Config.html#body","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Config"},{"id":312,"kind":1024,"name":"hand","url":"interfaces/Config.html#hand","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Config"},{"id":313,"kind":1024,"name":"object","url":"interfaces/Config.html#object","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Config"},{"id":314,"kind":1024,"name":"segmentation","url":"interfaces/Config.html#segmentation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Config"},{"id":315,"kind":32,"name":"defaults","url":"index.html#defaults","classes":"tsd-kind-variable"},{"id":316,"kind":256,"name":"FaceResult","url":"interfaces/FaceResult.html","classes":"tsd-kind-interface"},{"id":317,"kind":1024,"name":"id","url":"interfaces/FaceResult.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceResult"},{"id":318,"kind":1024,"name":"score","url":"interfaces/FaceResult.html#score","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceResult"},{"id":319,"kind":1024,"name":"boxScore","url":"interfaces/FaceResult.html#boxScore","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceResult"},{"id":320,"kind":1024,"name":"faceScore","url":"interfaces/FaceResult.html#faceScore","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceResult"},{"id":321,"kind":1024,"name":"box","url":"interfaces/FaceResult.html#box","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceResult"},{"id":322,"kind":1024,"name":"boxRaw","url":"interfaces/FaceResult.html#boxRaw","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceResult"},{"id":323,"kind":1024,"name":"mesh","url":"interfaces/FaceResult.html#mesh","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceResult"},{"id":324,"kind":1024,"name":"meshRaw","url":"interfaces/FaceResult.html#meshRaw","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceResult"},{"id":325,"kind":1024,"name":"annotations","url":"interfaces/FaceResult.html#annotations","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceResult"},{"id":326,"kind":1024,"name":"age","url":"interfaces/FaceResult.html#age","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceResult"},{"id":327,"kind":1024,"name":"gender","url":"interfaces/FaceResult.html#gender","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceResult"},{"id":328,"kind":1024,"name":"genderScore","url":"interfaces/FaceResult.html#genderScore","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceResult"},{"id":329,"kind":1024,"name":"emotion","url":"interfaces/FaceResult.html#emotion","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceResult"},{"id":330,"kind":1024,"name":"embedding","url":"interfaces/FaceResult.html#embedding","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceResult"},{"id":331,"kind":1024,"name":"iris","url":"interfaces/FaceResult.html#iris","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceResult"},{"id":332,"kind":1024,"name":"real","url":"interfaces/FaceResult.html#real","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceResult"},{"id":333,"kind":1024,"name":"rotation","url":"interfaces/FaceResult.html#rotation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceResult"},{"id":334,"kind":65536,"name":"__type","url":"interfaces/FaceResult.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"FaceResult"},{"id":335,"kind":1024,"name":"angle","url":"interfaces/FaceResult.html#__type.angle","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"FaceResult.__type"},{"id":336,"kind":65536,"name":"__type","url":"interfaces/FaceResult.html#__type.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"FaceResult.__type"},{"id":337,"kind":1024,"name":"roll","url":"interfaces/FaceResult.html#__type.__type-1.roll","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"FaceResult.__type.__type"},{"id":338,"kind":1024,"name":"yaw","url":"interfaces/FaceResult.html#__type.__type-1.yaw","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"FaceResult.__type.__type"},{"id":339,"kind":1024,"name":"pitch","url":"interfaces/FaceResult.html#__type.__type-1.pitch","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"FaceResult.__type.__type"},{"id":340,"kind":1024,"name":"matrix","url":"interfaces/FaceResult.html#__type.matrix","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"FaceResult.__type"},{"id":341,"kind":1024,"name":"gaze","url":"interfaces/FaceResult.html#__type.gaze","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"FaceResult.__type"},{"id":342,"kind":65536,"name":"__type","url":"interfaces/FaceResult.html#__type.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"FaceResult.__type"},{"id":343,"kind":1024,"name":"bearing","url":"interfaces/FaceResult.html#__type.__type-2.bearing","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"FaceResult.__type.__type"},{"id":344,"kind":1024,"name":"strength","url":"interfaces/FaceResult.html#__type.__type-2.strength","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"FaceResult.__type.__type"},{"id":345,"kind":1024,"name":"tensor","url":"interfaces/FaceResult.html#tensor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FaceResult"},{"id":346,"kind":256,"name":"BodyKeypoint","url":"interfaces/BodyKeypoint.html","classes":"tsd-kind-interface"},{"id":347,"kind":1024,"name":"part","url":"interfaces/BodyKeypoint.html#part","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BodyKeypoint"},{"id":348,"kind":1024,"name":"position","url":"interfaces/BodyKeypoint.html#position","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BodyKeypoint"},{"id":349,"kind":1024,"name":"positionRaw","url":"interfaces/BodyKeypoint.html#positionRaw","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BodyKeypoint"},{"id":350,"kind":1024,"name":"score","url":"interfaces/BodyKeypoint.html#score","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BodyKeypoint"},{"id":351,"kind":256,"name":"BodyResult","url":"interfaces/BodyResult.html","classes":"tsd-kind-interface"},{"id":352,"kind":1024,"name":"id","url":"interfaces/BodyResult.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BodyResult"},{"id":353,"kind":1024,"name":"score","url":"interfaces/BodyResult.html#score","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BodyResult"},{"id":354,"kind":1024,"name":"box","url":"interfaces/BodyResult.html#box","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BodyResult"},{"id":355,"kind":1024,"name":"boxRaw","url":"interfaces/BodyResult.html#boxRaw","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BodyResult"},{"id":356,"kind":1024,"name":"keypoints","url":"interfaces/BodyResult.html#keypoints","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BodyResult"},{"id":357,"kind":1024,"name":"annotations","url":"interfaces/BodyResult.html#annotations","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"BodyResult"},{"id":358,"kind":256,"name":"HandResult","url":"interfaces/HandResult.html","classes":"tsd-kind-interface"},{"id":359,"kind":1024,"name":"id","url":"interfaces/HandResult.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HandResult"},{"id":360,"kind":1024,"name":"score","url":"interfaces/HandResult.html#score","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HandResult"},{"id":361,"kind":1024,"name":"boxScore","url":"interfaces/HandResult.html#boxScore","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HandResult"},{"id":362,"kind":1024,"name":"fingerScore","url":"interfaces/HandResult.html#fingerScore","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HandResult"},{"id":363,"kind":1024,"name":"box","url":"interfaces/HandResult.html#box","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HandResult"},{"id":364,"kind":1024,"name":"boxRaw","url":"interfaces/HandResult.html#boxRaw","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HandResult"},{"id":365,"kind":1024,"name":"keypoints","url":"interfaces/HandResult.html#keypoints","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HandResult"},{"id":366,"kind":1024,"name":"label","url":"interfaces/HandResult.html#label","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HandResult"},{"id":367,"kind":1024,"name":"annotations","url":"interfaces/HandResult.html#annotations","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HandResult"},{"id":368,"kind":1024,"name":"landmarks","url":"interfaces/HandResult.html#landmarks","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"HandResult"},{"id":369,"kind":256,"name":"ObjectResult","url":"interfaces/ObjectResult.html","classes":"tsd-kind-interface"},{"id":370,"kind":1024,"name":"id","url":"interfaces/ObjectResult.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ObjectResult"},{"id":371,"kind":1024,"name":"score","url":"interfaces/ObjectResult.html#score","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ObjectResult"},{"id":372,"kind":1024,"name":"class","url":"interfaces/ObjectResult.html#class","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ObjectResult"},{"id":373,"kind":1024,"name":"label","url":"interfaces/ObjectResult.html#label","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ObjectResult"},{"id":374,"kind":1024,"name":"box","url":"interfaces/ObjectResult.html#box","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ObjectResult"},{"id":375,"kind":1024,"name":"boxRaw","url":"interfaces/ObjectResult.html#boxRaw","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ObjectResult"},{"id":376,"kind":4194304,"name":"GestureResult","url":"index.html#GestureResult","classes":"tsd-kind-type-alias"},{"id":377,"kind":256,"name":"PersonResult","url":"interfaces/PersonResult.html","classes":"tsd-kind-interface"},{"id":378,"kind":1024,"name":"id","url":"interfaces/PersonResult.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PersonResult"},{"id":379,"kind":1024,"name":"face","url":"interfaces/PersonResult.html#face","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PersonResult"},{"id":380,"kind":1024,"name":"body","url":"interfaces/PersonResult.html#body","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PersonResult"},{"id":381,"kind":1024,"name":"hands","url":"interfaces/PersonResult.html#hands","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PersonResult"},{"id":382,"kind":65536,"name":"__type","url":"interfaces/PersonResult.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"PersonResult"},{"id":383,"kind":1024,"name":"left","url":"interfaces/PersonResult.html#__type.left","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"PersonResult.__type"},{"id":384,"kind":1024,"name":"right","url":"interfaces/PersonResult.html#__type.right","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"PersonResult.__type"},{"id":385,"kind":1024,"name":"gestures","url":"interfaces/PersonResult.html#gestures","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PersonResult"},{"id":386,"kind":1024,"name":"box","url":"interfaces/PersonResult.html#box","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PersonResult"},{"id":387,"kind":1024,"name":"boxRaw","url":"interfaces/PersonResult.html#boxRaw","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PersonResult"},{"id":388,"kind":256,"name":"Result","url":"interfaces/Result.html","classes":"tsd-kind-interface"},{"id":389,"kind":1024,"name":"face","url":"interfaces/Result.html#face","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Result"},{"id":390,"kind":1024,"name":"body","url":"interfaces/Result.html#body","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Result"},{"id":391,"kind":1024,"name":"hand","url":"interfaces/Result.html#hand","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Result"},{"id":392,"kind":1024,"name":"gesture","url":"interfaces/Result.html#gesture","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Result"},{"id":393,"kind":1024,"name":"object","url":"interfaces/Result.html#object","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Result"},{"id":394,"kind":1024,"name":"performance","url":"interfaces/Result.html#performance","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Result"},{"id":395,"kind":1024,"name":"canvas","url":"interfaces/Result.html#canvas","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Result"},{"id":396,"kind":1024,"name":"timestamp","url":"interfaces/Result.html#timestamp","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Result"},{"id":397,"kind":1024,"name":"persons","url":"interfaces/Result.html#persons","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Result"}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,55.835]],["parent/0",[]],["name/1",[1,47.362]],["parent/1",[]],["name/2",[2,26.748]],["parent/2",[1,4.485]],["name/3",[1,47.362]],["parent/3",[3,5.287]],["name/4",[4,24.48]],["parent/4",[]],["name/5",[5,44.849]],["parent/5",[4,2.318]],["name/6",[6,47.362]],["parent/6",[4,2.318]],["name/7",[7,31.268]],["parent/7",[4,2.318]],["name/8",[8,35.466]],["parent/8",[4,2.318]],["name/9",[9,55.835]],["parent/9",[4,2.318]],["name/10",[10,55.835]],["parent/10",[4,2.318]],["name/11",[2,26.748]],["parent/11",[4,2.318]],["name/12",[11,26.046]],["parent/12",[12,2.858]],["name/13",[13,44.849]],["parent/13",[12,2.858]],["name/14",[14,25.712]],["parent/14",[4,2.318]],["name/15",[15,55.835]],["parent/15",[4,2.318]],["name/16",[2,26.748]],["parent/16",[4,2.318]],["name/17",[13,44.849]],["parent/17",[12,2.858]],["name/18",[2,26.748]],["parent/18",[12,2.858]],["name/19",[16,44.849]],["parent/19",[12,2.858]],["name/20",[2,26.748]],["parent/20",[12,2.858]],["name/21",[17,44.849]],["parent/21",[12,2.858]],["name/22",[2,26.748]],["parent/22",[12,2.858]],["name/23",[18,47.362]],["parent/23",[12,2.858]],["name/24",[2,26.748]],["parent/24",[12,2.858]],["name/25",[19,47.362]],["parent/25",[12,2.858]],["name/26",[2,26.748]],["parent/26",[12,2.858]],["name/27",[20,47.362]],["parent/27",[12,2.858]],["name/28",[2,26.748]],["parent/28",[12,2.858]],["name/29",[21,55.835]],["parent/29",[12,2.858]],["name/30",[2,26.748]],["parent/30",[12,2.858]],["name/31",[22,55.835]],["parent/31",[12,2.858]],["name/32",[2,26.748]],["parent/32",[12,2.858]],["name/33",[23,55.835]],["parent/33",[12,2.858]],["name/34",[24,50.727]],["parent/34",[4,2.318]],["name/35",[25,55.835]],["parent/35",[4,2.318]],["name/36",[26,55.835]],["parent/36",[4,2.318]],["name/37",[27,50.727]],["parent/37",[4,2.318]],["name/38",[28,55.835]],["parent/38",[4,2.318]],["name/39",[29,55.835]],["parent/39",[4,2.318]],["name/40",[30,55.835]],["parent/40",[4,2.318]],["name/41",[31,55.835]],["parent/41",[4,2.318]],["name/42",[2,26.748]],["parent/42",[4,2.318]],["name/43",[32,55.835]],["parent/43",[4,2.318]],["name/44",[2,26.748]],["parent/44",[4,2.318]],["name/45",[33,55.835]],["parent/45",[4,2.318]],["name/46",[2,26.748]],["parent/46",[4,2.318]],["name/47",[34,55.835]],["parent/47",[4,2.318]],["name/48",[35,50.727]],["parent/48",[4,2.318]],["name/49",[36,47.362]],["parent/49",[4,2.318]],["name/50",[37,55.835]],["parent/50",[4,2.318]],["name/51",[38,55.835]],["parent/51",[4,2.318]],["name/52",[39,55.835]],["parent/52",[4,2.318]],["name/53",[40,55.835]],["parent/53",[4,2.318]],["name/54",[41,50.727]],["parent/54",[4,2.318]],["name/55",[42,55.835]],["parent/55",[4,2.318]],["name/56",[43,55.835]],["parent/56",[4,2.318]],["name/57",[44,55.835]],["parent/57",[]],["name/58",[11,26.046]],["parent/58",[]],["name/59",[5,44.849]],["parent/59",[11,2.466]],["name/60",[45,41.172]],["parent/60",[11,2.466]],["name/61",[46,55.835]],["parent/61",[11,2.466]],["name/62",[47,55.835]],["parent/62",[11,2.466]],["name/63",[48,55.835]],["parent/63",[11,2.466]],["name/64",[49,55.835]],["parent/64",[11,2.466]],["name/65",[50,55.835]],["parent/65",[11,2.466]],["name/66",[51,55.835]],["parent/66",[11,2.466]],["name/67",[52,55.835]],["parent/67",[11,2.466]],["name/68",[53,55.835]],["parent/68",[11,2.466]],["name/69",[54,55.835]],["parent/69",[11,2.466]],["name/70",[55,55.835]],["parent/70",[11,2.466]],["name/71",[56,55.835]],["parent/71",[11,2.466]],["name/72",[57,55.835]],["parent/72",[11,2.466]],["name/73",[58,55.835]],["parent/73",[11,2.466]],["name/74",[59,55.835]],["parent/74",[11,2.466]],["name/75",[60,55.835]],["parent/75",[11,2.466]],["name/76",[61,55.835]],["parent/76",[11,2.466]],["name/77",[62,55.835]],["parent/77",[11,2.466]],["name/78",[63,55.835]],["parent/78",[11,2.466]],["name/79",[64,55.835]],["parent/79",[11,2.466]],["name/80",[65,55.835]],["parent/80",[11,2.466]],["name/81",[66,55.835]],["parent/81",[11,2.466]],["name/82",[67,55.835]],["parent/82",[11,2.466]],["name/83",[68,55.835]],["parent/83",[11,2.466]],["name/84",[11,26.046]],["parent/84",[]],["name/85",[69,50.727]],["parent/85",[]],["name/86",[2,26.748]],["parent/86",[69,4.803]],["name/87",[70,55.835]],["parent/87",[71,2.961]],["name/88",[72,55.835]],["parent/88",[71,2.961]],["name/89",[73,55.835]],["parent/89",[71,2.961]],["name/90",[74,55.835]],["parent/90",[71,2.961]],["name/91",[75,55.835]],["parent/91",[71,2.961]],["name/92",[76,55.835]],["parent/92",[71,2.961]],["name/93",[77,55.835]],["parent/93",[71,2.961]],["name/94",[78,55.835]],["parent/94",[71,2.961]],["name/95",[79,55.835]],["parent/95",[71,2.961]],["name/96",[80,55.835]],["parent/96",[71,2.961]],["name/97",[81,55.835]],["parent/97",[71,2.961]],["name/98",[82,55.835]],["parent/98",[71,2.961]],["name/99",[83,55.835]],["parent/99",[71,2.961]],["name/100",[84,55.835]],["parent/100",[71,2.961]],["name/101",[85,55.835]],["parent/101",[71,2.961]],["name/102",[86,55.835]],["parent/102",[71,2.961]],["name/103",[87,55.835]],["parent/103",[71,2.961]],["name/104",[88,55.835]],["parent/104",[]],["name/105",[89,41.172]],["parent/105",[]],["name/106",[90,55.835]],["parent/106",[]],["name/107",[91,28.32]],["parent/107",[]],["name/108",[5,44.849]],["parent/108",[91,2.682]],["name/109",[92,50.727]],["parent/109",[91,2.682]],["name/110",[93,55.835]],["parent/110",[91,2.682]],["name/111",[94,55.835]],["parent/111",[91,2.682]],["name/112",[95,55.835]],["parent/112",[91,2.682]],["name/113",[96,55.835]],["parent/113",[91,2.682]],["name/114",[97,55.835]],["parent/114",[91,2.682]],["name/115",[98,50.727]],["parent/115",[91,2.682]],["name/116",[99,47.362]],["parent/116",[91,2.682]],["name/117",[100,55.835]],["parent/117",[91,2.682]],["name/118",[101,55.835]],["parent/118",[91,2.682]],["name/119",[102,55.835]],["parent/119",[91,2.682]],["name/120",[103,55.835]],["parent/120",[91,2.682]],["name/121",[104,50.727]],["parent/121",[91,2.682]],["name/122",[105,55.835]],["parent/122",[91,2.682]],["name/123",[106,55.835]],["parent/123",[91,2.682]],["name/124",[107,55.835]],["parent/124",[91,2.682]],["name/125",[108,55.835]],["parent/125",[91,2.682]],["name/126",[109,55.835]],["parent/126",[91,2.682]],["name/127",[110,55.835]],["parent/127",[91,2.682]],["name/128",[36,47.362]],["parent/128",[91,2.682]],["name/129",[111,50.727]],["parent/129",[91,2.682]],["name/130",[14,25.712]],["parent/130",[]],["name/131",[5,44.849]],["parent/131",[14,2.435]],["name/132",[112,55.835]],["parent/132",[14,2.435]],["name/133",[113,55.835]],["parent/133",[14,2.435]],["name/134",[114,55.835]],["parent/134",[14,2.435]],["name/135",[115,55.835]],["parent/135",[14,2.435]],["name/136",[116,55.835]],["parent/136",[14,2.435]],["name/137",[117,55.835]],["parent/137",[14,2.435]],["name/138",[118,55.835]],["parent/138",[14,2.435]],["name/139",[119,50.727]],["parent/139",[14,2.435]],["name/140",[120,55.835]],["parent/140",[14,2.435]],["name/141",[2,26.748]],["parent/141",[14,2.435]],["name/142",[6,47.362]],["parent/142",[121,3.139]],["name/143",[122,55.835]],["parent/143",[14,2.435]],["name/144",[123,55.835]],["parent/144",[14,2.435]],["name/145",[124,55.835]],["parent/145",[14,2.435]],["name/146",[2,26.748]],["parent/146",[14,2.435]],["name/147",[125,47.362]],["parent/147",[121,3.139]],["name/148",[126,44.849]],["parent/148",[121,3.139]],["name/149",[127,55.835]],["parent/149",[121,3.139]],["name/150",[128,55.835]],["parent/150",[121,3.139]],["name/151",[129,55.835]],["parent/151",[14,2.435]],["name/152",[2,26.748]],["parent/152",[14,2.435]],["name/153",[125,47.362]],["parent/153",[121,3.139]],["name/154",[126,44.849]],["parent/154",[121,3.139]],["name/155",[6,47.362]],["parent/155",[121,3.139]],["name/156",[130,55.835]],["parent/156",[121,3.139]],["name/157",[131,55.835]],["parent/157",[14,2.435]],["name/158",[2,26.748]],["parent/158",[14,2.435]],["name/159",[125,47.362]],["parent/159",[121,3.139]],["name/160",[126,44.849]],["parent/160",[121,3.139]],["name/161",[132,55.835]],["parent/161",[121,3.139]],["name/162",[133,55.835]],["parent/162",[14,2.435]],["name/163",[2,26.748]],["parent/163",[14,2.435]],["name/164",[134,55.835]],["parent/164",[121,3.139]],["name/165",[135,55.835]],["parent/165",[121,3.139]],["name/166",[136,55.835]],["parent/166",[14,2.435]],["name/167",[13,44.849]],["parent/167",[14,2.435]],["name/168",[35,50.727]],["parent/168",[14,2.435]],["name/169",[137,55.835]],["parent/169",[14,2.435]],["name/170",[138,55.835]],["parent/170",[14,2.435]],["name/171",[139,55.835]],["parent/171",[14,2.435]],["name/172",[140,55.835]],["parent/172",[]],["name/173",[141,55.835]],["parent/173",[]],["name/174",[142,55.835]],["parent/174",[]],["name/175",[143,55.835]],["parent/175",[]],["name/176",[14,25.712]],["parent/176",[]],["name/177",[24,50.727]],["parent/177",[]],["name/178",[144,55.835]],["parent/178",[]],["name/179",[145,55.835]],["parent/179",[]],["name/180",[146,55.835]],["parent/180",[]],["name/181",[147,55.835]],["parent/181",[]],["name/182",[148,55.835]],["parent/182",[]],["name/183",[149,55.835]],["parent/183",[]],["name/184",[150,42.842]],["parent/184",[]],["name/185",[151,33.148]],["parent/185",[150,4.057]],["name/186",[152,32.481]],["parent/186",[150,4.057]],["name/187",[153,34.632]],["parent/187",[150,4.057]],["name/188",[154,34.632]],["parent/188",[150,4.057]],["name/189",[155,36.376]],["parent/189",[]],["name/190",[156,47.362]],["parent/190",[155,3.444]],["name/191",[157,44.849]],["parent/191",[155,3.444]],["name/192",[158,41.172]],["parent/192",[155,3.444]],["name/193",[159,47.362]],["parent/193",[155,3.444]],["name/194",[160,50.727]],["parent/194",[155,3.444]],["name/195",[151,33.148]],["parent/195",[155,3.444]],["name/196",[152,32.481]],["parent/196",[155,3.444]],["name/197",[153,34.632]],["parent/197",[155,3.444]],["name/198",[154,34.632]],["parent/198",[155,3.444]],["name/199",[161,42.842]],["parent/199",[]],["name/200",[151,33.148]],["parent/200",[161,4.057]],["name/201",[152,32.481]],["parent/201",[161,4.057]],["name/202",[153,34.632]],["parent/202",[161,4.057]],["name/203",[154,34.632]],["parent/203",[161,4.057]],["name/204",[162,42.842]],["parent/204",[]],["name/205",[151,33.148]],["parent/205",[162,4.057]],["name/206",[152,32.481]],["parent/206",[162,4.057]],["name/207",[153,34.632]],["parent/207",[162,4.057]],["name/208",[154,34.632]],["parent/208",[162,4.057]],["name/209",[163,41.172]],["parent/209",[]],["name/210",[158,41.172]],["parent/210",[163,3.898]],["name/211",[151,33.148]],["parent/211",[163,3.898]],["name/212",[152,32.481]],["parent/212",[163,3.898]],["name/213",[153,34.632]],["parent/213",[163,3.898]],["name/214",[154,34.632]],["parent/214",[163,3.898]],["name/215",[164,41.172]],["parent/215",[]],["name/216",[158,41.172]],["parent/216",[164,3.898]],["name/217",[151,33.148]],["parent/217",[164,3.898]],["name/218",[152,32.481]],["parent/218",[164,3.898]],["name/219",[153,34.632]],["parent/219",[164,3.898]],["name/220",[154,34.632]],["parent/220",[164,3.898]],["name/221",[165,42.842]],["parent/221",[]],["name/222",[151,33.148]],["parent/222",[165,4.057]],["name/223",[152,32.481]],["parent/223",[165,4.057]],["name/224",[153,34.632]],["parent/224",[165,4.057]],["name/225",[154,34.632]],["parent/225",[165,4.057]],["name/226",[166,35.466]],["parent/226",[]],["name/227",[167,47.362]],["parent/227",[166,3.358]],["name/228",[168,50.727]],["parent/228",[166,3.358]],["name/229",[169,50.727]],["parent/229",[166,3.358]],["name/230",[170,55.835]],["parent/230",[166,3.358]],["name/231",[99,47.362]],["parent/231",[166,3.358]],["name/232",[111,50.727]],["parent/232",[166,3.358]],["name/233",[151,33.148]],["parent/233",[166,3.358]],["name/234",[152,32.481]],["parent/234",[166,3.358]],["name/235",[153,34.632]],["parent/235",[166,3.358]],["name/236",[154,34.632]],["parent/236",[166,3.358]],["name/237",[171,37.377]],["parent/237",[]],["name/238",[157,44.849]],["parent/238",[171,3.539]],["name/239",[158,41.172]],["parent/239",[171,3.539]],["name/240",[167,47.362]],["parent/240",[171,3.539]],["name/241",[2,26.748]],["parent/241",[171,3.539]],["name/242",[152,32.481]],["parent/242",[172,5.287]],["name/243",[151,33.148]],["parent/243",[171,3.539]],["name/244",[152,32.481]],["parent/244",[171,3.539]],["name/245",[153,34.632]],["parent/245",[171,3.539]],["name/246",[154,34.632]],["parent/246",[171,3.539]],["name/247",[173,33.148]],["parent/247",[]],["name/248",[156,47.362]],["parent/248",[173,3.139]],["name/249",[158,41.172]],["parent/249",[173,3.139]],["name/250",[159,47.362]],["parent/250",[173,3.139]],["name/251",[157,44.849]],["parent/251",[173,3.139]],["name/252",[174,50.727]],["parent/252",[173,3.139]],["name/253",[167,47.362]],["parent/253",[173,3.139]],["name/254",[2,26.748]],["parent/254",[173,3.139]],["name/255",[152,32.481]],["parent/255",[175,4.803]],["name/256",[176,55.835]],["parent/256",[173,3.139]],["name/257",[2,26.748]],["parent/257",[173,3.139]],["name/258",[152,32.481]],["parent/258",[175,4.803]],["name/259",[151,33.148]],["parent/259",[173,3.139]],["name/260",[152,32.481]],["parent/260",[173,3.139]],["name/261",[153,34.632]],["parent/261",[173,3.139]],["name/262",[154,34.632]],["parent/262",[173,3.139]],["name/263",[177,38.489]],["parent/263",[]],["name/264",[158,41.172]],["parent/264",[177,3.644]],["name/265",[159,47.362]],["parent/265",[177,3.644]],["name/266",[157,44.849]],["parent/266",[177,3.644]],["name/267",[151,33.148]],["parent/267",[177,3.644]],["name/268",[152,32.481]],["parent/268",[177,3.644]],["name/269",[153,34.632]],["parent/269",[177,3.644]],["name/270",[154,34.632]],["parent/270",[177,3.644]],["name/271",[178,41.172]],["parent/271",[]],["name/272",[179,50.727]],["parent/272",[178,3.898]],["name/273",[151,33.148]],["parent/273",[178,3.898]],["name/274",[152,32.481]],["parent/274",[178,3.898]],["name/275",[153,34.632]],["parent/275",[178,3.898]],["name/276",[154,34.632]],["parent/276",[178,3.898]],["name/277",[180,29.685]],["parent/277",[]],["name/278",[151,33.148]],["parent/278",[180,2.811]],["name/279",[181,55.835]],["parent/279",[180,2.811]],["name/280",[182,55.835]],["parent/280",[180,2.811]],["name/281",[183,55.835]],["parent/281",[180,2.811]],["name/282",[160,50.727]],["parent/282",[180,2.811]],["name/283",[184,55.835]],["parent/283",[180,2.811]],["name/284",[185,55.835]],["parent/284",[180,2.811]],["name/285",[186,55.835]],["parent/285",[180,2.811]],["name/286",[187,55.835]],["parent/286",[180,2.811]],["name/287",[179,50.727]],["parent/287",[180,2.811]],["name/288",[188,55.835]],["parent/288",[180,2.811]],["name/289",[189,55.835]],["parent/289",[180,2.811]],["name/290",[190,55.835]],["parent/290",[180,2.811]],["name/291",[191,55.835]],["parent/291",[180,2.811]],["name/292",[192,55.835]],["parent/292",[180,2.811]],["name/293",[193,55.835]],["parent/293",[180,2.811]],["name/294",[194,55.835]],["parent/294",[180,2.811]],["name/295",[195,55.835]],["parent/295",[180,2.811]],["name/296",[196,55.835]],["parent/296",[180,2.811]],["name/297",[197,50.727]],["parent/297",[]],["name/298",[151,33.148]],["parent/298",[197,4.803]],["name/299",[7,31.268]],["parent/299",[]],["name/300",[126,44.849]],["parent/300",[7,2.961]],["name/301",[198,55.835]],["parent/301",[7,2.961]],["name/302",[199,55.835]],["parent/302",[7,2.961]],["name/303",[200,55.835]],["parent/303",[7,2.961]],["name/304",[41,50.727]],["parent/304",[7,2.961]],["name/305",[201,55.835]],["parent/305",[7,2.961]],["name/306",[202,55.835]],["parent/306",[7,2.961]],["name/307",[203,55.835]],["parent/307",[7,2.961]],["name/308",[119,50.727]],["parent/308",[7,2.961]],["name/309",[19,47.362]],["parent/309",[7,2.961]],["name/310",[16,44.849]],["parent/310",[7,2.961]],["name/311",[17,44.849]],["parent/311",[7,2.961]],["name/312",[18,47.362]],["parent/312",[7,2.961]],["name/313",[20,47.362]],["parent/313",[7,2.961]],["name/314",[36,47.362]],["parent/314",[7,2.961]],["name/315",[204,55.835]],["parent/315",[]],["name/316",[205,29.685]],["parent/316",[]],["name/317",[45,41.172]],["parent/317",[205,2.811]],["name/318",[206,42.842]],["parent/318",[205,2.811]],["name/319",[207,50.727]],["parent/319",[205,2.811]],["name/320",[208,55.835]],["parent/320",[205,2.811]],["name/321",[89,41.172]],["parent/321",[205,2.811]],["name/322",[209,42.842]],["parent/322",[205,2.811]],["name/323",[168,50.727]],["parent/323",[205,2.811]],["name/324",[210,55.835]],["parent/324",[205,2.811]],["name/325",[211,47.362]],["parent/325",[205,2.811]],["name/326",[92,50.727]],["parent/326",[205,2.811]],["name/327",[104,50.727]],["parent/327",[205,2.811]],["name/328",[212,55.835]],["parent/328",[205,2.811]],["name/329",[99,47.362]],["parent/329",[205,2.811]],["name/330",[98,50.727]],["parent/330",[205,2.811]],["name/331",[169,50.727]],["parent/331",[205,2.811]],["name/332",[213,55.835]],["parent/332",[205,2.811]],["name/333",[156,47.362]],["parent/333",[205,2.811]],["name/334",[2,26.748]],["parent/334",[205,2.811]],["name/335",[214,55.835]],["parent/335",[215,4.057]],["name/336",[2,26.748]],["parent/336",[215,4.057]],["name/337",[216,55.835]],["parent/337",[217,4.057]],["name/338",[218,55.835]],["parent/338",[217,4.057]],["name/339",[219,55.835]],["parent/339",[217,4.057]],["name/340",[220,55.835]],["parent/340",[215,4.057]],["name/341",[221,55.835]],["parent/341",[215,4.057]],["name/342",[2,26.748]],["parent/342",[215,4.057]],["name/343",[222,55.835]],["parent/343",[217,4.057]],["name/344",[223,55.835]],["parent/344",[217,4.057]],["name/345",[11,26.046]],["parent/345",[205,2.811]],["name/346",[224,42.842]],["parent/346",[]],["name/347",[225,55.835]],["parent/347",[224,4.057]],["name/348",[226,55.835]],["parent/348",[224,4.057]],["name/349",[227,55.835]],["parent/349",[224,4.057]],["name/350",[206,42.842]],["parent/350",[224,4.057]],["name/351",[228,39.741]],["parent/351",[]],["name/352",[45,41.172]],["parent/352",[228,3.763]],["name/353",[206,42.842]],["parent/353",[228,3.763]],["name/354",[89,41.172]],["parent/354",[228,3.763]],["name/355",[209,42.842]],["parent/355",[228,3.763]],["name/356",[229,50.727]],["parent/356",[228,3.763]],["name/357",[211,47.362]],["parent/357",[228,3.763]],["name/358",[230,35.466]],["parent/358",[]],["name/359",[45,41.172]],["parent/359",[230,3.358]],["name/360",[206,42.842]],["parent/360",[230,3.358]],["name/361",[207,50.727]],["parent/361",[230,3.358]],["name/362",[231,55.835]],["parent/362",[230,3.358]],["name/363",[89,41.172]],["parent/363",[230,3.358]],["name/364",[209,42.842]],["parent/364",[230,3.358]],["name/365",[229,50.727]],["parent/365",[230,3.358]],["name/366",[232,50.727]],["parent/366",[230,3.358]],["name/367",[211,47.362]],["parent/367",[230,3.358]],["name/368",[174,50.727]],["parent/368",[230,3.358]],["name/369",[233,39.741]],["parent/369",[]],["name/370",[45,41.172]],["parent/370",[233,3.763]],["name/371",[206,42.842]],["parent/371",[233,3.763]],["name/372",[234,55.835]],["parent/372",[233,3.763]],["name/373",[232,50.727]],["parent/373",[233,3.763]],["name/374",[89,41.172]],["parent/374",[233,3.763]],["name/375",[209,42.842]],["parent/375",[233,3.763]],["name/376",[235,55.835]],["parent/376",[]],["name/377",[236,37.377]],["parent/377",[]],["name/378",[45,41.172]],["parent/378",[236,3.539]],["name/379",[16,44.849]],["parent/379",[236,3.539]],["name/380",[17,44.849]],["parent/380",[236,3.539]],["name/381",[237,55.835]],["parent/381",[236,3.539]],["name/382",[2,26.748]],["parent/382",[236,3.539]],["name/383",[238,55.835]],["parent/383",[239,4.803]],["name/384",[240,55.835]],["parent/384",[239,4.803]],["name/385",[241,55.835]],["parent/385",[236,3.539]],["name/386",[89,41.172]],["parent/386",[236,3.539]],["name/387",[209,42.842]],["parent/387",[236,3.539]],["name/388",[8,35.466]],["parent/388",[]],["name/389",[16,44.849]],["parent/389",[8,3.358]],["name/390",[17,44.849]],["parent/390",[8,3.358]],["name/391",[18,47.362]],["parent/391",[8,3.358]],["name/392",[19,47.362]],["parent/392",[8,3.358]],["name/393",[20,47.362]],["parent/393",[8,3.358]],["name/394",[27,50.727]],["parent/394",[8,3.358]],["name/395",[13,44.849]],["parent/395",[8,3.358]],["name/396",[242,55.835]],["parent/396",[8,3.358]],["name/397",[243,55.835]],["parent/397",[8,3.358]]],"invertedIndex":[["__type",{"_index":2,"name":{"2":{},"11":{},"16":{},"18":{},"20":{},"22":{},"24":{},"26":{},"28":{},"30":{},"32":{},"42":{},"44":{},"46":{},"86":{},"141":{},"146":{},"152":{},"158":{},"163":{},"241":{},"254":{},"257":{},"334":{},"336":{},"342":{},"382":{}},"parent":{}}],["adapter",{"_index":132,"name":{"161":{}},"parent":{}}],["age",{"_index":92,"name":{"109":{},"326":{}},"parent":{}}],["agegenderrace",{"_index":93,"name":{"110":{}},"parent":{}}],["agent",{"_index":116,"name":{"136":{}},"parent":{}}],["all",{"_index":22,"name":{"31":{}},"parent":{}}],["angle",{"_index":214,"name":{"335":{}},"parent":{}}],["annotations",{"_index":211,"name":{"325":{},"357":{},"367":{}},"parent":{}}],["antispoof",{"_index":111,"name":{"129":{},"232":{}},"parent":{}}],["anycanvas",{"_index":144,"name":{"178":{}},"parent":{}}],["anyimage",{"_index":145,"name":{"179":{}},"parent":{}}],["anyvideo",{"_index":146,"name":{"180":{}},"parent":{}}],["array",{"_index":57,"name":{"72":{}},"parent":{}}],["arraysync",{"_index":58,"name":{"73":{}},"parent":{}}],["async",{"_index":200,"name":{"303":{}},"parent":{}}],["backend",{"_index":126,"name":{"148":{},"154":{},"160":{},"300":{}},"parent":{}}],["backends",{"_index":117,"name":{"137":{}},"parent":{}}],["bearing",{"_index":222,"name":{"343":{}},"parent":{}}],["blazepose",{"_index":95,"name":{"112":{}},"parent":{}}],["blazeposedetect",{"_index":94,"name":{"111":{}},"parent":{}}],["blur",{"_index":179,"name":{"272":{},"287":{}},"parent":{}}],["body",{"_index":17,"name":{"21":{},"311":{},"380":{},"390":{}},"parent":{}}],["bodyconfig",{"_index":171,"name":{"237":{}},"parent":{"238":{},"239":{},"240":{},"241":{},"243":{},"244":{},"245":{},"246":{}}}],["bodyconfig.__type",{"_index":172,"name":{},"parent":{"242":{}}}],["bodygesture",{"_index":141,"name":{"173":{}},"parent":{}}],["bodykeypoint",{"_index":224,"name":{"346":{}},"parent":{"347":{},"348":{},"349":{},"350":{}}}],["bodyresult",{"_index":228,"name":{"351":{}},"parent":{"352":{},"353":{},"354":{},"355":{},"356":{},"357":{}}}],["box",{"_index":89,"name":{"105":{},"321":{},"354":{},"363":{},"374":{},"386":{}},"parent":{}}],["boxraw",{"_index":209,"name":{"322":{},"355":{},"364":{},"375":{},"387":{}},"parent":{}}],["boxscore",{"_index":207,"name":{"319":{},"361":{}},"parent":{}}],["brightness",{"_index":185,"name":{"284":{}},"parent":{}}],["browser",{"_index":112,"name":{"132":{}},"parent":{}}],["buffer",{"_index":55,"name":{"70":{}},"parent":{}}],["buffersync",{"_index":56,"name":{"71":{}},"parent":{}}],["bytes",{"_index":61,"name":{"76":{}},"parent":{}}],["cachesensitivity",{"_index":202,"name":{"306":{}},"parent":{}}],["canvas",{"_index":13,"name":{"13":{},"17":{},"167":{},"395":{}},"parent":{}}],["centernet",{"_index":96,"name":{"113":{}},"parent":{}}],["class",{"_index":234,"name":{"372":{}},"parent":{}}],["clone",{"_index":66,"name":{"81":{}},"parent":{}}],["color",{"_index":70,"name":{"87":{}},"parent":{}}],["config",{"_index":7,"name":{"7":{},"299":{}},"parent":{"300":{},"301":{},"302":{},"303":{},"304":{},"305":{},"306":{},"307":{},"308":{},"309":{},"310":{},"311":{},"312":{},"313":{},"314":{}}}],["constructor",{"_index":5,"name":{"5":{},"59":{},"108":{},"131":{}},"parent":{}}],["contrast",{"_index":186,"name":{"285":{}},"parent":{}}],["cpu",{"_index":133,"name":{"162":{}},"parent":{}}],["data",{"_index":59,"name":{"74":{}},"parent":{}}],["dataid",{"_index":46,"name":{"61":{}},"parent":{}}],["datasync",{"_index":60,"name":{"75":{}},"parent":{}}],["debug",{"_index":199,"name":{"302":{}},"parent":{}}],["default",{"_index":44,"name":{"57":{}},"parent":{}}],["defaults",{"_index":204,"name":{"315":{}},"parent":{}}],["description",{"_index":170,"name":{"230":{}},"parent":{}}],["descriptor",{"_index":88,"name":{"104":{}},"parent":{}}],["detect",{"_index":43,"name":{"56":{}},"parent":{}}],["detector",{"_index":167,"name":{"227":{},"240":{},"253":{}},"parent":{}}],["dispose",{"_index":62,"name":{"77":{}},"parent":{}}],["distance",{"_index":32,"name":{"43":{}},"parent":{}}],["draw",{"_index":15,"name":{"15":{}},"parent":{}}],["drawboxes",{"_index":82,"name":{"98":{}},"parent":{}}],["drawgaze",{"_index":84,"name":{"100":{}},"parent":{}}],["drawgestures",{"_index":81,"name":{"97":{}},"parent":{}}],["drawlabels",{"_index":80,"name":{"96":{}},"parent":{}}],["drawoptions",{"_index":69,"name":{"85":{}},"parent":{"86":{}}}],["drawoptions.__type",{"_index":71,"name":{},"parent":{"87":{},"88":{},"89":{},"90":{},"91":{},"92":{},"93":{},"94":{},"95":{},"96":{},"97":{},"98":{},"99":{},"100":{},"101":{},"102":{},"103":{}}}],["drawpoints",{"_index":79,"name":{"95":{}},"parent":{}}],["drawpolygons",{"_index":83,"name":{"99":{}},"parent":{}}],["dtype",{"_index":49,"name":{"64":{}},"parent":{}}],["efficientpose",{"_index":97,"name":{"114":{}},"parent":{}}],["embedding",{"_index":98,"name":{"115":{},"330":{}},"parent":{}}],["emotion",{"_index":99,"name":{"116":{},"231":{},"329":{}},"parent":{}}],["enabled",{"_index":151,"name":{"185":{},"195":{},"200":{},"205":{},"211":{},"217":{},"222":{},"233":{},"243":{},"259":{},"267":{},"273":{},"278":{},"298":{}},"parent":{}}],["enhance",{"_index":37,"name":{"50":{}},"parent":{}}],["env",{"_index":14,"name":{"14":{},"130":{},"176":{}},"parent":{"131":{},"132":{},"133":{},"134":{},"135":{},"136":{},"137":{},"138":{},"139":{},"140":{},"141":{},"143":{},"144":{},"145":{},"146":{},"151":{},"152":{},"157":{},"158":{},"162":{},"163":{},"166":{},"167":{},"168":{},"169":{},"170":{},"171":{}}}],["env.__type",{"_index":121,"name":{},"parent":{"142":{},"147":{},"148":{},"149":{},"150":{},"153":{},"154":{},"155":{},"156":{},"159":{},"160":{},"161":{},"164":{},"165":{}}}],["equalization",{"_index":181,"name":{"279":{}},"parent":{}}],["error",{"_index":1,"name":{"1":{},"3":{}},"parent":{"2":{}}}],["error.__type",{"_index":3,"name":{},"parent":{"3":{}}}],["events",{"_index":24,"name":{"34":{},"177":{}},"parent":{}}],["externalcanvas",{"_index":148,"name":{"182":{}},"parent":{}}],["face",{"_index":16,"name":{"19":{},"310":{},"379":{},"389":{}},"parent":{}}],["faceantispoofconfig",{"_index":165,"name":{"221":{}},"parent":{"222":{},"223":{},"224":{},"225":{}}}],["faceconfig",{"_index":166,"name":{"226":{}},"parent":{"227":{},"228":{},"229":{},"230":{},"231":{},"232":{},"233":{},"234":{},"235":{},"236":{}}}],["facedescriptionconfig",{"_index":163,"name":{"209":{}},"parent":{"210":{},"211":{},"212":{},"213":{},"214":{}}}],["facedetect",{"_index":100,"name":{"117":{}},"parent":{}}],["facedetectorconfig",{"_index":155,"name":{"189":{}},"parent":{"190":{},"191":{},"192":{},"193":{},"194":{},"195":{},"196":{},"197":{},"198":{}}}],["faceemotionconfig",{"_index":164,"name":{"215":{}},"parent":{"216":{},"217":{},"218":{},"219":{},"220":{}}}],["facegesture",{"_index":140,"name":{"172":{}},"parent":{}}],["faceiris",{"_index":101,"name":{"118":{}},"parent":{}}],["faceirisconfig",{"_index":162,"name":{"204":{}},"parent":{"205":{},"206":{},"207":{},"208":{}}}],["facemesh",{"_index":102,"name":{"119":{}},"parent":{}}],["facemeshconfig",{"_index":161,"name":{"199":{}},"parent":{"200":{},"201":{},"202":{},"203":{}}}],["faceres",{"_index":103,"name":{"120":{}},"parent":{}}],["faceresult",{"_index":205,"name":{"316":{}},"parent":{"317":{},"318":{},"319":{},"320":{},"321":{},"322":{},"323":{},"324":{},"325":{},"326":{},"327":{},"328":{},"329":{},"330":{},"331":{},"332":{},"333":{},"334":{},"345":{}}}],["faceresult.__type",{"_index":215,"name":{},"parent":{"335":{},"336":{},"340":{},"341":{},"342":{}}}],["faceresult.__type.__type",{"_index":217,"name":{},"parent":{"337":{},"338":{},"339":{},"343":{},"344":{}}}],["facescore",{"_index":208,"name":{"320":{}},"parent":{}}],["facetriangulation",{"_index":25,"name":{"35":{}},"parent":{}}],["faceuvmap",{"_index":26,"name":{"36":{}},"parent":{}}],["fillpolygons",{"_index":85,"name":{"101":{}},"parent":{}}],["filter",{"_index":119,"name":{"139":{},"308":{}},"parent":{}}],["filterconfig",{"_index":180,"name":{"277":{}},"parent":{"278":{},"279":{},"280":{},"281":{},"282":{},"283":{},"284":{},"285":{},"286":{},"287":{},"288":{},"289":{},"290":{},"291":{},"292":{},"293":{},"294":{},"295":{},"296":{}}}],["fingerscore",{"_index":231,"name":{"362":{}},"parent":{}}],["flags",{"_index":135,"name":{"165":{}},"parent":{}}],["flip",{"_index":184,"name":{"283":{}},"parent":{}}],["font",{"_index":74,"name":{"90":{}},"parent":{}}],["gaze",{"_index":221,"name":{"341":{}},"parent":{}}],["gender",{"_index":104,"name":{"121":{},"327":{}},"parent":{}}],["genderscore",{"_index":212,"name":{"328":{}},"parent":{}}],["genericconfig",{"_index":150,"name":{"184":{}},"parent":{"185":{},"186":{},"187":{},"188":{}}}],["gesture",{"_index":19,"name":{"25":{},"309":{},"392":{}},"parent":{}}],["gestureconfig",{"_index":197,"name":{"297":{}},"parent":{"298":{}}}],["gestureresult",{"_index":235,"name":{"376":{}},"parent":{}}],["gestures",{"_index":241,"name":{"385":{}},"parent":{}}],["gl",{"_index":28,"name":{"38":{}},"parent":{}}],["hand",{"_index":18,"name":{"23":{},"312":{},"391":{}},"parent":{}}],["handconfig",{"_index":173,"name":{"247":{}},"parent":{"248":{},"249":{},"250":{},"251":{},"252":{},"253":{},"254":{},"256":{},"257":{},"259":{},"260":{},"261":{},"262":{}}}],["handconfig.__type",{"_index":175,"name":{},"parent":{"255":{},"258":{}}}],["handgesture",{"_index":142,"name":{"174":{}},"parent":{}}],["handpose",{"_index":105,"name":{"122":{}},"parent":{}}],["handresult",{"_index":230,"name":{"358":{}},"parent":{"359":{},"360":{},"361":{},"362":{},"363":{},"364":{},"365":{},"366":{},"367":{},"368":{}}}],["hands",{"_index":237,"name":{"381":{}},"parent":{}}],["handskeleton",{"_index":106,"name":{"123":{}},"parent":{}}],["handtrack",{"_index":107,"name":{"124":{}},"parent":{}}],["height",{"_index":183,"name":{"281":{}},"parent":{}}],["hue",{"_index":189,"name":{"289":{}},"parent":{}}],["human",{"_index":4,"name":{"4":{}},"parent":{"5":{},"6":{},"7":{},"8":{},"9":{},"10":{},"11":{},"14":{},"15":{},"16":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{}}}],["human.__type",{"_index":12,"name":{},"parent":{"12":{},"13":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{}}}],["id",{"_index":45,"name":{"60":{},"317":{},"352":{},"359":{},"370":{},"378":{}},"parent":{}}],["image",{"_index":35,"name":{"48":{},"168":{}},"parent":{}}],["imagedata",{"_index":137,"name":{"169":{}},"parent":{}}],["imageobjects",{"_index":147,"name":{"181":{}},"parent":{}}],["init",{"_index":38,"name":{"51":{}},"parent":{}}],["initial",{"_index":118,"name":{"138":{}},"parent":{}}],["input",{"_index":149,"name":{"183":{}},"parent":{}}],["iouthreshold",{"_index":159,"name":{"193":{},"250":{},"265":{}},"parent":{}}],["iris",{"_index":169,"name":{"229":{},"331":{}},"parent":{}}],["irisgesture",{"_index":143,"name":{"175":{}},"parent":{}}],["isdisposed",{"_index":63,"name":{"78":{}},"parent":{}}],["kept",{"_index":51,"name":{"66":{}},"parent":{}}],["kernels",{"_index":136,"name":{"166":{}},"parent":{}}],["keypoints",{"_index":229,"name":{"356":{},"365":{}},"parent":{}}],["kodachrome",{"_index":193,"name":{"293":{}},"parent":{}}],["label",{"_index":232,"name":{"366":{},"373":{}},"parent":{}}],["labelcolor",{"_index":72,"name":{"88":{}},"parent":{}}],["landmarks",{"_index":174,"name":{"252":{},"368":{}},"parent":{}}],["left",{"_index":238,"name":{"383":{}},"parent":{}}],["lineheight",{"_index":75,"name":{"91":{}},"parent":{}}],["linewidth",{"_index":76,"name":{"92":{}},"parent":{}}],["load",{"_index":39,"name":{"52":{}},"parent":{}}],["match",{"_index":33,"name":{"45":{}},"parent":{}}],["matrix",{"_index":220,"name":{"340":{}},"parent":{}}],["maxdetected",{"_index":157,"name":{"191":{},"238":{},"251":{},"266":{}},"parent":{}}],["mesh",{"_index":168,"name":{"228":{},"323":{}},"parent":{}}],["meshraw",{"_index":210,"name":{"324":{}},"parent":{}}],["minconfidence",{"_index":158,"name":{"192":{},"210":{},"216":{},"239":{},"249":{},"264":{}},"parent":{}}],["model",{"_index":134,"name":{"164":{}},"parent":{}}],["modelbasepath",{"_index":201,"name":{"305":{}},"parent":{}}],["modelpath",{"_index":152,"name":{"186":{},"196":{},"201":{},"206":{},"212":{},"218":{},"223":{},"234":{},"242":{},"244":{},"255":{},"258":{},"260":{},"268":{},"274":{}},"parent":{}}],["models",{"_index":91,"name":{"107":{}},"parent":{"108":{},"109":{},"110":{},"111":{},"112":{},"113":{},"114":{},"115":{},"116":{},"117":{},"118":{},"119":{},"120":{},"121":{},"122":{},"123":{},"124":{},"125":{},"126":{},"127":{},"128":{},"129":{}}}],["movenet",{"_index":108,"name":{"125":{}},"parent":{}}],["multithread",{"_index":128,"name":{"150":{}},"parent":{}}],["nanodet",{"_index":109,"name":{"126":{}},"parent":{}}],["negative",{"_index":190,"name":{"290":{}},"parent":{}}],["next",{"_index":40,"name":{"53":{}},"parent":{}}],["node",{"_index":113,"name":{"133":{}},"parent":{}}],["now",{"_index":34,"name":{"47":{}},"parent":{}}],["object",{"_index":20,"name":{"27":{},"313":{},"393":{}},"parent":{}}],["objectconfig",{"_index":177,"name":{"263":{}},"parent":{"264":{},"265":{},"266":{},"267":{},"268":{},"269":{},"270":{}}}],["objectresult",{"_index":233,"name":{"369":{}},"parent":{"370":{},"371":{},"372":{},"373":{},"374":{},"375":{}}}],["offscreen",{"_index":122,"name":{"143":{}},"parent":{}}],["options",{"_index":23,"name":{"33":{}},"parent":{}}],["part",{"_index":225,"name":{"347":{}},"parent":{}}],["perfadd",{"_index":123,"name":{"144":{}},"parent":{}}],["performance",{"_index":27,"name":{"37":{},"394":{}},"parent":{}}],["person",{"_index":21,"name":{"29":{}},"parent":{}}],["personresult",{"_index":236,"name":{"377":{}},"parent":{"378":{},"379":{},"380":{},"381":{},"382":{},"385":{},"386":{},"387":{}}}],["personresult.__type",{"_index":239,"name":{},"parent":{"383":{},"384":{}}}],["persons",{"_index":243,"name":{"397":{}},"parent":{}}],["pitch",{"_index":219,"name":{"339":{}},"parent":{}}],["pixelate",{"_index":196,"name":{"296":{}},"parent":{}}],["platform",{"_index":115,"name":{"135":{}},"parent":{}}],["point",{"_index":90,"name":{"106":{}},"parent":{}}],["pointsize",{"_index":77,"name":{"93":{}},"parent":{}}],["polaroid",{"_index":195,"name":{"295":{}},"parent":{}}],["posenet",{"_index":110,"name":{"127":{}},"parent":{}}],["position",{"_index":226,"name":{"348":{}},"parent":{}}],["positionraw",{"_index":227,"name":{"349":{}},"parent":{}}],["print",{"_index":65,"name":{"80":{}},"parent":{}}],["process",{"_index":10,"name":{"10":{}},"parent":{}}],["profile",{"_index":42,"name":{"55":{}},"parent":{}}],["rank",{"_index":54,"name":{"69":{}},"parent":{}}],["ranktype",{"_index":50,"name":{"65":{}},"parent":{}}],["real",{"_index":213,"name":{"332":{}},"parent":{}}],["renderer",{"_index":130,"name":{"156":{}},"parent":{}}],["reset",{"_index":29,"name":{"39":{}},"parent":{}}],["result",{"_index":8,"name":{"8":{},"388":{}},"parent":{"389":{},"390":{},"391":{},"392":{},"393":{},"394":{},"395":{},"396":{},"397":{}}}],["return",{"_index":160,"name":{"194":{},"282":{}},"parent":{}}],["right",{"_index":240,"name":{"384":{}},"parent":{}}],["roll",{"_index":216,"name":{"337":{}},"parent":{}}],["rotation",{"_index":156,"name":{"190":{},"248":{},"333":{}},"parent":{}}],["roundrect",{"_index":78,"name":{"94":{}},"parent":{}}],["saturation",{"_index":188,"name":{"288":{}},"parent":{}}],["scopeid",{"_index":52,"name":{"67":{}},"parent":{}}],["score",{"_index":206,"name":{"318":{},"350":{},"353":{},"360":{},"371":{}},"parent":{}}],["segmentation",{"_index":36,"name":{"49":{},"128":{},"314":{}},"parent":{}}],["segmentationconfig",{"_index":178,"name":{"271":{}},"parent":{"272":{},"273":{},"274":{},"275":{},"276":{}}}],["sepia",{"_index":191,"name":{"291":{}},"parent":{}}],["shadowcolor",{"_index":73,"name":{"89":{}},"parent":{}}],["shape",{"_index":47,"name":{"62":{}},"parent":{}}],["sharpness",{"_index":187,"name":{"286":{}},"parent":{}}],["simd",{"_index":127,"name":{"149":{}},"parent":{}}],["similarity",{"_index":31,"name":{"41":{}},"parent":{}}],["size",{"_index":48,"name":{"63":{}},"parent":{}}],["skeleton",{"_index":176,"name":{"256":{}},"parent":{}}],["skipallowed",{"_index":203,"name":{"307":{}},"parent":{}}],["skipframes",{"_index":153,"name":{"187":{},"197":{},"202":{},"207":{},"213":{},"219":{},"224":{},"235":{},"245":{},"261":{},"269":{},"275":{}},"parent":{}}],["skiptime",{"_index":154,"name":{"188":{},"198":{},"203":{},"208":{},"214":{},"220":{},"225":{},"236":{},"246":{},"262":{},"270":{},"276":{}},"parent":{}}],["state",{"_index":9,"name":{"9":{}},"parent":{}}],["strength",{"_index":223,"name":{"344":{}},"parent":{}}],["strides",{"_index":53,"name":{"68":{}},"parent":{}}],["supported",{"_index":125,"name":{"147":{},"153":{},"159":{}},"parent":{}}],["technicolor",{"_index":194,"name":{"294":{}},"parent":{}}],["tensor",{"_index":11,"name":{"12":{},"58":{},"84":{},"345":{}},"parent":{"59":{},"60":{},"61":{},"62":{},"63":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"75":{},"76":{},"77":{},"78":{},"79":{},"80":{},"81":{},"82":{},"83":{}}}],["tensorflow",{"_index":0,"name":{"0":{}},"parent":{}}],["tfjs",{"_index":120,"name":{"140":{}},"parent":{}}],["throwifdisposed",{"_index":64,"name":{"79":{}},"parent":{}}],["timestamp",{"_index":242,"name":{"396":{}},"parent":{}}],["tostring",{"_index":67,"name":{"82":{}},"parent":{}}],["updatebackend",{"_index":138,"name":{"170":{}},"parent":{}}],["updatecpu",{"_index":139,"name":{"171":{}},"parent":{}}],["usecurves",{"_index":87,"name":{"103":{}},"parent":{}}],["usedepth",{"_index":86,"name":{"102":{}},"parent":{}}],["validate",{"_index":30,"name":{"40":{}},"parent":{}}],["variable",{"_index":68,"name":{"83":{}},"parent":{}}],["version",{"_index":6,"name":{"6":{},"142":{},"155":{}},"parent":{}}],["vintage",{"_index":192,"name":{"292":{}},"parent":{}}],["warmup",{"_index":41,"name":{"54":{},"304":{}},"parent":{}}],["wasm",{"_index":124,"name":{"145":{}},"parent":{}}],["wasmpath",{"_index":198,"name":{"301":{}},"parent":{}}],["webgl",{"_index":129,"name":{"151":{}},"parent":{}}],["webgpu",{"_index":131,"name":{"157":{}},"parent":{}}],["width",{"_index":182,"name":{"280":{}},"parent":{}}],["worker",{"_index":114,"name":{"134":{}},"parent":{}}],["yaw",{"_index":218,"name":{"338":{}},"parent":{}}]],"pipeline":[]}} \ No newline at end of file diff --git a/typedoc/classes/Human.html b/typedoc/classes/Human.html index e050f4e3..c70f596a 100644 --- a/typedoc/classes/Human.html +++ b/typedoc/classes/Human.html @@ -8,7 +8,7 @@
param userConfig:

Config

returns

instance of Human

-

Hierarchy

Index

Constructors

constructor

Hierarchy

  • Human

Index

Constructors

constructor

  • Constructor for Human library that is futher used for all operations

    Parameters

    • Optional userConfig: Partial<Config>

    Returns Human

Properties

config

config: Config

Current configuration

@@ -87,7 +87,7 @@ Possible events:

version

version: string

Current version of Human library in semver format

-

Methods

detect

Methods

detect

  • Main detection method

    • Analyze configuration: Config
    • @@ -120,7 +120,13 @@ Interpolation is based on time since last known result so can be called independ

    Parameters

    Returns Result

    result: Result

now

  • now(): number
  • Utility wrapper for performance.now()

    -

    Returns number

reset

  • reset(): void

profile

  • profile(input: Input, userConfig?: Partial<Config>): Promise<Record<string, number>>
  • +

    Run detect with tensorflow profiling

    +
      +
    • result object will contain total exeuction time information for top-20 kernels
    • +
    • actual detection object can be accessed via human.result
    • +
    +

    Parameters

    Returns Promise<Record<string, number>>

reset

  • reset(): void

segmentation

  • segmentation(input: Input, background?: Input): Promise<{ alpha: null | OffscreenCanvas | HTMLCanvasElement; canvas: null | OffscreenCanvas | HTMLCanvasElement; data: number[] }>
  • Segmentation method takes any input and returns processed canvas with body segmentation

    @@ -142,4 +148,4 @@ Interpolation is based on time since last known result so can be called independ
  • only used for webgl and humangl backends

Parameters

  • Optional userConfig: Partial<Config>

Returns Promise<Result | { error: any }>

result: Result

-

Legend

  • Constructor
  • Property
  • Method
  • Property

Settings

Theme

\ No newline at end of file +
\ No newline at end of file diff --git a/typedoc/index.html b/typedoc/index.html index 6283c7a6..91d2c9b3 100644 --- a/typedoc/index.html +++ b/typedoc/index.html @@ -75,7 +75,7 @@
  • Can be TFJS that is bundled with Human or a manually imported TFJS library
  • external

    API

    -

    Variables

    defaults

    defaults: Config = ...
    +

    Variables

    defaults

    defaults: Config = ...
    diff --git a/typedoc/interfaces/Config.html b/typedoc/interfaces/Config.html index f1387144..7b4f3f43 100644 --- a/typedoc/interfaces/Config.html +++ b/typedoc/interfaces/Config.html @@ -1,10 +1,10 @@ Config | @vladmandic/human - v2.5.0
    Options
    All
    • Public
    • Public/Protected
    • All
    Menu

    Configuration interface definition for Human library

    Contains all configurable parameters

    -

    Hierarchy

    • Config

    Index

    Properties

    async

    async: boolean
    +

    Hierarchy

    • Config

    Index

    Properties

    async

    async: boolean

    Perform model loading and inference concurrently or sequentially default: true

    -

    backend

    backend: "" | "cpu" | "wasm" | "webgl" | "humangl" | "tensorflow" | "webgpu"
    +

    backend

    backend: "" | "cpu" | "wasm" | "webgl" | "humangl" | "tensorflow" | "webgpu"

    Backend used for TFJS operations valid build-in backends are:

      @@ -12,46 +12,46 @@ valid build-in backends are:

    • NodeJS: cpu, wasm, tensorflow default: humangl for browser and tensorflow for nodejs
    -

    body

    body: Partial<BodyConfig>
    +

    body

    body: Partial<BodyConfig>

    cacheSensitivity

    cacheSensitivity: number
    +

    cacheSensitivity

    cacheSensitivity: number

    Cache sensitivity

    • values 0..1 where 0.01 means reset cache if input changed more than 1%
    • set to 0 to disable caching default: 0.7
    -

    debug

    debug: boolean
    +

    debug

    debug: boolean

    Print debug statements to console default: true

    -

    face

    face: Partial<FaceConfig>
    +

    face

    face: Partial<FaceConfig>

    filter

    filter: Partial<FilterConfig>
    +

    filter

    filter: Partial<FilterConfig>

    gesture

    gesture: Partial<GestureConfig>
    +

    gesture

    gesture: Partial<GestureConfig>

    hand

    hand: Partial<HandConfig>
    +

    hand

    hand: Partial<HandConfig>

    modelBasePath

    modelBasePath: string
    +

    modelBasePath

    modelBasePath: string

    Base model path (typically starting with file://, http:// or https://) for all models

    • individual modelPath values are relative to this path default: ../models/ for browsers and file://models/ for nodejs
    -

    object

    object: Partial<ObjectConfig>
    +

    object

    object: Partial<ObjectConfig>

    segmentation

    segmentation: Partial<SegmentationConfig>
    +

    segmentation

    segmentation: Partial<SegmentationConfig>

    skipAllowed

    skipAllowed: boolean
    +

    skipAllowed

    skipAllowed: boolean

    Internal Variable

    -

    warmup

    warmup: "face" | "body" | "none" | "full"
    +

    warmup

    warmup: "face" | "body" | "none" | "full"

    What to use for human.warmup()

    • warmup pre-initializes all models for faster inference but can take significant time on startup
    • used by webgl, humangl and webgpu backends default: full
    -

    wasmPath

    wasmPath: string
    +

    wasmPath

    wasmPath: string

    Path to *.wasm files if backend is set to wasm default: auto-detects to link to CDN jsdelivr when running in browser

    Legend

    • Constructor
    • Property
    • Method
    • Property

    Settings

    Theme

    \ No newline at end of file diff --git a/typedoc/interfaces/FilterConfig.html b/typedoc/interfaces/FilterConfig.html index 405032a6..dae2a5d3 100644 --- a/typedoc/interfaces/FilterConfig.html +++ b/typedoc/interfaces/FilterConfig.html @@ -4,34 +4,35 @@
  • available only in Browser environments
  • image filters run with near-zero latency as they are executed on the GPU using WebGL
  • -

    Hierarchy

    • FilterConfig

    Index

    Properties

    blur

    blur: number
    property

    range: 0 (no blur) to N (blur radius in pixels)

    -

    brightness

    brightness: number
    property

    range: -1 (darken) to 1 (lighten)

    -

    contrast

    contrast: number
    property

    range: -1 (reduce contrast) to 1 (increase contrast)

    +

    Hierarchy

    • FilterConfig

    Index

    Properties

    blur

    blur: number
    property

    range: 0 (no blur) to N (blur radius in pixels)

    +

    brightness

    brightness: number
    property

    range: -1 (darken) to 1 (lighten)

    +

    contrast

    contrast: number
    property

    range: -1 (reduce contrast) to 1 (increase contrast)

    enabled

    enabled: boolean
    property

    are image filters enabled?

    -

    flip

    flip: boolean
    property

    flip input as mirror image

    -

    height

    height: number
    -

    Resize input height

    +

    equalization

    equalization: boolean
    property

    perform image histogram equalization

    +

    flip

    flip: boolean
    property

    flip input as mirror image

    +

    height

    height: number
    +

    resize input height

    • if both width and height are set to 0, there is no resizing
    • if just one is set, second one is scaled automatically
    • if both are set, values are used as-is
    -

    hue

    hue: number
    property

    range: 0 (no change) to 360 (hue rotation in degrees)

    -

    kodachrome

    kodachrome: boolean
    property

    image kodachrome colors

    -

    negative

    negative: boolean
    property

    image negative

    -

    pixelate

    pixelate: number
    property

    range: 0 (no pixelate) to N (number of pixels to pixelate)

    -

    polaroid

    polaroid: boolean
    property

    image polaroid camera effect

    -

    return

    return: boolean
    property

    return processed canvas imagedata in result

    -

    saturation

    saturation: number
    property

    range: -1 (reduce saturation) to 1 (increase saturation)

    -

    sepia

    sepia: boolean
    property

    image sepia colors

    -

    sharpness

    sharpness: number
    property

    range: 0 (no sharpening) to 1 (maximum sharpening)

    -

    technicolor

    technicolor: boolean
    property

    image technicolor colors

    -

    vintage

    vintage: boolean
    property

    image vintage colors

    -

    width

    width: number
    -

    Resize input width

    +
    property

    hue

    hue: number
    property

    range: 0 (no change) to 360 (hue rotation in degrees)

    +

    kodachrome

    kodachrome: boolean
    property

    image kodachrome colors

    +

    negative

    negative: boolean
    property

    image negative

    +

    pixelate

    pixelate: number
    property

    range: 0 (no pixelate) to N (number of pixels to pixelate)

    +

    polaroid

    polaroid: boolean
    property

    image polaroid camera effect

    +

    return

    return: boolean
    property

    return processed canvas imagedata in result

    +

    saturation

    saturation: number
    property

    range: -1 (reduce saturation) to 1 (increase saturation)

    +

    sepia

    sepia: boolean
    property

    image sepia colors

    +

    sharpness

    sharpness: number
    property

    range: 0 (no sharpening) to 1 (maximum sharpening)

    +

    technicolor

    technicolor: boolean
    property

    image technicolor colors

    +

    vintage

    vintage: boolean
    property

    image vintage colors

    +

    width

    width: number
    +

    resize input width

    • if both width and height are set to 0, there is no resizing
    • if just one is set, second one is scaled automatically
    • if both are set, values are used as-is
    -

    Legend

    • Constructor
    • Property
    • Method
    • Property

    Settings

    Theme

    \ No newline at end of file +
    property
    \ No newline at end of file diff --git a/typedoc/interfaces/GestureConfig.html b/typedoc/interfaces/GestureConfig.html index 84a8685e..c1fadb5e 100644 --- a/typedoc/interfaces/GestureConfig.html +++ b/typedoc/interfaces/GestureConfig.html @@ -1,4 +1,4 @@ GestureConfig | @vladmandic/human - v2.5.0
    Options
    All
    • Public
    • Public/Protected
    • All
    Menu

    Controlls gesture detection

    -

    Hierarchy

    • GestureConfig

    Index

    Properties

    Properties

    enabled

    enabled: boolean
    property

    is gesture detection enabled?

    +

    Hierarchy

    • GestureConfig

    Index

    Properties

    Properties

    enabled

    enabled: boolean
    property

    is gesture detection enabled?

    \ No newline at end of file diff --git a/types/src/config.d.ts b/types/src/config.d.ts index 918f4804..a72b0f72 100644 --- a/types/src/config.d.ts +++ b/types/src/config.d.ts @@ -110,16 +110,20 @@ export interface SegmentationConfig extends GenericConfig { export interface FilterConfig { /** @property are image filters enabled? */ enabled: boolean; - /** Resize input width + /** @property perform image histogram equalization */ + equalization: boolean; + /** resize input width * - if both width and height are set to 0, there is no resizing * - if just one is set, second one is scaled automatically * - if both are set, values are used as-is + * @property */ width: number; - /** Resize input height + /** resize input height * - if both width and height are set to 0, there is no resizing * - if just one is set, second one is scaled automatically * - if both are set, values are used as-is + * @property */ height: number; /** @property return processed canvas imagedata in result */ diff --git a/types/src/face/blazeface.d.ts b/types/src/face/blazeface.d.ts index 11d18161..3769c5c5 100644 --- a/types/src/face/blazeface.d.ts +++ b/types/src/face/blazeface.d.ts @@ -4,6 +4,7 @@ */ import type { Config } from '../config'; import type { Tensor, GraphModel } from '../tfjs/types'; +import type { Point } from '../result'; export declare const size: () => number; export declare function load(config: Config): Promise; export declare function getBoxes(inputImage: Tensor, config: Config): Promise<{ @@ -12,11 +13,10 @@ export declare function getBoxes(inputImage: Tensor, config: Config): Promise<{ } | { boxes: { box: { - startPoint: Tensor; - endPoint: Tensor; + startPoint: Point; + endPoint: Point; }; - landmarks: Tensor; - anchor: [number, number] | undefined; + landmarks: Point[]; confidence: number; }[]; scaleFactor: number[]; diff --git a/types/src/hand/handposedetector.d.ts b/types/src/hand/handposedetector.d.ts index e815fcc7..049eb3c5 100644 --- a/types/src/hand/handposedetector.d.ts +++ b/types/src/hand/handposedetector.d.ts @@ -3,6 +3,7 @@ * See `handpose.ts` for entry point */ import type { Tensor, GraphModel } from '../tfjs/types'; +import type { Point } from '../result'; export declare class HandDetector { model: GraphModel; anchors: number[][]; @@ -13,15 +14,10 @@ export declare class HandDetector { constructor(model: any); normalizeBoxes(boxes: any): any; normalizeLandmarks(rawPalmLandmarks: any, index: any): any; - getBoxes(input: any, config: any): Promise<{ - box: Tensor; - palmLandmarks: Tensor; - confidence: number; - }[]>; - estimateHandBounds(input: any, config: any): Promise<{ - startPoint: number[]; - endPoint: number[]; - palmLandmarks: number[]; + predict(input: any, config: any): Promise<{ + startPoint: Point; + endPoint: Point; + palmLandmarks: Point[]; confidence: number; }[]>; } diff --git a/types/src/hand/handposepipeline.d.ts b/types/src/hand/handposepipeline.d.ts index 7702795d..3d4190b1 100644 --- a/types/src/hand/handposepipeline.d.ts +++ b/types/src/hand/handposepipeline.d.ts @@ -4,14 +4,15 @@ */ import type * as detector from './handposedetector'; import type { GraphModel } from '../tfjs/types'; +import type { Point } from '../result'; export declare class HandPipeline { handDetector: detector.HandDetector; handPoseModel: GraphModel; inputSize: number; storedBoxes: Array<{ - startPoint: number[]; - endPoint: number[]; - palmLandmarks: number[]; + startPoint: Point; + endPoint: Point; + palmLandmarks: Point[]; confidence: number; } | null>; skipped: number; @@ -22,24 +23,24 @@ export declare class HandPipeline { endPoint: number[]; }; getBoxForPalmLandmarks(palmLandmarks: any, rotationMatrix: any): { - startPoint: number[]; - endPoint: any[]; + startPoint: Point; + endPoint: Point; palmLandmarks: any; }; getBoxForHandLandmarks(landmarks: any): { - startPoint: number[]; - endPoint: any[]; + startPoint: Point; + endPoint: Point; palmLandmarks: any; }; transformRawCoords(rawCoords: any, box2: any, angle: any, rotationMatrix: any): any; estimateHands(image: any, config: any): Promise<{ - landmarks: number[]; + landmarks: Point[]; confidence: number; boxConfidence: number; fingerConfidence: number; box: { - topLeft: number[]; - bottomRight: number[]; + topLeft: Point; + bottomRight: Point; }; }[]>; } diff --git a/types/src/hand/handposeutil.d.ts b/types/src/hand/handposeutil.d.ts index a74d161e..33e2df6a 100644 --- a/types/src/hand/handposeutil.d.ts +++ b/types/src/hand/handposeutil.d.ts @@ -1,25 +1,26 @@ +import type { Point } from '../result'; export declare function getBoxSize(box: any): number[]; export declare function getBoxCenter(box: any): any[]; export declare function cutBoxFromImageAndResize(box: any, image: any, cropSize: any): any; export declare function scaleBoxCoordinates(box: any, factor: any): { - startPoint: number[]; - endPoint: number[]; + startPoint: Point; + endPoint: Point; palmLandmarks: any; confidence: any; }; export declare function enlargeBox(box: any, factor?: number): { - startPoint: number[]; - endPoint: any[]; + startPoint: Point; + endPoint: Point; palmLandmarks: any; }; export declare function squarifyBox(box: any): { - startPoint: number[]; - endPoint: any[]; + startPoint: Point; + endPoint: Point; palmLandmarks: any; }; export declare function shiftBox(box: any, shiftFactor: any): { - startPoint: any[]; - endPoint: any[]; + startPoint: Point; + endPoint: Point; palmLandmarks: any; }; export declare function normalizeRadians(angle: any): number; diff --git a/types/src/human.d.ts b/types/src/human.d.ts index 272e091b..b5040362 100644 --- a/types/src/human.d.ts +++ b/types/src/human.d.ts @@ -193,6 +193,11 @@ export declare class Human { warmup(userConfig?: Partial): Promise; + /** Run detect with tensorflow profiling + * - result object will contain total exeuction time information for top-20 kernels + * - actual detection object can be accessed via `human.result` + */ + profile(input: Input, userConfig?: Partial): Promise>; /** Main detection method * - Analyze configuration: {@link Config} * - Pre-process input: {@link Input} diff --git a/types/src/image/enhance.d.ts b/types/src/image/enhance.d.ts new file mode 100644 index 00000000..01208af4 --- /dev/null +++ b/types/src/image/enhance.d.ts @@ -0,0 +1,5 @@ +/** + * Image enhancements + */ +import type { Tensor } from '../exports'; +export declare function histogramEqualization(input: Tensor): Tensor; diff --git a/wiki b/wiki index 6abe315e..0deb501c 160000 --- a/wiki +++ b/wiki @@ -1 +1 @@ -Subproject commit 6abe315e2ae3e3aa457c4c728d9e2959d7e023db +Subproject commit 0deb501cf47e1783e8ca4426b7bf4697196f09e2