mirror of https://github.com/vladmandic/human
update defaults
parent
525634ad26
commit
e65ea98bc3
|
@ -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,
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue