mirror of https://github.com/vladmandic/human
demo default config cleanup
parent
293eba8379
commit
93748a4609
|
@ -31,8 +31,6 @@ import jsonView from './helpers/jsonview.js';
|
||||||
let human;
|
let human;
|
||||||
|
|
||||||
let userConfig = {
|
let userConfig = {
|
||||||
body: { enabled: false },
|
|
||||||
hand: { enabled: false },
|
|
||||||
/*
|
/*
|
||||||
warmup: 'none',
|
warmup: 'none',
|
||||||
backend: 'humangl',
|
backend: 'humangl',
|
||||||
|
@ -93,7 +91,7 @@ const ui = {
|
||||||
autoPlay: false, // start webcam & detection on load
|
autoPlay: false, // start webcam & detection on load
|
||||||
|
|
||||||
// internal variables
|
// internal variables
|
||||||
exceptionHandler: false, // should capture all unhandled exceptions
|
exceptionHandler: true, // should capture all unhandled exceptions
|
||||||
busy: false, // internal camera busy flag
|
busy: false, // internal camera busy flag
|
||||||
menuWidth: 0, // internal
|
menuWidth: 0, // internal
|
||||||
menuHeight: 0, // internal
|
menuHeight: 0, // internal
|
||||||
|
|
Loading…
Reference in New Issue