human/dist/human.node.json

408 lines
8.4 KiB
JSON

{
"inputs": {
"config.js": {
"bytes": 7300,
"imports": []
},
"package.json": {
"bytes": 3234,
"imports": []
},
"src/emotion/emotion.js": {
"bytes": 1976,
"imports": [
{
"path": "src/profile.js"
}
]
},
"src/facemesh/blazeface.js": {
"bytes": 6991,
"imports": []
},
"src/facemesh/box.js": {
"bytes": 1924,
"imports": []
},
"src/facemesh/facemesh.js": {
"bytes": 2572,
"imports": [
{
"path": "src/facemesh/blazeface.js"
},
{
"path": "src/facemesh/keypoints.js"
},
{
"path": "src/facemesh/facepipeline.js"
},
{
"path": "src/facemesh/uvcoords.js"
},
{
"path": "src/facemesh/triangulation.js"
}
]
},
"src/facemesh/facepipeline.js": {
"bytes": 14296,
"imports": [
{
"path": "src/facemesh/box.js"
},
{
"path": "src/facemesh/keypoints.js"
},
{
"path": "src/facemesh/util.js"
}
]
},
"src/facemesh/keypoints.js": {
"bytes": 2507,
"imports": []
},
"src/facemesh/triangulation.js": {
"bytes": 12940,
"imports": []
},
"src/facemesh/util.js": {
"bytes": 3078,
"imports": []
},
"src/facemesh/uvcoords.js": {
"bytes": 19592,
"imports": []
},
"src/gesture.js": {
"bytes": 2175,
"imports": []
},
"src/handpose/anchors.js": {
"bytes": 224151,
"imports": []
},
"src/handpose/box.js": {
"bytes": 3192,
"imports": []
},
"src/handpose/handdetector.js": {
"bytes": 4313,
"imports": [
{
"path": "src/handpose/box.js"
}
]
},
"src/handpose/handpipeline.js": {
"bytes": 8657,
"imports": [
{
"path": "src/handpose/box.js"
},
{
"path": "src/handpose/util.js"
}
]
},
"src/handpose/handpose.js": {
"bytes": 2839,
"imports": [
{
"path": "src/handpose/handdetector.js"
},
{
"path": "src/handpose/handpipeline.js"
},
{
"path": "src/handpose/anchors.js"
}
]
},
"src/handpose/util.js": {
"bytes": 3030,
"imports": []
},
"src/human.js": {
"bytes": 11165,
"imports": [
{
"path": "src/facemesh/facemesh.js"
},
{
"path": "src/ssrnet/ssrnet.js"
},
{
"path": "src/emotion/emotion.js"
},
{
"path": "src/posenet/posenet.js"
},
{
"path": "src/handpose/handpose.js"
},
{
"path": "src/gesture.js"
},
{
"path": "src/image.js"
},
{
"path": "src/profile.js"
},
{
"path": "config.js"
},
{
"path": "package.json"
}
]
},
"src/image.js": {
"bytes": 4604,
"imports": [
{
"path": "src/imagefx.js"
}
]
},
"src/imagefx.js": {
"bytes": 19352,
"imports": []
},
"src/posenet/buildParts.js": {
"bytes": 2035,
"imports": [
{
"path": "src/posenet/heapSort.js"
}
]
},
"src/posenet/decodeMultiple.js": {
"bytes": 5605,
"imports": [
{
"path": "src/posenet/buildParts.js"
},
{
"path": "src/posenet/decodePose.js"
},
{
"path": "src/posenet/vectors.js"
}
]
},
"src/posenet/decodePose.js": {
"bytes": 4540,
"imports": [
{
"path": "src/posenet/keypoints.js"
},
{
"path": "src/posenet/vectors.js"
}
]
},
"src/posenet/heapSort.js": {
"bytes": 1590,
"imports": []
},
"src/posenet/keypoints.js": {
"bytes": 2291,
"imports": []
},
"src/posenet/modelBase.js": {
"bytes": 1512,
"imports": []
},
"src/posenet/modelMobileNet.js": {
"bytes": 593,
"imports": [
{
"path": "src/posenet/modelBase.js"
}
]
},
"src/posenet/modelPoseNet.js": {
"bytes": 3447,
"imports": [
{
"path": "src/posenet/modelMobileNet.js"
},
{
"path": "src/posenet/decodeMultiple.js"
},
{
"path": "src/posenet/util.js"
}
]
},
"src/posenet/posenet.js": {
"bytes": 830,
"imports": [
{
"path": "src/posenet/modelMobileNet.js"
},
{
"path": "src/posenet/modelPoseNet.js"
},
{
"path": "src/posenet/decodeMultiple.js"
},
{
"path": "src/posenet/keypoints.js"
},
{
"path": "src/posenet/util.js"
}
]
},
"src/posenet/util.js": {
"bytes": 2260,
"imports": [
{
"path": "src/posenet/keypoints.js"
}
]
},
"src/posenet/vectors.js": {
"bytes": 1273,
"imports": [
{
"path": "src/posenet/keypoints.js"
}
]
},
"src/profile.js": {
"bytes": 1004,
"imports": []
},
"src/ssrnet/ssrnet.js": {
"bytes": 2149,
"imports": [
{
"path": "src/profile.js"
}
]
}
},
"outputs": {
"dist/human.node-nobundle.js.map": {
"imports": [],
"inputs": {},
"bytes": 623207
},
"dist/human.node-nobundle.js": {
"imports": [],
"inputs": {
"src/facemesh/blazeface.js": {
"bytesInOutput": 3082
},
"src/facemesh/keypoints.js": {
"bytesInOutput": 1945
},
"src/facemesh/box.js": {
"bytesInOutput": 1021
},
"src/facemesh/util.js": {
"bytesInOutput": 1171
},
"src/facemesh/facepipeline.js": {
"bytesInOutput": 5585
},
"src/facemesh/uvcoords.js": {
"bytesInOutput": 16785
},
"src/facemesh/triangulation.js": {
"bytesInOutput": 9989
},
"src/facemesh/facemesh.js": {
"bytesInOutput": 1259
},
"src/profile.js": {
"bytesInOutput": 619
},
"src/ssrnet/ssrnet.js": {
"bytesInOutput": 1236
},
"src/emotion/emotion.js": {
"bytesInOutput": 1104
},
"src/posenet/modelBase.js": {
"bytesInOutput": 455
},
"src/posenet/modelMobileNet.js": {
"bytesInOutput": 267
},
"src/posenet/heapSort.js": {
"bytesInOutput": 1041
},
"src/posenet/buildParts.js": {
"bytesInOutput": 546
},
"src/posenet/keypoints.js": {
"bytesInOutput": 1621
},
"src/posenet/vectors.js": {
"bytesInOutput": 607
},
"src/posenet/decodePose.js": {
"bytesInOutput": 1016
},
"src/posenet/decodeMultiple.js": {
"bytesInOutput": 603
},
"src/posenet/util.js": {
"bytesInOutput": 1053
},
"src/posenet/modelPoseNet.js": {
"bytesInOutput": 841
},
"src/posenet/posenet.js": {
"bytesInOutput": 459
},
"src/handpose/box.js": {
"bytesInOutput": 1419
},
"src/handpose/handdetector.js": {
"bytesInOutput": 1806
},
"src/handpose/util.js": {
"bytesInOutput": 996
},
"src/handpose/handpipeline.js": {
"bytesInOutput": 3069
},
"src/handpose/anchors.js": {
"bytesInOutput": 127000
},
"src/handpose/handpose.js": {
"bytesInOutput": 1127
},
"src/gesture.js": {
"bytesInOutput": 1219
},
"src/imagefx.js": {
"bytesInOutput": 11013
},
"src/image.js": {
"bytesInOutput": 2349
},
"config.js": {
"bytesInOutput": 1292
},
"package.json": {
"bytesInOutput": 2880
},
"src/human.js": {
"bytesInOutput": 28
},
"src/human.js": {
"bytesInOutput": 5614
}
},
"bytes": 213092
}
}
}