mirror of https://github.com/vladmandic/human
1.8.1
parent
b0bdf952fa
commit
d56689cc9b
22
package.json
22
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@vladmandic/human",
|
"name": "@vladmandic/human",
|
||||||
"version": "1.8.0",
|
"version": "1.8.1",
|
||||||
"description": "Human: AI-powered 3D Face Detection & Rotation Tracking, Face Description & Recognition, Body Pose Tracking, 3D Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction, Gesture Recognition",
|
"description": "Human: AI-powered 3D Face Detection & Rotation Tracking, Face Description & Recognition, Body Pose Tracking, 3D Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction, Gesture Recognition",
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"main": "dist/human.node.js",
|
"main": "dist/human.node.js",
|
||||||
|
@ -51,16 +51,16 @@
|
||||||
"tensorflow"
|
"tensorflow"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tensorflow/tfjs": "^3.5.0",
|
"@tensorflow/tfjs": "^3.6.0",
|
||||||
"@tensorflow/tfjs-backend-cpu": "^3.5.0",
|
"@tensorflow/tfjs-backend-cpu": "^3.6.0",
|
||||||
"@tensorflow/tfjs-backend-wasm": "^3.5.0",
|
"@tensorflow/tfjs-backend-wasm": "^3.6.0",
|
||||||
"@tensorflow/tfjs-backend-webgl": "^3.5.0",
|
"@tensorflow/tfjs-backend-webgl": "^3.6.0",
|
||||||
"@tensorflow/tfjs-converter": "^3.5.0",
|
"@tensorflow/tfjs-converter": "^3.6.0",
|
||||||
"@tensorflow/tfjs-core": "^3.5.0",
|
"@tensorflow/tfjs-core": "^3.6.0",
|
||||||
"@tensorflow/tfjs-data": "^3.5.0",
|
"@tensorflow/tfjs-data": "^3.6.0",
|
||||||
"@tensorflow/tfjs-layers": "^3.5.0",
|
"@tensorflow/tfjs-layers": "^3.6.0",
|
||||||
"@tensorflow/tfjs-node": "^3.5.0",
|
"@tensorflow/tfjs-node": "^3.6.1",
|
||||||
"@tensorflow/tfjs-node-gpu": "^3.5.0",
|
"@tensorflow/tfjs-node-gpu": "^3.6.1",
|
||||||
"@types/node": "^15.0.1",
|
"@types/node": "^15.0.1",
|
||||||
"@typescript-eslint/eslint-plugin": "^4.22.0",
|
"@typescript-eslint/eslint-plugin": "^4.22.0",
|
||||||
"@typescript-eslint/parser": "^4.22.0",
|
"@typescript-eslint/parser": "^4.22.0",
|
||||||
|
|
Loading…
Reference in New Issue