human/dist/human.esm-nobundle.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-10 15:54:07 +01:00
"bytes": 3556,
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": {
"bytes": 3193,
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": {
"bytes": 14448,
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": {
"bytes": 4638,
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": {
"bytes": 871,
"imports": []
2020-10-17 12:30:00 +02:00
}
},
"outputs": {
"dist/human.esm-nobundle.js.map": {
"imports": [],
"inputs": {},
"bytes": 766195
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": {
"bytesInOutput": 6970
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": 2768
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-06 17:39:39 +01:00
"src/face/facepipeline.js": {
"bytesInOutput": 12379
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": 20584
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/face/facemesh.js": {
"bytesInOutput": 2564
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": {
"bytesInOutput": 1826
2020-11-01 19:07:53 +01:00
},
2020-11-06 22:21:20 +01:00
"src/gender/gender.js": {
"bytesInOutput": 2980
2020-10-17 12:30:00 +02:00
},
"src/emotion/emotion.js": {
"bytesInOutput": 2697
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-10 02:13:38 +01:00
"bytesInOutput": 2277
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": 1420
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": 3797
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-10 02:13:38 +01:00
"bytesInOutput": 2410
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/modelPoseNet.js": {
"bytesInOutput": 2012
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": 963
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": {
"bytesInOutput": 7165
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": {
"bytesInOutput": 3064
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": {
"bytesInOutput": 4483
2020-11-10 02:13:38 +01:00
},
"src/tf.js": {
"bytesInOutput": 174
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
},
"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": {
"bytesInOutput": 11998
},
"src/human.js": {
"bytesInOutput": 0
2020-10-17 12:30:00 +02:00
}
},
"bytes": 417911
2020-10-17 12:30:00 +02:00
}
}
}