mirror of https://github.com/vladmandic/human
0.3.1
parent
66ef54a249
commit
a6024c40e8
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@vladmandic/human",
|
"name": "@vladmandic/human",
|
||||||
"version": "0.2.10",
|
"version": "0.3.1",
|
||||||
"description": "human: 3D Face Detection, Iris Tracking and Age & Gender Prediction",
|
"description": "human: 3D Face Detection, Iris Tracking and Age & Gender Prediction",
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"main": "dist/human.node.js",
|
"main": "dist/human.node.js",
|
||||||
|
@ -45,13 +45,13 @@
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"tensorflowjs",
|
"tensorflowjs",
|
||||||
"tfjs",
|
|
||||||
"face-detection",
|
"face-detection",
|
||||||
"face-geometry",
|
"face-geometry",
|
||||||
"body-tracking",
|
"body-tracking",
|
||||||
"hand-tracking",
|
"hand-tracking",
|
||||||
"iris-tracking",
|
"iris-tracking",
|
||||||
"age-estimation",
|
"age-estimation",
|
||||||
|
"emotion-detection",
|
||||||
"gender-prediction",
|
"gender-prediction",
|
||||||
"gesture-recognition"
|
"gesture-recognition"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue