mirror of https://github.com/vladmandic/human
fix demo
parent
ee20490791
commit
388c968e9c
|
@ -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);
|
||||
|
||||
|
|
2
wiki
2
wiki
|
@ -1 +1 @@
|
|||
Subproject commit 870084a1a92e66943076ad41a99b74d32c799761
|
||||
Subproject commit b624d76a06647aa4542a65b7454cf9a8ac57c1c3
|
Loading…
Reference in New Issue