update default gender model

pull/280/head
Vladimir Mandic 2021-02-24 09:57:33 -05:00
parent 97feba5e28
commit 1fcbd5d950
3 changed files with 7 additions and 7 deletions

View File

@ -18,7 +18,7 @@ const myConfig = {
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-ssrnet-imdb.json' }, gender: { modelPath: 'file://models/gender.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' },

View File

@ -34,12 +34,12 @@
"@tensorflow/tfjs-node": "^3.1.0", "@tensorflow/tfjs-node": "^3.1.0",
"@tensorflow/tfjs-node-gpu": "^3.1.0", "@tensorflow/tfjs-node-gpu": "^3.1.0",
"@types/node": "^14.14.31", "@types/node": "^14.14.31",
"@typescript-eslint/eslint-plugin": "^4.15.1", "@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.1", "@typescript-eslint/parser": "^4.15.2",
"@vladmandic/pilogger": "^0.2.14", "@vladmandic/pilogger": "^0.2.14",
"chokidar": "^3.5.1", "chokidar": "^3.5.1",
"dayjs": "^1.10.4", "dayjs": "^1.10.4",
"esbuild": "^0.8.50", "esbuild": "^0.8.51",
"eslint": "^7.20.0", "eslint": "^7.20.0",
"eslint-config-airbnb-base": "^14.2.1", "eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1", "eslint-plugin-import": "^2.22.1",
@ -48,9 +48,9 @@
"eslint-plugin-promise": "^4.3.1", "eslint-plugin-promise": "^4.3.1",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"seedrandom": "^3.0.5", "seedrandom": "^3.0.5",
"simple-git": "^2.35.1", "simple-git": "^2.35.2",
"tslib": "^2.1.0", "tslib": "^2.1.0",
"typescript": "^4.3.0-dev.20210221" "typescript": "^4.3.0-dev.20210224"
}, },
"scripts": { "scripts": {
"start": "node --trace-warnings --unhandled-rejections=strict --trace-uncaught --no-deprecation src/node.js", "start": "node --trace-warnings --unhandled-rejections=strict --trace-uncaught --no-deprecation src/node.js",

2
wiki

@ -1 +1 @@
Subproject commit 7eb9edfc234ba9501361d39290fcccee7fb39ec7 Subproject commit 2467ce59d465b68a5970aa67c34f8b643df4b3ce