human/dist/human.node.json

490 lines
9.5 KiB
JSON
Raw Normal View History

2020-10-17 12:30:00 +02:00
{
"inputs": {
"config.js": {
2020-11-10 02:13:38 +01:00
"bytes": 8483,
2020-10-17 12:30:00 +02:00
"imports": []
},
"package.json": {
2020-11-11 21:02:49 +01:00
"bytes": 3554,
2020-10-17 12:30:00 +02:00
"imports": []
},
2020-11-06 22:21:20 +01:00
"src/age/age.js": {
"bytes": 1912,
2020-11-06 17:39:39 +01:00
"imports": [
{
"path": "src/tf.js"
},
2020-11-06 17:39:39 +01:00
{
"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"
}
]
2020-11-06 17:39:39 +01:00
},
"src/body/modelMobileNet.js": {
"bytes": 584,
2020-11-06 17:39:39 +01:00
"imports": [
{
"path": "src/tf.js"
},
2020-11-06 17:39:39 +01:00
{
"path": "src/body/modelBase.js"
}
]
},
"src/body/modelPoseNet.js": {
"bytes": 1922,
2020-11-06 17:39:39 +01:00
"imports": [
{
"path": "src/tf.js"
},
2020-11-06 17:39:39 +01:00
{
"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": {
2020-11-08 18:32:31 +01:00
"bytes": 2262,
2020-11-06 17:39:39 +01:00
"imports": [
{
"path": "src/body/keypoints.js"
}
]
},
"src/body/vectors.js": {
"bytes": 1273,
"imports": [
{
"path": "src/body/keypoints.js"
}
]
},
2020-10-17 12:30:00 +02:00
"src/emotion/emotion.js": {
"bytes": 2928,
2020-11-01 19:07:53 +01:00
"imports": [
{
"path": "src/tf.js"
},
2020-11-01 19:07:53 +01:00
{
"path": "src/profile.js"
}
]
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/face/blazeface.js": {
"bytes": 6941,
"imports": [
{
"path": "src/tf.js"
}
]
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/face/box.js": {
"bytes": 1920,
"imports": [
{
"path": "src/tf.js"
}
]
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/face/facemesh.js": {
"bytes": 2604,
2020-10-17 12:30:00 +02:00
"imports": [
{
"path": "src/tf.js"
},
2020-10-17 12:30:00 +02:00
{
2020-11-06 17:39:39 +01:00
"path": "src/face/blazeface.js"
2020-10-17 12:30:00 +02:00
},
{
2020-11-06 17:39:39 +01:00
"path": "src/face/keypoints.js"
2020-10-17 12:30:00 +02:00
},
{
2020-11-06 17:39:39 +01:00
"path": "src/face/facepipeline.js"
2020-10-17 12:30:00 +02:00
},
{
2020-11-06 17:39:39 +01:00
"path": "src/face/uvcoords.js"
2020-10-17 12:30:00 +02:00
},
{
2020-11-06 17:39:39 +01:00
"path": "src/face/triangulation.js"
2020-10-17 12:30:00 +02:00
}
]
},
2020-11-06 17:39:39 +01:00
"src/face/facepipeline.js": {
"bytes": 13686,
2020-10-17 12:30:00 +02:00
"imports": [
{
"path": "src/tf.js"
},
2020-10-17 12:30:00 +02:00
{
2020-11-06 17:39:39 +01:00
"path": "src/face/box.js"
2020-10-17 12:30:00 +02:00
},
{
2020-11-06 17:39:39 +01:00
"path": "src/face/keypoints.js"
2020-10-17 12:30:00 +02:00
},
{
2020-11-06 17:39:39 +01:00
"path": "src/face/util.js"
2020-10-17 12:30:00 +02:00
}
]
},
2020-11-06 17:39:39 +01:00
"src/face/keypoints.js": {
2020-11-04 07:11:24 +01:00
"bytes": 2507,
"imports": []
},
2020-11-06 17:39:39 +01:00
"src/face/triangulation.js": {
2020-10-17 12:30:00 +02:00
"bytes": 12940,
"imports": []
},
2020-11-06 17:39:39 +01:00
"src/face/util.js": {
2020-10-17 12:30:00 +02:00
"bytes": 3078,
"imports": []
},
2020-11-06 17:39:39 +01:00
"src/face/uvcoords.js": {
2020-10-17 12:30:00 +02:00
"bytes": 19592,
"imports": []
},
2020-11-06 22:21:20 +01:00
"src/gender/gender.js": {
2020-11-12 18:17:57 +01:00
"bytes": 3209,
2020-11-06 17:39:39 +01:00
"imports": [
{
"path": "src/tf.js"
},
2020-11-06 17:39:39 +01:00
{
"path": "src/profile.js"
}
]
},
2020-11-04 16:18:22 +01:00
"src/gesture.js": {
2020-11-09 20:26:10 +01:00
"bytes": 3306,
2020-11-04 16:18:22 +01:00
"imports": []
},
2020-11-06 17:39:39 +01:00
"src/hand/anchors.js": {
2020-11-03 15:34:36 +01:00
"bytes": 224151,
"imports": []
},
2020-11-06 17:39:39 +01:00
"src/hand/box.js": {
"bytes": 3211,
"imports": [
{
"path": "src/tf.js"
}
]
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/hand/handdetector.js": {
"bytes": 4221,
2020-10-17 12:30:00 +02:00
"imports": [
{
"path": "src/tf.js"
},
2020-10-17 12:30:00 +02:00
{
2020-11-06 17:39:39 +01:00
"path": "src/hand/box.js"
2020-10-17 12:30:00 +02:00
}
]
},
2020-11-06 17:39:39 +01:00
"src/hand/handpipeline.js": {
"bytes": 7532,
2020-10-17 12:30:00 +02:00
"imports": [
{
"path": "src/tf.js"
},
2020-10-17 12:30:00 +02:00
{
2020-11-06 17:39:39 +01:00
"path": "src/hand/box.js"
2020-11-03 15:34:36 +01:00
},
{
2020-11-06 17:39:39 +01:00
"path": "src/hand/util.js"
2020-10-17 12:30:00 +02:00
}
]
},
2020-11-06 17:39:39 +01:00
"src/hand/handpose.js": {
"bytes": 3026,
2020-10-17 12:30:00 +02:00
"imports": [
{
"path": "src/tf.js"
},
2020-10-17 12:30:00 +02:00
{
2020-11-06 17:39:39 +01:00
"path": "src/hand/handdetector.js"
2020-10-17 12:30:00 +02:00
},
{
2020-11-06 17:39:39 +01:00
"path": "src/hand/handpipeline.js"
2020-11-04 07:11:24 +01:00
},
{
2020-11-06 17:39:39 +01:00
"path": "src/hand/anchors.js"
2020-10-17 12:30:00 +02:00
}
]
},
2020-11-06 17:39:39 +01:00
"src/hand/util.js": {
2020-11-04 07:11:24 +01:00
"bytes": 3030,
2020-10-17 12:30:00 +02:00
"imports": []
},
2020-10-18 14:07:45 +02:00
"src/human.js": {
2020-11-12 18:17:57 +01:00
"bytes": 14787,
2020-10-17 12:30:00 +02:00
"imports": [
{
"path": "src/tf.js"
},
2020-10-17 12:30:00 +02:00
{
2020-11-06 17:39:39 +01:00
"path": "src/face/facemesh.js"
},
{
2020-11-06 22:21:20 +01:00
"path": "src/age/age.js"
2020-10-17 12:30:00 +02:00
},
{
2020-11-06 22:21:20 +01:00
"path": "src/gender/gender.js"
2020-10-17 12:30:00 +02:00
},
{
"path": "src/emotion/emotion.js"
},
{
2020-11-06 17:39:39 +01:00
"path": "src/body/posenet.js"
2020-10-17 12:30:00 +02:00
},
{
2020-11-06 17:39:39 +01:00
"path": "src/hand/handpose.js"
2020-10-17 12:30:00 +02:00
},
2020-10-18 18:12:09 +02:00
{
2020-11-04 16:18:22 +01:00
"path": "src/gesture.js"
},
{
"path": "src/image.js"
2020-10-18 18:12:09 +02:00
},
2020-11-01 19:07:53 +01:00
{
"path": "src/profile.js"
},
2020-10-17 12:30:00 +02:00
{
"path": "config.js"
},
{
"path": "package.json"
}
]
},
2020-11-04 16:18:22 +01:00
"src/image.js": {
2020-11-11 21:02:49 +01:00
"bytes": 5688,
2020-11-04 16:18:22 +01:00
"imports": [
{
"path": "src/tf.js"
},
2020-11-04 16:18:22 +01:00
{
"path": "src/imagefx.js"
}
]
},
2020-10-18 18:12:09 +02:00
"src/imagefx.js": {
2020-11-03 15:34:36 +01:00
"bytes": 19352,
2020-10-18 18:12:09 +02:00
"imports": []
},
2020-11-01 19:07:53 +01:00
"src/profile.js": {
2020-11-08 18:32:31 +01:00
"bytes": 1061,
2020-10-17 12:30:00 +02:00
"imports": []
},
"src/tf.js": {
2020-11-12 18:17:57 +01:00
"bytes": 1401,
"imports": []
2020-10-17 12:30:00 +02:00
}
},
"outputs": {
"dist/human.node-nobundle.js.map": {
2020-10-17 12:30:00 +02:00
"imports": [],
"inputs": {},
2020-11-12 18:17:57 +01:00
"bytes": 784814
2020-10-17 12:30:00 +02:00
},
"dist/human.node-nobundle.js": {
2020-10-17 12:30:00 +02:00
"imports": [],
"inputs": {
2020-11-06 17:39:39 +01:00
"src/face/blazeface.js": {
"bytesInOutput": 6974
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/face/keypoints.js": {
2020-11-10 02:13:38 +01:00
"bytesInOutput": 2771
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/face/box.js": {
"bytesInOutput": 2059
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/face/util.js": {
2020-11-10 02:13:38 +01:00
"bytesInOutput": 3054
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/face/facepipeline.js": {
"bytesInOutput": 12381
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/face/uvcoords.js": {
2020-11-10 02:13:38 +01:00
"bytesInOutput": 20586
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/face/facemesh.js": {
"bytesInOutput": 2569
2020-10-17 12:30:00 +02:00
},
2020-11-01 19:07:53 +01:00
"src/profile.js": {
2020-11-10 02:13:38 +01:00
"bytesInOutput": 1120
2020-11-06 17:39:39 +01:00
},
2020-11-06 22:21:20 +01:00
"src/age/age.js": {
"bytesInOutput": 1829
2020-11-01 19:07:53 +01:00
},
2020-11-06 22:21:20 +01:00
"src/gender/gender.js": {
2020-11-12 18:17:57 +01:00
"bytesInOutput": 2999
2020-10-17 12:30:00 +02:00
},
"src/emotion/emotion.js": {
"bytesInOutput": 2700
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/modelBase.js": {
"bytesInOutput": 868
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/modelMobileNet.js": {
"bytesInOutput": 473
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/heapSort.js": {
2020-11-10 02:13:38 +01:00
"bytesInOutput": 1639
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/buildParts.js": {
2020-11-10 02:13:38 +01:00
"bytesInOutput": 1766
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/keypoints.js": {
2020-11-10 02:13:38 +01:00
"bytesInOutput": 2288
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/vectors.js": {
2020-11-10 02:13:38 +01:00
"bytesInOutput": 1428
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/decodePose.js": {
2020-11-10 02:13:38 +01:00
"bytesInOutput": 3799
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/decodeMultiple.js": {
2020-11-10 02:13:38 +01:00
"bytesInOutput": 2028
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/util.js": {
2020-11-10 02:13:38 +01:00
"bytesInOutput": 2418
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/modelPoseNet.js": {
"bytesInOutput": 2015
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/posenet.js": {
2020-11-10 02:13:38 +01:00
"bytesInOutput": 977
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/hand/handdetector.js": {
"bytesInOutput": 4404
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/hand/handpipeline.js": {
"bytesInOutput": 7167
2020-11-03 15:34:36 +01:00
},
2020-11-06 17:39:39 +01:00
"src/hand/anchors.js": {
2020-11-10 02:13:38 +01:00
"bytesInOutput": 256592
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/hand/handpose.js": {
"bytesInOutput": 3067
2020-10-17 12:30:00 +02:00
},
2020-11-04 16:18:22 +01:00
"src/gesture.js": {
2020-11-10 02:13:38 +01:00
"bytesInOutput": 3042
2020-11-04 16:18:22 +01:00
},
2020-10-18 18:12:09 +02:00
"src/imagefx.js": {
2020-11-10 02:13:38 +01:00
"bytesInOutput": 20099
2020-10-18 18:12:09 +02:00
},
2020-11-04 16:18:22 +01:00
"src/image.js": {
2020-11-11 21:02:49 +01:00
"bytesInOutput": 5384
2020-11-10 02:13:38 +01:00
},
"src/human.js": {
"bytesInOutput": 47
},
"src/tf.js": {
2020-11-12 18:17:57 +01:00
"bytesInOutput": 189
2020-11-10 02:13:38 +01:00
},
"src/face/triangulation.js": {
"bytesInOutput": 17898
},
"src/human.js": {
"bytesInOutput": 227
},
"src/hand/box.js": {
"bytesInOutput": 3037
2020-11-10 02:13:38 +01:00
},
"src/hand/util.js": {
"bytesInOutput": 2884
},
"src/human.js": {
"bytesInOutput": 186
2020-11-04 16:18:22 +01:00
},
2020-10-17 12:30:00 +02:00
"config.js": {
2020-11-10 02:13:38 +01:00
"bytesInOutput": 1933
2020-10-17 12:30:00 +02:00
},
"package.json": {
2020-11-10 02:13:38 +01:00
"bytesInOutput": 0
2020-10-17 12:30:00 +02:00
},
2020-11-10 02:13:38 +01:00
"package.json": {
"bytesInOutput": 23
},
"src/human.js": {
2020-11-12 18:17:57 +01:00
"bytesInOutput": 12338
2020-10-17 12:30:00 +02:00
}
},
2020-11-12 18:17:57 +01:00
"bytes": 419504
2020-10-17 12:30:00 +02:00
}
}
}