update defaults

pull/356/head
Vladimir Mandic 2021-06-05 20:06:36 -04:00
parent 525634ad26
commit e65ea98bc3
2 changed files with 5 additions and 4 deletions

View File

@ -31,7 +31,6 @@ let userConfig = {
warmup: 'none', warmup: 'none',
backend: 'humangl', backend: 'humangl',
wasmPath: 'https://cdn.jsdelivr.net/npm/@tensorflow/tfjs-backend-wasm@3.6.0/dist/', wasmPath: 'https://cdn.jsdelivr.net/npm/@tensorflow/tfjs-backend-wasm@3.6.0/dist/',
segmentation: { enabled: true },
/* /*
async: false, async: false,
cacheSensitivity: 0, cacheSensitivity: 0,

View File

@ -30,13 +30,17 @@
}, },
"keywords": [ "keywords": [
"human", "human",
"face-api", "human-library",
"face-detection", "face-detection",
"face-geometry", "face-geometry",
"face-embedding", "face-embedding",
"face-recognition", "face-recognition",
"face-description", "face-description",
"face-matching",
"face-api",
"faceapi",
"body-tracking", "body-tracking",
"body-segmentation",
"hand-tracking", "hand-tracking",
"iris-tracking", "iris-tracking",
"age-estimation", "age-estimation",
@ -45,8 +49,6 @@
"gesture-recognition", "gesture-recognition",
"gaze-tracking", "gaze-tracking",
"age-gender", "age-gender",
"faceapi",
"face",
"person", "person",
"tensorflowjs", "tensorflowjs",
"tfjs", "tfjs",