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-14 13:05:20 +01:00
"bytes": 3629,
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-15 15:28:57 +01:00
"bytes": 15714,
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-12 18:58:55 +01:00
"bytes": 1137,
"imports": []
2020-10-17 12:30:00 +02:00
}
},
"outputs": {
"dist/human.esm-nobundle.js.map": {
"imports": [],
"inputs": {},
2020-11-15 15:28:57 +01:00
"bytes": 784414
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-13 22:13:35 +01:00
"bytesInOutput": 6972
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/face/box.js": {
"bytesInOutput": 2052
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": 3043
2020-10-17 12:30:00 +02:00
},
2020-11-13 22:13:35 +01:00
"src/face/coords.js": {
"bytesInOutput": 51519
2020-10-17 12:30:00 +02:00
},
2020-11-13 22:13:35 +01:00
"src/face/facepipeline.js": {
2020-11-14 13:05:20 +01:00
"bytesInOutput": 12480
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/face/facemesh.js": {
2020-11-13 22:13:35 +01:00
"bytesInOutput": 2461
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": 1118
2020-11-06 17:39:39 +01:00
},
2020-11-06 22:21:20 +01:00
"src/age/age.js": {
2020-11-14 13:05:20 +01:00
"bytesInOutput": 1589
2020-11-01 19:07:53 +01:00
},
2020-11-06 22:21:20 +01:00
"src/gender/gender.js": {
2020-11-14 13:05:20 +01:00
"bytesInOutput": 2762
2020-10-17 12:30:00 +02:00
},
"src/emotion/emotion.js": {
2020-11-14 13:05:20 +01:00
"bytesInOutput": 2464
2020-11-13 22:13:35 +01:00
},
"src/embedding/embedding.js": {
2020-11-13 22:42:00 +01:00
"bytesInOutput": 1769
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/modelBase.js": {
"bytesInOutput": 866
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/modelMobileNet.js": {
"bytesInOutput": 471
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": 1637
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": 1764
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/keypoints.js": {
2020-11-13 22:13:35 +01:00
"bytesInOutput": 2276
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/vectors.js": {
2020-11-13 22:13:35 +01:00
"bytesInOutput": 1419
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/decodePose.js": {
2020-11-13 22:13:35 +01:00
"bytesInOutput": 3796
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": 2026
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/util.js": {
2020-11-13 22:13:35 +01:00
"bytesInOutput": 2409
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/modelPoseNet.js": {
2020-11-13 22:13:35 +01:00
"bytesInOutput": 2014
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/posenet.js": {
2020-11-13 22:13:35 +01:00
"bytesInOutput": 962
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/hand/handdetector.js": {
"bytesInOutput": 4402
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
"bytesInOutput": 7192
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": 256590
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/hand/handpose.js": {
2020-11-13 22:13:35 +01:00
"bytesInOutput": 3066
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": 3038
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": 20097
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": 5382
2020-11-10 02:13:38 +01:00
},
"src/tf.js": {
2020-11-12 18:58:55 +01:00
"bytesInOutput": 174
2020-11-10 02:13:38 +01:00
},
"src/human.js": {
2020-11-13 22:13:35 +01:00
"bytesInOutput": 278
2020-11-10 02:13:38 +01:00
},
"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-13 22:42:00 +01:00
"bytesInOutput": 2072
2020-11-10 02:13:38 +01:00
},
"package.json": {
"bytesInOutput": 0
2020-10-17 12:30:00 +02:00
},
"package.json": {
2020-11-10 02:13:38 +01:00
"bytesInOutput": 23
2020-10-17 12:30:00 +02:00
},
2020-10-18 14:07:45 +02:00
"src/human.js": {
2020-11-15 15:28:57 +01:00
"bytesInOutput": 13221
},
"src/human.js": {
"bytesInOutput": 0
2020-10-17 12:30:00 +02:00
}
},
2020-11-15 15:28:57 +01:00
"bytes": 431572
2020-10-17 12:30:00 +02:00
}
}
}