human/dist/human.esm-nobundle.json

487 lines
9.4 KiB
JSON
Raw Normal View History

2020-10-17 12:30:00 +02:00
{
"inputs": {
"config.js": {
2020-11-13 22:42:00 +01:00
"bytes": 8721,
2020-10-17 12:30:00 +02:00
"imports": []
},
"package.json": {
2020-11-16 21:51:46 +01:00
"bytes": 3749,
2020-10-17 12:30:00 +02:00
"imports": []
},
2020-11-06 22:21:20 +01:00
"src/age/age.js": {
2020-11-14 13:05:20 +01:00
"bytes": 1966,
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-11-13 22:13:35 +01:00
"src/embedding/embedding.js": {
2020-11-13 22:42:00 +01:00
"bytes": 2105,
2020-11-13 22:13:35 +01:00
"imports": [
{
"path": "src/tf.js"
},
{
"path": "src/profile.js"
}
]
},
2020-10-17 12:30:00 +02:00
"src/emotion/emotion.js": {
2020-11-14 13:05:20 +01:00
"bytes": 3004,
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-13 22:13:35 +01:00
"src/face/coords.js": {
"bytes": 37909,
"imports": []
},
2020-11-06 17:39:39 +01:00
"src/face/facemesh.js": {
2020-11-13 22:13:35 +01:00
"bytes": 2471,
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/facepipeline.js"
2020-10-17 12:30:00 +02:00
},
{
2020-11-13 22:13:35 +01:00
"path": "src/face/coords.js"
2020-10-17 12:30:00 +02:00
}
]
},
2020-11-06 17:39:39 +01:00
"src/face/facepipeline.js": {
2020-11-14 13:05:20 +01:00
"bytes": 13788,
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-13 22:13:35 +01:00
"path": "src/face/util.js"
2020-10-17 12:30:00 +02:00
},
{
2020-11-13 22:13:35 +01:00
"path": "src/face/coords.js"
2020-10-17 12:30:00 +02:00
}
]
},
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 22:21:20 +01:00
"src/gender/gender.js": {
2020-11-14 13:05:20 +01:00
"bytes": 3407,
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": {
2020-11-14 13:05:20 +01:00
"bytes": 7558,
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-16 21:51:46 +01:00
"bytes": 15693,
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-13 22:13:35 +01:00
{
"path": "src/embedding/embedding.js"
},
2020-10-17 12:30:00 +02:00
{
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-16 21:51:46 +01:00
"bytes": 1178,
"imports": []
2020-10-17 12:30:00 +02:00
}
},
"outputs": {
"dist/human.esm-nobundle.js.map": {
"imports": [],
"inputs": {},
2020-11-16 21:51:46 +01:00
"bytes": 670719
2020-10-17 12:30:00 +02:00
},
"dist/human.esm-nobundle.js": {
"imports": [],
"inputs": {
2020-11-06 17:39:39 +01:00
"src/face/blazeface.js": {
2020-11-16 21:51:46 +01:00
"bytesInOutput": 5445
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/face/box.js": {
2020-11-16 21:51:46 +01:00
"bytesInOutput": 1666
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/face/util.js": {
2020-11-16 21:51:46 +01:00
"bytesInOutput": 2480
2020-10-17 12:30:00 +02:00
},
2020-11-13 22:13:35 +01:00
"src/face/coords.js": {
2020-11-16 21:51:46 +01:00
"bytesInOutput": 30878
2020-10-17 12:30:00 +02:00
},
2020-11-13 22:13:35 +01:00
"src/face/facepipeline.js": {
2020-11-16 21:51:46 +01:00
"bytesInOutput": 9779
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/face/facemesh.js": {
2020-11-16 21:51:46 +01:00
"bytesInOutput": 1938
2020-10-17 12:30:00 +02:00
},
2020-11-01 19:07:53 +01:00
"src/profile.js": {
2020-11-16 21:51:46 +01:00
"bytesInOutput": 895
2020-11-06 17:39:39 +01:00
},
2020-11-06 22:21:20 +01:00
"src/age/age.js": {
2020-11-16 21:51:46 +01:00
"bytesInOutput": 1209
2020-11-01 19:07:53 +01:00
},
2020-11-06 22:21:20 +01:00
"src/gender/gender.js": {
2020-11-16 21:51:46 +01:00
"bytesInOutput": 2029
2020-10-17 12:30:00 +02:00
},
"src/emotion/emotion.js": {
2020-11-16 21:51:46 +01:00
"bytesInOutput": 1881
2020-11-13 22:13:35 +01:00
},
"src/embedding/embedding.js": {
2020-11-16 21:51:46 +01:00
"bytesInOutput": 1403
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/modelBase.js": {
2020-11-16 21:51:46 +01:00
"bytesInOutput": 640
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/modelMobileNet.js": {
2020-11-16 21:51:46 +01:00
"bytesInOutput": 387
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/heapSort.js": {
2020-11-16 21:51:46 +01:00
"bytesInOutput": 1145
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/buildParts.js": {
2020-11-16 21:51:46 +01:00
"bytesInOutput": 1353
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/keypoints.js": {
2020-11-16 21:51:46 +01:00
"bytesInOutput": 1822
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/vectors.js": {
2020-11-16 21:51:46 +01:00
"bytesInOutput": 1079
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/decodePose.js": {
2020-11-16 21:51:46 +01:00
"bytesInOutput": 3229
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/decodeMultiple.js": {
2020-11-16 21:51:46 +01:00
"bytesInOutput": 1732
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/util.js": {
2020-11-16 21:51:46 +01:00
"bytesInOutput": 1955
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/modelPoseNet.js": {
2020-11-16 21:51:46 +01:00
"bytesInOutput": 1668
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/posenet.js": {
2020-11-16 21:51:46 +01:00
"bytesInOutput": 863
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/hand/handdetector.js": {
2020-11-16 21:51:46 +01:00
"bytesInOutput": 2929
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/hand/handpipeline.js": {
2020-11-16 21:51:46 +01:00
"bytesInOutput": 4885
2020-11-03 15:34:36 +01:00
},
2020-11-06 17:39:39 +01:00
"src/hand/anchors.js": {
2020-11-16 21:51:46 +01:00
"bytesInOutput": 127037
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/hand/handpose.js": {
2020-11-16 21:51:46 +01:00
"bytesInOutput": 1825
2020-10-17 12:30:00 +02:00
},
2020-11-04 16:18:22 +01:00
"src/gesture.js": {
2020-11-16 21:51:46 +01:00
"bytesInOutput": 2328
2020-11-04 16:18:22 +01:00
},
2020-10-18 18:12:09 +02:00
"src/imagefx.js": {
2020-11-16 21:51:46 +01:00
"bytesInOutput": 13872
2020-10-18 18:12:09 +02:00
},
2020-11-04 16:18:22 +01:00
"src/image.js": {
2020-11-16 21:51:46 +01:00
"bytesInOutput": 4061
2020-11-10 02:13:38 +01:00
},
"src/tf.js": {
2020-11-16 21:51:46 +01:00
"bytesInOutput": 163
2020-11-10 02:13:38 +01:00
},
"src/human.js": {
2020-11-16 21:51:46 +01:00
"bytesInOutput": 260
2020-11-10 02:13:38 +01:00
},
"src/hand/box.js": {
2020-11-16 21:51:46 +01:00
"bytesInOutput": 1979
2020-11-10 02:13:38 +01:00
},
"src/hand/util.js": {
2020-11-16 21:51:46 +01:00
"bytesInOutput": 1854
2020-11-10 02:13:38 +01:00
},
"src/human.js": {
2020-11-16 21:51:46 +01:00
"bytesInOutput": 174
2020-11-04 16:18:22 +01:00
},
2020-10-17 12:30:00 +02:00
"config.js": {
2020-11-16 21:51:46 +01:00
"bytesInOutput": 1431
2020-11-10 02:13:38 +01:00
},
"package.json": {
"bytesInOutput": 0
2020-10-17 12:30:00 +02:00
},
"package.json": {
2020-11-16 21:51:46 +01:00
"bytesInOutput": 20
2020-10-17 12:30:00 +02:00
},
2020-10-18 14:07:45 +02:00
"src/human.js": {
2020-11-16 21:51:46 +01:00
"bytesInOutput": 10149
},
"src/human.js": {
"bytesInOutput": 0
2020-10-17 12:30:00 +02:00
}
},
2020-11-16 21:51:46 +01:00
"bytes": 250185
2020-10-17 12:30:00 +02:00
}
}
}