mirror of https://github.com/vladmandic/human
Path to /@vladmandic/human/models incorrect
parent
a60038ac11
commit
9dab3665be
18
demo/node.js
18
demo/node.js
|
@ -14,17 +14,17 @@ const myConfig = {
|
||||||
videoOptimized: false,
|
videoOptimized: false,
|
||||||
async: false,
|
async: false,
|
||||||
face: {
|
face: {
|
||||||
detector: { modelPath: 'file://models/faceboxes.json' }, // cannot use blazeface in nodejs due to missing required kernel function in tfjs-node
|
detector: { modelPath: 'file://../models/faceboxes.json' }, // cannot use blazeface in nodejs due to missing required kernel function in tfjs-node
|
||||||
mesh: { modelPath: 'file://models/facemesh.json' },
|
mesh: { modelPath: 'file://../models/facemesh.json' },
|
||||||
iris: { modelPath: 'file://models/iris.json' },
|
iris: { modelPath: 'file://../models/iris.json' },
|
||||||
age: { modelPath: 'file://models/age-ssrnet-imdb.json' },
|
age: { modelPath: 'file://../models/age-ssrnet-imdb.json' },
|
||||||
gender: { modelPath: 'file://models/gender.json' },
|
gender: { modelPath: 'file://../models/gender-ssrnet-imdb.json' },
|
||||||
emotion: { modelPath: 'file://models/emotion-large.json' },
|
emotion: { modelPath: 'file://../models/emotion-large.json' },
|
||||||
},
|
},
|
||||||
body: { modelPath: 'file://models/posenet.json' },
|
body: { modelPath: 'file://../models/posenet.json' },
|
||||||
hand: {
|
hand: {
|
||||||
detector: { modelPath: 'file://models/handdetect.json' },
|
detector: { modelPath: 'file://../models/handdetect.json' },
|
||||||
skeleton: { modelPath: 'file://models/handskeleton.json' },
|
skeleton: { modelPath: 'file://../models/handskeleton.json' },
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue