mirror of https://github.com/vladmandic/human
update
parent
95aadc792d
commit
54c9158ad5
|
@ -14,7 +14,8 @@ const myConfig = {
|
|||
videoOptimized: false,
|
||||
async: false,
|
||||
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' },
|
||||
detector: { modelPath: 'file://models/blazeface-back.json' }, // cannot use blazeface in nodejs due to missing required kernel function in tfjs-node
|
||||
mesh: { modelPath: 'file://models/facemesh.json' },
|
||||
iris: { modelPath: 'file://models/iris.json' },
|
||||
age: { modelPath: 'file://models/age-ssrnet-imdb.json' },
|
||||
|
|
2
wiki
2
wiki
|
@ -1 +1 @@
|
|||
Subproject commit fcace27e636586c0174742198c9b3df3d06e07ee
|
||||
Subproject commit 34f745a0315d3a7b4da84fb1757f7026c1c3c5f1
|
Loading…
Reference in New Issue