updated model path

pull/50/head
Vladimir Mandic 2020-10-12 10:20:51 -04:00
parent 8715f79cc7
commit f6da2f18ff
5 changed files with 8 additions and 8 deletions

2
dist/human.esm.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
dist/human.js vendored

File diff suppressed because one or more lines are too long

4
dist/human.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@ export default {
face: {
enabled: true, // refers to detector, but since all other face modules rely on detector, it should be a global
detector: {
modelPath: '/models/blazeface/model.json',
modelPath: '../models/blazeface/model.json',
inputSize: 128, // fixed value
maxFaces: 10, // maximum number of faces detected in the input, should be set to the minimum number for performance
skipFrames: 5, // how many frames to go without running the bounding box detector, only relevant if maxFaces > 1
@ -12,7 +12,7 @@ export default {
},
mesh: {
enabled: true,
modelPath: '/models/facemesh/model.json',
modelPath: '../models/facemesh/model.json',
inputSize: 192, // fixed value
},
iris: {