mirror of https://github.com/vladmandic/human
0.10.1
parent
5e00d7ee3d
commit
c3bc406fd0
22
package.json
22
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@vladmandic/human",
|
||||
"version": "0.9.26",
|
||||
"version": "0.10.1",
|
||||
"description": "Human: AI-powered 3D Face Detection, Face Embedding & Recognition, Body Pose Tracking, Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction & Gesture Recognition",
|
||||
"sideEffects": false,
|
||||
"main": "dist/human.node.js",
|
||||
|
@ -22,16 +22,16 @@
|
|||
"dependencies": {},
|
||||
"peerDependencies": {},
|
||||
"devDependencies": {
|
||||
"@tensorflow/tfjs": "=2.8.3",
|
||||
"@tensorflow/tfjs-backend-cpu": "=2.8.3",
|
||||
"@tensorflow/tfjs-backend-wasm": "=2.8.3",
|
||||
"@tensorflow/tfjs-backend-webgl": "=2.8.3",
|
||||
"@tensorflow/tfjs-converter": "=2.8.3",
|
||||
"@tensorflow/tfjs-core": "=2.8.3",
|
||||
"@tensorflow/tfjs-data": "=2.8.3",
|
||||
"@tensorflow/tfjs-layers": "=2.8.3",
|
||||
"@tensorflow/tfjs-node": "=2.8.3",
|
||||
"@tensorflow/tfjs-node-gpu": "=2.8.3",
|
||||
"@tensorflow/tfjs": "^2.8.5",
|
||||
"@tensorflow/tfjs-backend-cpu": "^2.8.5",
|
||||
"@tensorflow/tfjs-backend-wasm": "^2.8.5",
|
||||
"@tensorflow/tfjs-backend-webgl": "^2.8.5",
|
||||
"@tensorflow/tfjs-converter": "^2.8.5",
|
||||
"@tensorflow/tfjs-core": "^2.8.5",
|
||||
"@tensorflow/tfjs-data": "^2.8.5",
|
||||
"@tensorflow/tfjs-layers": "^2.8.5",
|
||||
"@tensorflow/tfjs-node": "^2.8.5",
|
||||
"@tensorflow/tfjs-node-gpu": "^2.8.5",
|
||||
"@vladmandic/pilogger": "^0.2.11",
|
||||
"chokidar": "^3.5.1",
|
||||
"dayjs": "^1.10.3",
|
||||
|
|
Loading…
Reference in New Issue