pull/91/head
Vladimir Mandic 2021-03-05 07:45:30 -05:00
parent 1c5db39c0d
commit 02439d2c53
10 changed files with 17 additions and 15 deletions

View File

@ -8,8 +8,9 @@ import draw from './draw.js';
import Menu from './menu.js'; import Menu from './menu.js';
import GLBench from './gl-bench.js'; import GLBench from './gl-bench.js';
// const userConfig = {}; // add any user configuration overrides const userConfig = {}; // add any user configuration overrides
/*
const userConfig = { const userConfig = {
backend: 'wasm', backend: 'wasm',
async: false, async: false,
@ -20,6 +21,7 @@ const userConfig = {
gestures: { enabled: true }, gestures: { enabled: true },
body: { enabled: true, modelType: 'blazepose', modelPath: '../models/blazepose-upper.json' }, body: { enabled: true, modelType: 'blazepose', modelPath: '../models/blazepose-upper.json' },
}; };
*/
const human = new Human(userConfig); const human = new Human(userConfig);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -17,7 +17,7 @@
"imports": [] "imports": []
}, },
"demo/browser.js": { "demo/browser.js": {
"bytes": 28106, "bytes": 28109,
"imports": [ "imports": [
{ {
"path": "dist/human.esm.js", "path": "dist/human.esm.js",
@ -43,7 +43,7 @@
"imports": [], "imports": [],
"exports": [], "exports": [],
"inputs": {}, "inputs": {},
"bytes": 2052559 "bytes": 2052296
}, },
"dist/demo-browser-index.js": { "dist/demo-browser-index.js": {
"imports": [], "imports": [],
@ -63,10 +63,10 @@
"bytesInOutput": 6759 "bytesInOutput": 6759
}, },
"demo/browser.js": { "demo/browser.js": {
"bytesInOutput": 18581 "bytesInOutput": 18268
} }
}, },
"bytes": 1385540 "bytes": 1385227
} }
} }
} }

File diff suppressed because one or more lines are too long

2
dist/human.esm.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
dist/human.node.js vendored

File diff suppressed because one or more lines are too long

2
dist/human.ts vendored

File diff suppressed because one or more lines are too long

2
wiki

@ -1 +1 @@
Subproject commit 870084a1a92e66943076ad41a99b74d32c799761 Subproject commit b624d76a06647aa4542a65b7454cf9a8ac57c1c3