mirror of https://github.com/vladmandic/human
0.11.1
parent
79269c0ae9
commit
3d6bc57b9d
26
package.json
26
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@vladmandic/human",
|
||||
"version": "0.10.2",
|
||||
"version": "0.11.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,20 +22,20 @@
|
|||
"dependencies": {},
|
||||
"peerDependencies": {},
|
||||
"devDependencies": {
|
||||
"@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.12",
|
||||
"@tensorflow/tfjs": "^3.0.0",
|
||||
"@tensorflow/tfjs-backend-cpu": "^3.0.0",
|
||||
"@tensorflow/tfjs-backend-wasm": "^3.0.0",
|
||||
"@tensorflow/tfjs-backend-webgl": "^3.0.0",
|
||||
"@tensorflow/tfjs-converter": "^3.0.0",
|
||||
"@tensorflow/tfjs-core": "^3.0.0",
|
||||
"@tensorflow/tfjs-data": "^3.0.0",
|
||||
"@tensorflow/tfjs-layers": "^3.0.0",
|
||||
"@tensorflow/tfjs-node": "^3.0.0",
|
||||
"@tensorflow/tfjs-node-gpu": "^3.0.0",
|
||||
"@vladmandic/pilogger": "^0.2.13",
|
||||
"chokidar": "^3.5.1",
|
||||
"dayjs": "^1.10.4",
|
||||
"esbuild": "^0.8.34",
|
||||
"esbuild": "^0.8.36",
|
||||
"eslint": "^7.18.0",
|
||||
"eslint-config-airbnb-base": "^14.2.1",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
|
|
Loading…
Reference in New Issue