mirror of https://github.com/vladmandic/human
added rawBox and rawMesh
parent
6ae26e14e7
commit
4ec8e58077
|
@ -88,6 +88,7 @@ export default {
|
|||
enabled: true,
|
||||
modelPath: '../models/facemesh.json',
|
||||
inputSize: 192, // fixed value
|
||||
returnRawData: false, // in addition to standard mesh and box values, return raw normalized values as well
|
||||
},
|
||||
|
||||
iris: {
|
||||
|
|
|
@ -35,8 +35,8 @@
|
|||
"@vladmandic/pilogger": "^0.2.10",
|
||||
"chokidar": "^3.4.3",
|
||||
"dayjs": "^1.9.7",
|
||||
"esbuild": "^0.8.23",
|
||||
"eslint": "^7.15.0",
|
||||
"esbuild": "^0.8.26",
|
||||
"eslint": "^7.16.0",
|
||||
"eslint-config-airbnb-base": "^14.2.1",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-json": "^2.1.2",
|
||||
|
|
2
wiki
2
wiki
|
@ -1 +1 @@
|
|||
Subproject commit 70b1aadc1b00fe59c454bc73baf413289961f28b
|
||||
Subproject commit 89996eaa377e4e1c2dc292f540235485272d53bf
|
Loading…
Reference in New Issue