mirror of https://github.com/vladmandic/human
490 lines
9.5 KiB
JSON
490 lines
9.5 KiB
JSON
{
|
|
"inputs": {
|
|
"config.js": {
|
|
"bytes": 8483,
|
|
"imports": []
|
|
},
|
|
"package.json": {
|
|
"bytes": 3554,
|
|
"imports": []
|
|
},
|
|
"src/age/age.js": {
|
|
"bytes": 1912,
|
|
"imports": [
|
|
{
|
|
"path": "src/tf.js"
|
|
},
|
|
{
|
|
"path": "src/profile.js"
|
|
}
|
|
]
|
|
},
|
|
"src/body/buildParts.js": {
|
|
"bytes": 2035,
|
|
"imports": [
|
|
{
|
|
"path": "src/body/heapSort.js"
|
|
}
|
|
]
|
|
},
|
|
"src/body/decodeMultiple.js": {
|
|
"bytes": 5605,
|
|
"imports": [
|
|
{
|
|
"path": "src/body/buildParts.js"
|
|
},
|
|
{
|
|
"path": "src/body/decodePose.js"
|
|
},
|
|
{
|
|
"path": "src/body/vectors.js"
|
|
}
|
|
]
|
|
},
|
|
"src/body/decodePose.js": {
|
|
"bytes": 4540,
|
|
"imports": [
|
|
{
|
|
"path": "src/body/keypoints.js"
|
|
},
|
|
{
|
|
"path": "src/body/vectors.js"
|
|
}
|
|
]
|
|
},
|
|
"src/body/heapSort.js": {
|
|
"bytes": 1590,
|
|
"imports": []
|
|
},
|
|
"src/body/keypoints.js": {
|
|
"bytes": 2291,
|
|
"imports": []
|
|
},
|
|
"src/body/modelBase.js": {
|
|
"bytes": 874,
|
|
"imports": [
|
|
{
|
|
"path": "src/tf.js"
|
|
}
|
|
]
|
|
},
|
|
"src/body/modelMobileNet.js": {
|
|
"bytes": 584,
|
|
"imports": [
|
|
{
|
|
"path": "src/tf.js"
|
|
},
|
|
{
|
|
"path": "src/body/modelBase.js"
|
|
}
|
|
]
|
|
},
|
|
"src/body/modelPoseNet.js": {
|
|
"bytes": 1922,
|
|
"imports": [
|
|
{
|
|
"path": "src/tf.js"
|
|
},
|
|
{
|
|
"path": "src/body/modelMobileNet.js"
|
|
},
|
|
{
|
|
"path": "src/body/decodeMultiple.js"
|
|
},
|
|
{
|
|
"path": "src/body/util.js"
|
|
}
|
|
]
|
|
},
|
|
"src/body/posenet.js": {
|
|
"bytes": 830,
|
|
"imports": [
|
|
{
|
|
"path": "src/body/modelMobileNet.js"
|
|
},
|
|
{
|
|
"path": "src/body/modelPoseNet.js"
|
|
},
|
|
{
|
|
"path": "src/body/decodeMultiple.js"
|
|
},
|
|
{
|
|
"path": "src/body/keypoints.js"
|
|
},
|
|
{
|
|
"path": "src/body/util.js"
|
|
}
|
|
]
|
|
},
|
|
"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/emotion/emotion.js": {
|
|
"bytes": 2928,
|
|
"imports": [
|
|
{
|
|
"path": "src/tf.js"
|
|
},
|
|
{
|
|
"path": "src/profile.js"
|
|
}
|
|
]
|
|
},
|
|
"src/face/blazeface.js": {
|
|
"bytes": 6941,
|
|
"imports": [
|
|
{
|
|
"path": "src/tf.js"
|
|
}
|
|
]
|
|
},
|
|
"src/face/box.js": {
|
|
"bytes": 1920,
|
|
"imports": [
|
|
{
|
|
"path": "src/tf.js"
|
|
}
|
|
]
|
|
},
|
|
"src/face/facemesh.js": {
|
|
"bytes": 2604,
|
|
"imports": [
|
|
{
|
|
"path": "src/tf.js"
|
|
},
|
|
{
|
|
"path": "src/face/blazeface.js"
|
|
},
|
|
{
|
|
"path": "src/face/keypoints.js"
|
|
},
|
|
{
|
|
"path": "src/face/facepipeline.js"
|
|
},
|
|
{
|
|
"path": "src/face/uvcoords.js"
|
|
},
|
|
{
|
|
"path": "src/face/triangulation.js"
|
|
}
|
|
]
|
|
},
|
|
"src/face/facepipeline.js": {
|
|
"bytes": 13686,
|
|
"imports": [
|
|
{
|
|
"path": "src/tf.js"
|
|
},
|
|
{
|
|
"path": "src/face/box.js"
|
|
},
|
|
{
|
|
"path": "src/face/keypoints.js"
|
|
},
|
|
{
|
|
"path": "src/face/util.js"
|
|
}
|
|
]
|
|
},
|
|
"src/face/keypoints.js": {
|
|
"bytes": 2507,
|
|
"imports": []
|
|
},
|
|
"src/face/triangulation.js": {
|
|
"bytes": 12940,
|
|
"imports": []
|
|
},
|
|
"src/face/util.js": {
|
|
"bytes": 3078,
|
|
"imports": []
|
|
},
|
|
"src/face/uvcoords.js": {
|
|
"bytes": 19592,
|
|
"imports": []
|
|
},
|
|
"src/gender/gender.js": {
|
|
"bytes": 3209,
|
|
"imports": [
|
|
{
|
|
"path": "src/tf.js"
|
|
},
|
|
{
|
|
"path": "src/profile.js"
|
|
}
|
|
]
|
|
},
|
|
"src/gesture.js": {
|
|
"bytes": 3306,
|
|
"imports": []
|
|
},
|
|
"src/hand/anchors.js": {
|
|
"bytes": 224151,
|
|
"imports": []
|
|
},
|
|
"src/hand/box.js": {
|
|
"bytes": 3211,
|
|
"imports": [
|
|
{
|
|
"path": "src/tf.js"
|
|
}
|
|
]
|
|
},
|
|
"src/hand/handdetector.js": {
|
|
"bytes": 4221,
|
|
"imports": [
|
|
{
|
|
"path": "src/tf.js"
|
|
},
|
|
{
|
|
"path": "src/hand/box.js"
|
|
}
|
|
]
|
|
},
|
|
"src/hand/handpipeline.js": {
|
|
"bytes": 7532,
|
|
"imports": [
|
|
{
|
|
"path": "src/tf.js"
|
|
},
|
|
{
|
|
"path": "src/hand/box.js"
|
|
},
|
|
{
|
|
"path": "src/hand/util.js"
|
|
}
|
|
]
|
|
},
|
|
"src/hand/handpose.js": {
|
|
"bytes": 3026,
|
|
"imports": [
|
|
{
|
|
"path": "src/tf.js"
|
|
},
|
|
{
|
|
"path": "src/hand/handdetector.js"
|
|
},
|
|
{
|
|
"path": "src/hand/handpipeline.js"
|
|
},
|
|
{
|
|
"path": "src/hand/anchors.js"
|
|
}
|
|
]
|
|
},
|
|
"src/hand/util.js": {
|
|
"bytes": 3030,
|
|
"imports": []
|
|
},
|
|
"src/human.js": {
|
|
"bytes": 14787,
|
|
"imports": [
|
|
{
|
|
"path": "src/tf.js"
|
|
},
|
|
{
|
|
"path": "src/face/facemesh.js"
|
|
},
|
|
{
|
|
"path": "src/age/age.js"
|
|
},
|
|
{
|
|
"path": "src/gender/gender.js"
|
|
},
|
|
{
|
|
"path": "src/emotion/emotion.js"
|
|
},
|
|
{
|
|
"path": "src/body/posenet.js"
|
|
},
|
|
{
|
|
"path": "src/hand/handpose.js"
|
|
},
|
|
{
|
|
"path": "src/gesture.js"
|
|
},
|
|
{
|
|
"path": "src/image.js"
|
|
},
|
|
{
|
|
"path": "src/profile.js"
|
|
},
|
|
{
|
|
"path": "config.js"
|
|
},
|
|
{
|
|
"path": "package.json"
|
|
}
|
|
]
|
|
},
|
|
"src/image.js": {
|
|
"bytes": 5688,
|
|
"imports": [
|
|
{
|
|
"path": "src/tf.js"
|
|
},
|
|
{
|
|
"path": "src/imagefx.js"
|
|
}
|
|
]
|
|
},
|
|
"src/imagefx.js": {
|
|
"bytes": 19352,
|
|
"imports": []
|
|
},
|
|
"src/profile.js": {
|
|
"bytes": 1061,
|
|
"imports": []
|
|
},
|
|
"src/tf.js": {
|
|
"bytes": 1401,
|
|
"imports": []
|
|
}
|
|
},
|
|
"outputs": {
|
|
"dist/human.node-nobundle.js.map": {
|
|
"imports": [],
|
|
"inputs": {},
|
|
"bytes": 784814
|
|
},
|
|
"dist/human.node-nobundle.js": {
|
|
"imports": [],
|
|
"inputs": {
|
|
"src/face/blazeface.js": {
|
|
"bytesInOutput": 6974
|
|
},
|
|
"src/face/keypoints.js": {
|
|
"bytesInOutput": 2771
|
|
},
|
|
"src/face/box.js": {
|
|
"bytesInOutput": 2059
|
|
},
|
|
"src/face/util.js": {
|
|
"bytesInOutput": 3054
|
|
},
|
|
"src/face/facepipeline.js": {
|
|
"bytesInOutput": 12381
|
|
},
|
|
"src/face/uvcoords.js": {
|
|
"bytesInOutput": 20586
|
|
},
|
|
"src/face/facemesh.js": {
|
|
"bytesInOutput": 2569
|
|
},
|
|
"src/profile.js": {
|
|
"bytesInOutput": 1120
|
|
},
|
|
"src/age/age.js": {
|
|
"bytesInOutput": 1829
|
|
},
|
|
"src/gender/gender.js": {
|
|
"bytesInOutput": 2999
|
|
},
|
|
"src/emotion/emotion.js": {
|
|
"bytesInOutput": 2700
|
|
},
|
|
"src/body/modelBase.js": {
|
|
"bytesInOutput": 868
|
|
},
|
|
"src/body/modelMobileNet.js": {
|
|
"bytesInOutput": 473
|
|
},
|
|
"src/body/heapSort.js": {
|
|
"bytesInOutput": 1639
|
|
},
|
|
"src/body/buildParts.js": {
|
|
"bytesInOutput": 1766
|
|
},
|
|
"src/body/keypoints.js": {
|
|
"bytesInOutput": 2288
|
|
},
|
|
"src/body/vectors.js": {
|
|
"bytesInOutput": 1428
|
|
},
|
|
"src/body/decodePose.js": {
|
|
"bytesInOutput": 3799
|
|
},
|
|
"src/body/decodeMultiple.js": {
|
|
"bytesInOutput": 2028
|
|
},
|
|
"src/body/util.js": {
|
|
"bytesInOutput": 2418
|
|
},
|
|
"src/body/modelPoseNet.js": {
|
|
"bytesInOutput": 2015
|
|
},
|
|
"src/body/posenet.js": {
|
|
"bytesInOutput": 977
|
|
},
|
|
"src/hand/handdetector.js": {
|
|
"bytesInOutput": 4404
|
|
},
|
|
"src/hand/handpipeline.js": {
|
|
"bytesInOutput": 7167
|
|
},
|
|
"src/hand/anchors.js": {
|
|
"bytesInOutput": 256592
|
|
},
|
|
"src/hand/handpose.js": {
|
|
"bytesInOutput": 3067
|
|
},
|
|
"src/gesture.js": {
|
|
"bytesInOutput": 3042
|
|
},
|
|
"src/imagefx.js": {
|
|
"bytesInOutput": 20099
|
|
},
|
|
"src/image.js": {
|
|
"bytesInOutput": 5384
|
|
},
|
|
"src/human.js": {
|
|
"bytesInOutput": 47
|
|
},
|
|
"src/tf.js": {
|
|
"bytesInOutput": 189
|
|
},
|
|
"src/face/triangulation.js": {
|
|
"bytesInOutput": 17898
|
|
},
|
|
"src/human.js": {
|
|
"bytesInOutput": 227
|
|
},
|
|
"src/hand/box.js": {
|
|
"bytesInOutput": 3037
|
|
},
|
|
"src/hand/util.js": {
|
|
"bytesInOutput": 2884
|
|
},
|
|
"src/human.js": {
|
|
"bytesInOutput": 186
|
|
},
|
|
"config.js": {
|
|
"bytesInOutput": 1933
|
|
},
|
|
"package.json": {
|
|
"bytesInOutput": 0
|
|
},
|
|
"package.json": {
|
|
"bytesInOutput": 23
|
|
},
|
|
"src/human.js": {
|
|
"bytesInOutput": 12338
|
|
}
|
|
},
|
|
"bytes": 419504
|
|
}
|
|
}
|
|
}
|