pull/50/head
Vladimir Mandic 2020-12-10 15:47:43 -05:00
parent aba504c078
commit 4cf71ea08e
11 changed files with 715 additions and 205 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
dist/human.esm.js vendored

File diff suppressed because one or more lines are too long

2
dist/human.js vendored

File diff suppressed because one or more lines are too long

155
dist/human.node-gpu.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

155
dist/human.node.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

429
dist/human.node.json vendored
View File

@ -1,20 +1,94 @@
{ {
"inputs": { "inputs": {
"config.js": { "src/log.js": {
"bytes": 8721, "bytes": 401,
"imports": [] "imports": []
}, },
"dist/tfjs.esm.js": { "dist/tfjs.esm.js": {
"bytes": 1048, "bytes": 1048,
"imports": [] "imports": []
}, },
"package.json": { "src/face/blazeface.js": {
"bytes": 2323, "bytes": 6986,
"imports": [
{
"path": "src/log.js"
},
{
"path": "dist/tfjs.esm.js"
}
]
},
"src/face/box.js": {
"bytes": 1935,
"imports": [
{
"path": "dist/tfjs.esm.js"
}
]
},
"src/face/util.js": {
"bytes": 3087,
"imports": [] "imports": []
}, },
"src/age/age.js": { "src/face/coords.js": {
"bytes": 1968, "bytes": 37909,
"imports": []
},
"src/face/facepipeline.js": {
"bytes": 13856,
"imports": [ "imports": [
{
"path": "dist/tfjs.esm.js"
},
{
"path": "src/face/box.js"
},
{
"path": "src/face/util.js"
},
{
"path": "src/face/coords.js"
},
{
"path": "src/log.js"
}
]
},
"src/face/facemesh.js": {
"bytes": 2816,
"imports": [
{
"path": "src/log.js"
},
{
"path": "dist/tfjs.esm.js"
},
{
"path": "src/face/blazeface.js"
},
{
"path": "src/face/facepipeline.js"
},
{
"path": "src/face/coords.js"
}
]
},
"src/profile.js": {
"bytes": 1045,
"imports": [
{
"path": "src/log.js"
}
]
},
"src/age/age.js": {
"bytes": 1943,
"imports": [
{
"path": "src/log.js"
},
{ {
"path": "dist/tfjs.esm.js" "path": "dist/tfjs.esm.js"
}, },
@ -23,47 +97,48 @@
} }
] ]
}, },
"src/body/buildParts.js": { "src/gender/gender.js": {
"bytes": 2035, "bytes": 3384,
"imports": [ "imports": [
{ {
"path": "src/body/heapSort.js" "path": "src/log.js"
},
{
"path": "dist/tfjs.esm.js"
},
{
"path": "src/profile.js"
} }
] ]
}, },
"src/body/decodeMultiple.js": { "src/emotion/emotion.js": {
"bytes": 5605, "bytes": 2981,
"imports": [ "imports": [
{ {
"path": "src/body/buildParts.js" "path": "src/log.js"
}, },
{ {
"path": "src/body/decodePose.js" "path": "dist/tfjs.esm.js"
}, },
{ {
"path": "src/body/vectors.js" "path": "src/profile.js"
} }
] ]
}, },
"src/body/decodePose.js": { "src/embedding/embedding.js": {
"bytes": 4540, "bytes": 2041,
"imports": [ "imports": [
{ {
"path": "src/body/keypoints.js" "path": "src/log.js"
}, },
{ {
"path": "src/body/vectors.js" "path": "dist/tfjs.esm.js"
},
{
"path": "src/profile.js"
} }
] ]
}, },
"src/body/heapSort.js": {
"bytes": 1590,
"imports": []
},
"src/body/keypoints.js": {
"bytes": 2291,
"imports": []
},
"src/body/modelBase.js": { "src/body/modelBase.js": {
"bytes": 889, "bytes": 889,
"imports": [ "imports": [
@ -83,9 +158,69 @@
} }
] ]
}, },
"src/body/modelPoseNet.js": { "src/body/heapSort.js": {
"bytes": 1928, "bytes": 1590,
"imports": []
},
"src/body/buildParts.js": {
"bytes": 2035,
"imports": [ "imports": [
{
"path": "src/body/heapSort.js"
}
]
},
"src/body/keypoints.js": {
"bytes": 2291,
"imports": []
},
"src/body/vectors.js": {
"bytes": 1273,
"imports": [
{
"path": "src/body/keypoints.js"
}
]
},
"src/body/decodePose.js": {
"bytes": 4530,
"imports": [
{
"path": "src/body/keypoints.js"
},
{
"path": "src/body/vectors.js"
}
]
},
"src/body/decodeMultiple.js": {
"bytes": 5608,
"imports": [
{
"path": "src/body/buildParts.js"
},
{
"path": "src/body/decodePose.js"
},
{
"path": "src/body/vectors.js"
}
]
},
"src/body/util.js": {
"bytes": 2262,
"imports": [
{
"path": "src/body/keypoints.js"
}
]
},
"src/body/modelPoseNet.js": {
"bytes": 1905,
"imports": [
{
"path": "src/log.js"
},
{ {
"path": "dist/tfjs.esm.js" "path": "dist/tfjs.esm.js"
}, },
@ -120,121 +255,6 @@
} }
] ]
}, },
"src/body/util.js": {
"bytes": 2262,
"imports": [
{
"path": "src/body/keypoints.js"
}
]
},
"src/body/vectors.js": {
"bytes": 1273,
"imports": [
{
"path": "src/body/keypoints.js"
}
]
},
"src/embedding/embedding.js": {
"bytes": 2066,
"imports": [
{
"path": "dist/tfjs.esm.js"
},
{
"path": "src/profile.js"
}
]
},
"src/emotion/emotion.js": {
"bytes": 3006,
"imports": [
{
"path": "dist/tfjs.esm.js"
},
{
"path": "src/profile.js"
}
]
},
"src/face/blazeface.js": {
"bytes": 7009,
"imports": [
{
"path": "dist/tfjs.esm.js"
}
]
},
"src/face/box.js": {
"bytes": 1935,
"imports": [
{
"path": "dist/tfjs.esm.js"
}
]
},
"src/face/coords.js": {
"bytes": 37909,
"imports": []
},
"src/face/facemesh.js": {
"bytes": 2740,
"imports": [
{
"path": "dist/tfjs.esm.js"
},
{
"path": "src/face/blazeface.js"
},
{
"path": "src/face/facepipeline.js"
},
{
"path": "src/face/coords.js"
}
]
},
"src/face/facepipeline.js": {
"bytes": 13884,
"imports": [
{
"path": "dist/tfjs.esm.js"
},
{
"path": "src/face/box.js"
},
{
"path": "src/face/util.js"
},
{
"path": "src/face/coords.js"
}
]
},
"src/face/util.js": {
"bytes": 3078,
"imports": []
},
"src/gender/gender.js": {
"bytes": 3409,
"imports": [
{
"path": "dist/tfjs.esm.js"
},
{
"path": "src/profile.js"
}
]
},
"src/gesture/gesture.js": {
"bytes": 3308,
"imports": []
},
"src/hand/anchors.js": {
"bytes": 224151,
"imports": []
},
"src/hand/box.js": { "src/hand/box.js": {
"bytes": 3226, "bytes": 3226,
"imports": [ "imports": [
@ -254,8 +274,12 @@
} }
] ]
}, },
"src/hand/util.js": {
"bytes": 3030,
"imports": []
},
"src/hand/handpipeline.js": { "src/hand/handpipeline.js": {
"bytes": 7615, "bytes": 7923,
"imports": [ "imports": [
{ {
"path": "dist/tfjs.esm.js" "path": "dist/tfjs.esm.js"
@ -265,12 +289,22 @@
}, },
{ {
"path": "src/hand/util.js" "path": "src/hand/util.js"
},
{
"path": "src/log.js"
} }
] ]
}, },
"src/hand/anchors.js": {
"bytes": 224151,
"imports": []
},
"src/hand/handpose.js": { "src/hand/handpose.js": {
"bytes": 3187, "bytes": 3250,
"imports": [ "imports": [
{
"path": "src/log.js"
},
{ {
"path": "dist/tfjs.esm.js" "path": "dist/tfjs.esm.js"
}, },
@ -285,13 +319,46 @@
} }
] ]
}, },
"src/hand/util.js": { "src/gesture/gesture.js": {
"bytes": 3030, "bytes": 3308,
"imports": []
},
"src/imagefx.js": {
"bytes": 19352,
"imports": []
},
"src/image.js": {
"bytes": 5841,
"imports": [
{
"path": "src/log.js"
},
{
"path": "dist/tfjs.esm.js"
},
{
"path": "src/imagefx.js"
}
]
},
"config.js": {
"bytes": 8990,
"imports": []
},
"src/sample.js": {
"bytes": 55374,
"imports": []
},
"package.json": {
"bytes": 2323,
"imports": [] "imports": []
}, },
"src/human.js": { "src/human.js": {
"bytes": 16046, "bytes": 16524,
"imports": [ "imports": [
{
"path": "src/log.js"
},
{ {
"path": "dist/tfjs.esm.js" "path": "dist/tfjs.esm.js"
}, },
@ -328,36 +395,20 @@
{ {
"path": "config.js" "path": "config.js"
}, },
{
"path": "src/sample.js"
},
{ {
"path": "package.json" "path": "package.json"
} }
] ]
},
"src/image.js": {
"bytes": 5862,
"imports": [
{
"path": "dist/tfjs.esm.js"
},
{
"path": "src/imagefx.js"
}
]
},
"src/imagefx.js": {
"bytes": 19352,
"imports": []
},
"src/profile.js": {
"bytes": 1061,
"imports": []
} }
}, },
"outputs": { "outputs": {
"dist/human.node-gpu.js.map": { "dist/human.node-gpu.js.map": {
"imports": [], "imports": [],
"inputs": {}, "inputs": {},
"bytes": 686602 "bytes": 755811
}, },
"dist/human.node-gpu.js": { "dist/human.node-gpu.js": {
"imports": [], "imports": [],
@ -367,7 +418,7 @@
"bytesInOutput": 966 "bytesInOutput": 966
}, },
"src/face/blazeface.js": { "src/face/blazeface.js": {
"bytesInOutput": 5276 "bytesInOutput": 5251
}, },
"src/face/box.js": { "src/face/box.js": {
"bytesInOutput": 1628 "bytesInOutput": 1628
@ -379,25 +430,25 @@
"bytesInOutput": 30828 "bytesInOutput": 30828
}, },
"src/face/facepipeline.js": { "src/face/facepipeline.js": {
"bytesInOutput": 9459 "bytesInOutput": 9371
}, },
"src/face/facemesh.js": { "src/face/facemesh.js": {
"bytesInOutput": 2169 "bytesInOutput": 2225
}, },
"src/profile.js": { "src/profile.js": {
"bytesInOutput": 854 "bytesInOutput": 846
}, },
"src/age/age.js": { "src/age/age.js": {
"bytesInOutput": 1192 "bytesInOutput": 1166
}, },
"src/gender/gender.js": { "src/gender/gender.js": {
"bytesInOutput": 1964 "bytesInOutput": 1936
}, },
"src/emotion/emotion.js": { "src/emotion/emotion.js": {
"bytesInOutput": 1835 "bytesInOutput": 1809
}, },
"src/embedding/embedding.js": { "src/embedding/embedding.js": {
"bytesInOutput": 1384 "bytesInOutput": 1361
}, },
"src/body/modelBase.js": { "src/body/modelBase.js": {
"bytesInOutput": 652 "bytesInOutput": 652
@ -421,28 +472,28 @@
"bytesInOutput": 3113 "bytesInOutput": 3113
}, },
"src/body/decodeMultiple.js": { "src/body/decodeMultiple.js": {
"bytesInOutput": 1670 "bytesInOutput": 1686
}, },
"src/body/util.js": { "src/body/util.js": {
"bytesInOutput": 1918 "bytesInOutput": 1918
}, },
"src/body/modelPoseNet.js": { "src/body/modelPoseNet.js": {
"bytesInOutput": 1622 "bytesInOutput": 1596
}, },
"src/body/posenet.js": { "src/body/posenet.js": {
"bytesInOutput": 846 "bytesInOutput": 846
}, },
"src/hand/handdetector.js": { "src/hand/handdetector.js": {
"bytesInOutput": 2879 "bytesInOutput": 2868
}, },
"src/hand/handpipeline.js": { "src/hand/handpipeline.js": {
"bytesInOutput": 4677 "bytesInOutput": 4500
}, },
"src/hand/anchors.js": { "src/hand/anchors.js": {
"bytesInOutput": 127034 "bytesInOutput": 127034
}, },
"src/hand/handpose.js": { "src/hand/handpose.js": {
"bytesInOutput": 1958 "bytesInOutput": 2049
}, },
"src/gesture/gesture.js": { "src/gesture/gesture.js": {
"bytesInOutput": 2467 "bytesInOutput": 2467
@ -451,25 +502,31 @@
"bytesInOutput": 13558 "bytesInOutput": 13558
}, },
"src/image.js": { "src/image.js": {
"bytesInOutput": 4077 "bytesInOutput": 4037
}, },
"src/human.js": { "src/human.js": {
"bytesInOutput": 10636 "bytesInOutput": 10993
},
"src/log.js": {
"bytesInOutput": 266
}, },
"src/hand/box.js": { "src/hand/box.js": {
"bytesInOutput": 1905 "bytesInOutput": 1510
}, },
"src/hand/util.js": { "src/hand/util.js": {
"bytesInOutput": 1790 "bytesInOutput": 1790
}, },
"config.js": { "config.js": {
"bytesInOutput": 1364 "bytesInOutput": 1440
},
"src/sample.js": {
"bytesInOutput": 11646
}, },
"package.json": { "package.json": {
"bytesInOutput": 20 "bytesInOutput": 20
} }
}, },
"bytes": 249837 "bytes": 261473
} }
} }
} }

2
wiki

@ -1 +1 @@
Subproject commit 640fbd9a107c52692bfaaede0d751c5572cf7f22 Subproject commit 785bde4caa1a29d8bfe82a4ae987ffde1d9a0a73