human/dist/human.node-nobundle.json

476 lines
9.2 KiB
JSON
Raw Normal View History

2020-11-17 05:58:06 +01:00
{
"inputs": {
"config.js": {
"bytes": 8721,
"imports": []
},
"package.json": {
"bytes": 2021,
"imports": []
},
"src/age/age.js": {
2020-11-17 16:18:15 +01:00
"bytes": 1953,
2020-11-17 05:58:06 +01:00
"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": {
2020-11-17 16:18:15 +01:00
"bytes": 1913,
2020-11-17 05:58:06 +01:00
"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/embedding/embedding.js": {
2020-11-17 16:18:15 +01:00
"bytes": 2092,
2020-11-17 05:58:06 +01:00
"imports": [
{
"path": "src/tf.js"
},
{
"path": "src/profile.js"
}
]
},
"src/emotion/emotion.js": {
2020-11-17 16:18:15 +01:00
"bytes": 2991,
2020-11-17 05:58:06 +01:00
"imports": [
{
"path": "src/tf.js"
},
{
"path": "src/profile.js"
}
]
},
"src/face/blazeface.js": {
2020-11-17 16:18:15 +01:00
"bytes": 6928,
2020-11-17 05:58:06 +01:00
"imports": [
{
"path": "src/tf.js"
}
]
},
"src/face/box.js": {
"bytes": 1920,
"imports": [
{
"path": "src/tf.js"
}
]
},
"src/face/coords.js": {
"bytes": 37909,
"imports": []
},
"src/face/facemesh.js": {
2020-11-17 16:18:15 +01:00
"bytes": 2461,
2020-11-17 05:58:06 +01:00
"imports": [
{
"path": "src/tf.js"
},
{
"path": "src/face/blazeface.js"
},
{
"path": "src/face/facepipeline.js"
},
{
"path": "src/face/coords.js"
}
]
},
"src/face/facepipeline.js": {
"bytes": 13788,
"imports": [
{
"path": "src/tf.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": {
2020-11-17 16:18:15 +01:00
"bytes": 3394,
2020-11-17 05:58:06 +01:00
"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": 7558,
"imports": [
{
"path": "src/tf.js"
},
{
"path": "src/hand/box.js"
},
{
"path": "src/hand/util.js"
}
]
},
"src/hand/handpose.js": {
2020-11-17 16:18:15 +01:00
"bytes": 3020,
2020-11-17 05:58:06 +01:00
"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": {
2020-11-17 16:18:15 +01:00
"bytes": 15690,
2020-11-17 05:58:06 +01:00
"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/embedding/embedding.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": {
2020-11-17 16:18:15 +01:00
"bytes": 200,
2020-11-17 05:58:06 +01:00
"imports": []
}
},
"outputs": {
"dist/human.node-nobundle.js.map": {
"imports": [],
"inputs": {},
2020-11-17 16:18:15 +01:00
"bytes": 685808
2020-11-17 05:58:06 +01:00
},
"dist/human.node-nobundle.js": {
"imports": [],
"exports": [],
"inputs": {
"src/face/blazeface.js": {
2020-11-17 16:18:15 +01:00
"bytesInOutput": 5452
2020-11-17 05:58:06 +01:00
},
"src/face/box.js": {
"bytesInOutput": 1673
},
"src/face/util.js": {
"bytesInOutput": 2491
},
"src/face/coords.js": {
"bytesInOutput": 30889
},
"src/face/facepipeline.js": {
"bytesInOutput": 9781
},
"src/face/facemesh.js": {
2020-11-17 16:18:15 +01:00
"bytesInOutput": 1948
2020-11-17 05:58:06 +01:00
},
"src/profile.js": {
"bytesInOutput": 897
},
"src/age/age.js": {
2020-11-17 16:18:15 +01:00
"bytesInOutput": 1215
2020-11-17 05:58:06 +01:00
},
"src/gender/gender.js": {
2020-11-17 16:18:15 +01:00
"bytesInOutput": 2035
2020-11-17 05:58:06 +01:00
},
"src/emotion/emotion.js": {
2020-11-17 16:18:15 +01:00
"bytesInOutput": 1887
2020-11-17 05:58:06 +01:00
},
"src/embedding/embedding.js": {
2020-11-17 16:18:15 +01:00
"bytesInOutput": 1408
2020-11-17 05:58:06 +01:00
},
"src/body/modelBase.js": {
"bytesInOutput": 642
},
"src/body/modelMobileNet.js": {
"bytesInOutput": 389
},
"src/body/heapSort.js": {
"bytesInOutput": 1147
},
"src/body/buildParts.js": {
"bytesInOutput": 1355
},
"src/body/keypoints.js": {
"bytesInOutput": 1833
},
"src/body/vectors.js": {
"bytesInOutput": 1087
},
"src/body/decodePose.js": {
"bytesInOutput": 3231
},
"src/body/decodeMultiple.js": {
"bytesInOutput": 1734
},
"src/body/util.js": {
"bytesInOutput": 1963
},
"src/body/modelPoseNet.js": {
2020-11-17 16:18:15 +01:00
"bytesInOutput": 1674
2020-11-17 05:58:06 +01:00
},
"src/body/posenet.js": {
"bytesInOutput": 877
},
"src/hand/handdetector.js": {
"bytesInOutput": 2931
},
"src/hand/handpipeline.js": {
"bytesInOutput": 4887
},
"src/hand/anchors.js": {
"bytesInOutput": 127039
},
"src/hand/handpose.js": {
2020-11-17 16:18:15 +01:00
"bytesInOutput": 1834
2020-11-17 05:58:06 +01:00
},
"src/gesture.js": {
"bytesInOutput": 2332
},
"src/imagefx.js": {
"bytesInOutput": 13874
},
"src/image.js": {
"bytesInOutput": 4063
},
"src/human.js": {
"bytesInOutput": 10626
},
"src/tf.js": {
2020-11-17 16:18:15 +01:00
"bytesInOutput": 141
2020-11-17 05:58:06 +01:00
},
"src/hand/box.js": {
"bytesInOutput": 1979
},
"src/hand/util.js": {
"bytesInOutput": 1854
},
"config.js": {
"bytesInOutput": 1431
},
"package.json": {
"bytesInOutput": 20
}
},
2020-11-17 16:18:15 +01:00
"bytes": 250483
2020-11-17 05:58:06 +01:00
}
}
}