mirror of https://github.com/vladmandic/human
fix demo
parent
1c5db39c0d
commit
02439d2c53
|
@ -8,8 +8,9 @@ import draw from './draw.js';
|
|||
import Menu from './menu.js';
|
||||
import GLBench from './gl-bench.js';
|
||||
|
||||
// const userConfig = {}; // add any user configuration overrides
|
||||
const userConfig = {}; // add any user configuration overrides
|
||||
|
||||
/*
|
||||
const userConfig = {
|
||||
backend: 'wasm',
|
||||
async: false,
|
||||
|
@ -20,6 +21,7 @@ const userConfig = {
|
|||
gestures: { enabled: true },
|
||||
body: { enabled: true, modelType: 'blazepose', modelPath: '../models/blazepose-upper.json' },
|
||||
};
|
||||
*/
|
||||
|
||||
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
|
@ -17,7 +17,7 @@
|
|||
"imports": []
|
||||
},
|
||||
"demo/browser.js": {
|
||||
"bytes": 28106,
|
||||
"bytes": 28109,
|
||||
"imports": [
|
||||
{
|
||||
"path": "dist/human.esm.js",
|
||||
|
@ -43,7 +43,7 @@
|
|||
"imports": [],
|
||||
"exports": [],
|
||||
"inputs": {},
|
||||
"bytes": 2052559
|
||||
"bytes": 2052296
|
||||
},
|
||||
"dist/demo-browser-index.js": {
|
||||
"imports": [],
|
||||
|
@ -63,10 +63,10 @@
|
|||
"bytesInOutput": 6759
|
||||
},
|
||||
"demo/browser.js": {
|
||||
"bytesInOutput": 18581
|
||||
"bytesInOutput": 18268
|
||||
}
|
||||
},
|
||||
"bytes": 1385540
|
||||
"bytes": 1385227
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
wiki
2
wiki
|
@ -1 +1 @@
|
|||
Subproject commit 870084a1a92e66943076ad41a99b74d32c799761
|
||||
Subproject commit b624d76a06647aa4542a65b7454cf9a8ac57c1c3
|
Loading…
Reference in New Issue