pull/293/head
Vladimir Mandic 2021-03-05 07:45:30 -05:00
parent 133d762249
commit f72cef0294
2 changed files with 4 additions and 2 deletions

View File

@ -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

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