pull/91/head
Vladimir Mandic 2021-02-28 07:38:09 -05:00
parent 95aadc792d
commit 54c9158ad5
2 changed files with 3 additions and 2 deletions

View File

@ -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

@ -1 +1 @@
Subproject commit fcace27e636586c0174742198c9b3df3d06e07ee
Subproject commit 34f745a0315d3a7b4da84fb1757f7026c1c3c5f1