human/dist/human.node.json

547 lines
11 KiB
JSON
Raw Normal View History

2020-10-17 12:30:00 +02:00
{
"inputs": {
2020-12-10 21:47:43 +01:00
"src/log.js": {
"bytes": 401,
2020-10-17 12:30:00 +02:00
"imports": []
},
2020-11-17 18:38:48 +01:00
"dist/tfjs.esm.js": {
"bytes": 1048,
2020-11-17 05:58:06 +01:00
"imports": []
},
2020-12-13 00:34:30 +01:00
"src/tfjs/backend.js": {
"bytes": 1340,
"imports": [
{
"path": "dist/tfjs.esm.js"
}
]
},
2020-12-10 21:47:43 +01:00
"src/face/blazeface.js": {
"bytes": 6986,
2020-11-06 17:39:39 +01:00
"imports": [
{
2020-12-10 21:47:43 +01:00
"path": "src/log.js"
},
2020-11-06 17:39:39 +01:00
{
2020-12-10 21:47:43 +01:00
"path": "dist/tfjs.esm.js"
2020-11-06 17:39:39 +01:00
}
]
},
2020-12-10 21:47:43 +01:00
"src/face/box.js": {
"bytes": 1935,
2020-11-06 17:39:39 +01:00
"imports": [
{
2020-12-10 21:47:43 +01:00
"path": "dist/tfjs.esm.js"
2020-11-06 17:39:39 +01:00
}
]
},
2020-12-10 21:47:43 +01:00
"src/face/util.js": {
"bytes": 3087,
"imports": []
},
"src/face/coords.js": {
"bytes": 37909,
"imports": []
},
"src/face/facepipeline.js": {
2020-12-12 16:15:51 +01:00
"bytes": 13836,
2020-11-06 17:39:39 +01:00
"imports": [
{
2020-12-10 21:47:43 +01:00
"path": "dist/tfjs.esm.js"
2020-11-06 17:39:39 +01:00
},
{
2020-12-10 21:47:43 +01:00
"path": "src/face/box.js"
2020-11-06 17:39:39 +01:00
},
{
2020-12-10 21:47:43 +01:00
"path": "src/face/util.js"
},
{
"path": "src/face/coords.js"
},
{
"path": "src/log.js"
2020-11-06 17:39:39 +01:00
}
]
},
2020-12-10 21:47:43 +01:00
"src/face/facemesh.js": {
"bytes": 2816,
2020-11-06 17:39:39 +01:00
"imports": [
{
2020-12-10 21:47:43 +01:00
"path": "src/log.js"
2020-11-06 17:39:39 +01:00
},
{
2020-12-10 21:47:43 +01:00
"path": "dist/tfjs.esm.js"
},
{
"path": "src/face/blazeface.js"
},
{
"path": "src/face/facepipeline.js"
},
{
"path": "src/face/coords.js"
2020-11-06 17:39:39 +01:00
}
]
},
2020-12-10 21:47:43 +01:00
"src/profile.js": {
"bytes": 1045,
"imports": [
{
2020-12-10 21:47:43 +01:00
"path": "src/log.js"
}
]
2020-11-06 17:39:39 +01:00
},
2020-12-10 21:47:43 +01:00
"src/age/age.js": {
2020-12-12 16:15:51 +01:00
"bytes": 2017,
2020-11-06 17:39:39 +01:00
"imports": [
2020-12-10 21:47:43 +01:00
{
"path": "src/log.js"
},
{
2020-11-17 18:38:48 +01:00
"path": "dist/tfjs.esm.js"
},
2020-11-06 17:39:39 +01:00
{
2020-12-10 21:47:43 +01:00
"path": "src/profile.js"
2020-11-06 17:39:39 +01:00
}
]
},
2020-12-10 21:47:43 +01:00
"src/gender/gender.js": {
2020-12-12 16:15:51 +01:00
"bytes": 2886,
2020-11-06 17:39:39 +01:00
"imports": [
2020-12-10 21:47:43 +01:00
{
"path": "src/log.js"
},
{
2020-11-17 18:38:48 +01:00
"path": "dist/tfjs.esm.js"
},
2020-11-06 17:39:39 +01:00
{
2020-12-10 21:47:43 +01:00
"path": "src/profile.js"
}
]
},
"src/emotion/emotion.js": {
2020-12-12 16:15:51 +01:00
"bytes": 3055,
2020-12-10 21:47:43 +01:00
"imports": [
{
"path": "src/log.js"
2020-11-06 17:39:39 +01:00
},
{
2020-12-10 21:47:43 +01:00
"path": "dist/tfjs.esm.js"
2020-11-06 17:39:39 +01:00
},
{
2020-12-10 21:47:43 +01:00
"path": "src/profile.js"
2020-11-06 17:39:39 +01:00
}
]
},
2020-12-10 21:47:43 +01:00
"src/embedding/embedding.js": {
"bytes": 2041,
2020-11-06 17:39:39 +01:00
"imports": [
{
2020-12-10 21:47:43 +01:00
"path": "src/log.js"
2020-11-06 17:39:39 +01:00
},
{
2020-12-10 21:47:43 +01:00
"path": "dist/tfjs.esm.js"
2020-11-06 17:39:39 +01:00
},
{
2020-12-10 21:47:43 +01:00
"path": "src/profile.js"
}
]
},
"src/body/modelBase.js": {
2020-12-17 01:16:54 +01:00
"bytes": 1343,
2020-12-10 21:47:43 +01:00
"imports": [
2020-11-06 17:39:39 +01:00
{
2020-12-10 21:47:43 +01:00
"path": "dist/tfjs.esm.js"
}
]
},
"src/body/heapSort.js": {
"bytes": 1590,
"imports": []
},
"src/body/buildParts.js": {
2020-12-17 01:16:54 +01:00
"bytes": 1775,
2020-11-06 17:39:39 +01:00
"imports": [
{
2020-12-10 21:47:43 +01:00
"path": "src/body/heapSort.js"
2020-11-06 17:39:39 +01:00
}
]
},
2020-12-10 21:47:43 +01:00
"src/body/keypoints.js": {
2020-12-17 01:16:54 +01:00
"bytes": 2011,
2020-12-10 21:47:43 +01:00
"imports": []
},
2020-11-06 17:39:39 +01:00
"src/body/vectors.js": {
"bytes": 1273,
"imports": [
{
"path": "src/body/keypoints.js"
}
]
},
2020-12-17 01:16:54 +01:00
"src/body/decoders.js": {
"bytes": 2083,
"imports": [
{
"path": "dist/tfjs.esm.js"
},
{
"path": "src/body/keypoints.js"
}
]
},
2020-12-10 21:47:43 +01:00
"src/body/decodePose.js": {
2020-12-17 01:16:54 +01:00
"bytes": 5216,
2020-11-13 22:13:35 +01:00
"imports": [
{
2020-12-10 21:47:43 +01:00
"path": "src/body/keypoints.js"
2020-11-13 22:13:35 +01:00
},
{
2020-12-10 21:47:43 +01:00
"path": "src/body/vectors.js"
2020-12-17 01:16:54 +01:00
},
{
"path": "src/body/decoders.js"
2020-11-13 22:13:35 +01:00
}
]
},
2020-12-10 21:47:43 +01:00
"src/body/decodeMultiple.js": {
2020-12-17 01:16:54 +01:00
"bytes": 2303,
2020-11-01 19:07:53 +01:00
"imports": [
{
2020-12-10 21:47:43 +01:00
"path": "src/body/buildParts.js"
},
2020-11-01 19:07:53 +01:00
{
2020-12-10 21:47:43 +01:00
"path": "src/body/decodePose.js"
},
{
2020-12-10 21:47:43 +01:00
"path": "src/body/vectors.js"
}
]
2020-10-17 12:30:00 +02:00
},
2020-12-10 21:47:43 +01:00
"src/body/util.js": {
"bytes": 2262,
"imports": [
{
2020-12-10 21:47:43 +01:00
"path": "src/body/keypoints.js"
}
]
2020-10-17 12:30:00 +02:00
},
2020-12-10 21:47:43 +01:00
"src/body/modelPoseNet.js": {
2020-12-17 01:16:54 +01:00
"bytes": 2395,
2020-10-17 12:30:00 +02:00
"imports": [
2020-12-10 21:47:43 +01:00
{
"path": "src/log.js"
},
{
2020-11-17 18:38:48 +01:00
"path": "dist/tfjs.esm.js"
},
2020-10-17 12:30:00 +02:00
{
2020-12-17 01:16:54 +01:00
"path": "src/body/modelBase.js"
2020-10-17 12:30:00 +02:00
},
{
2020-12-10 21:47:43 +01:00
"path": "src/body/decodeMultiple.js"
2020-10-17 12:30:00 +02:00
},
2020-12-17 01:16:54 +01:00
{
"path": "src/body/decodePose.js"
},
2020-10-17 12:30:00 +02:00
{
2020-12-10 21:47:43 +01:00
"path": "src/body/util.js"
2020-10-17 12:30:00 +02:00
}
]
},
2020-12-10 21:47:43 +01:00
"src/body/posenet.js": {
2020-12-17 01:16:54 +01:00
"bytes": 614,
2020-10-17 12:30:00 +02:00
"imports": [
{
2020-12-10 21:47:43 +01:00
"path": "src/body/modelPoseNet.js"
2020-10-17 12:30:00 +02:00
},
{
2020-12-10 21:47:43 +01:00
"path": "src/body/keypoints.js"
},
2020-11-06 17:39:39 +01:00
{
2020-12-10 21:47:43 +01:00
"path": "src/body/util.js"
2020-11-06 17:39:39 +01:00
}
]
},
"src/hand/box.js": {
2020-11-18 14:26:28 +01:00
"bytes": 3226,
"imports": [
{
2020-11-17 18:38:48 +01:00
"path": "dist/tfjs.esm.js"
}
]
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/hand/handdetector.js": {
2020-12-12 16:15:51 +01:00
"bytes": 4253,
2020-10-17 12:30:00 +02:00
"imports": [
{
2020-11-17 18:38:48 +01:00
"path": "dist/tfjs.esm.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-12-10 21:47:43 +01:00
"src/hand/util.js": {
"bytes": 3030,
"imports": []
},
2020-11-06 17:39:39 +01:00
"src/hand/handpipeline.js": {
2020-12-17 01:16:54 +01:00
"bytes": 7951,
2020-10-17 12:30:00 +02:00
"imports": [
{
2020-11-17 18:38:48 +01:00
"path": "dist/tfjs.esm.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-12-10 21:47:43 +01:00
},
{
"path": "src/log.js"
2020-10-17 12:30:00 +02:00
}
]
},
2020-12-10 21:47:43 +01:00
"src/hand/anchors.js": {
"bytes": 224151,
"imports": []
},
2020-11-06 17:39:39 +01:00
"src/hand/handpose.js": {
2020-12-10 21:47:43 +01:00
"bytes": 3250,
2020-10-17 12:30:00 +02:00
"imports": [
2020-12-10 21:47:43 +01:00
{
"path": "src/log.js"
},
{
2020-11-17 18:38:48 +01:00
"path": "dist/tfjs.esm.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-12-10 21:47:43 +01:00
"src/gesture/gesture.js": {
"bytes": 3308,
"imports": []
},
"src/imagefx.js": {
"bytes": 19352,
"imports": []
},
"src/image.js": {
"bytes": 5841,
"imports": [
{
"path": "src/log.js"
},
{
"path": "dist/tfjs.esm.js"
},
{
"path": "src/imagefx.js"
}
]
},
"config.js": {
2020-12-17 01:16:54 +01:00
"bytes": 9530,
2020-12-10 21:47:43 +01:00
"imports": []
},
"src/sample.js": {
2020-12-16 20:49:14 +01:00
"bytes": 55382,
2020-12-10 21:47:43 +01:00
"imports": []
},
"package.json": {
2020-12-13 00:34:30 +01:00
"bytes": 2324,
2020-10-17 12:30:00 +02:00
"imports": []
},
2020-10-18 14:07:45 +02:00
"src/human.js": {
2020-12-16 20:49:14 +01:00
"bytes": 16644,
2020-10-17 12:30:00 +02:00
"imports": [
2020-12-10 21:47:43 +01:00
{
"path": "src/log.js"
},
{
2020-11-17 18:38:48 +01:00
"path": "dist/tfjs.esm.js"
},
2020-12-13 00:34:30 +01:00
{
"path": "src/tfjs/backend.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-24 04:55:01 +01:00
"path": "src/gesture/gesture.js"
2020-11-04 16:18:22 +01:00
},
{
"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"
},
{
2020-12-10 21:47:43 +01:00
"path": "src/sample.js"
},
2020-11-04 16:18:22 +01:00
{
2020-12-10 21:47:43 +01:00
"path": "package.json"
2020-11-04 16:18:22 +01:00
}
]
2020-10-17 12:30:00 +02:00
}
},
"outputs": {
"dist/human.node-gpu.js.map": {
2020-10-17 12:30:00 +02:00
"imports": [],
"inputs": {},
2020-12-17 01:16:54 +01:00
"bytes": 779986
2020-10-17 12:30:00 +02:00
},
"dist/human.node-gpu.js": {
2020-10-17 12:30:00 +02:00
"imports": [],
2020-11-17 05:58:06 +01:00
"exports": [],
2020-10-17 12:30:00 +02:00
"inputs": {
"dist/tfjs.esm.js": {
"bytesInOutput": 966
},
2020-11-06 17:39:39 +01:00
"src/face/blazeface.js": {
2020-12-13 00:34:30 +01:00
"bytesInOutput": 5261
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/face/box.js": {
2020-11-25 15:13:19 +01:00
"bytesInOutput": 1628
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/face/util.js": {
2020-11-25 15:13:19 +01:00
"bytesInOutput": 2424
2020-10-17 12:30:00 +02:00
},
2020-11-13 22:13:35 +01:00
"src/face/coords.js": {
2020-11-25 15:13:19 +01:00
"bytesInOutput": 30828
2020-10-17 12:30:00 +02:00
},
2020-11-13 22:13:35 +01:00
"src/face/facepipeline.js": {
2020-12-13 00:34:30 +01:00
"bytesInOutput": 9379
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/face/facemesh.js": {
2020-12-13 00:34:30 +01:00
"bytesInOutput": 2245
2020-10-17 12:30:00 +02:00
},
2020-11-01 19:07:53 +01:00
"src/profile.js": {
2020-12-10 21:47:43 +01:00
"bytesInOutput": 846
2020-11-06 17:39:39 +01:00
},
2020-11-06 22:21:20 +01:00
"src/age/age.js": {
2020-12-13 00:34:30 +01:00
"bytesInOutput": 1239
2020-11-01 19:07:53 +01:00
},
2020-11-06 22:21:20 +01:00
"src/gender/gender.js": {
2020-12-13 00:34:30 +01:00
"bytesInOutput": 2011
2020-10-17 12:30:00 +02:00
},
"src/emotion/emotion.js": {
2020-12-13 00:34:30 +01:00
"bytesInOutput": 1882
2020-11-13 22:13:35 +01:00
},
"src/embedding/embedding.js": {
2020-12-13 00:34:30 +01:00
"bytesInOutput": 1369
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/modelBase.js": {
2020-12-17 01:16:54 +01:00
"bytesInOutput": 1116
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/heapSort.js": {
2020-11-25 15:13:19 +01:00
"bytesInOutput": 1139
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/buildParts.js": {
2020-11-25 15:13:19 +01:00
"bytesInOutput": 1295
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/keypoints.js": {
2020-11-25 15:13:19 +01:00
"bytesInOutput": 1819
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/vectors.js": {
2020-11-25 15:13:19 +01:00
"bytesInOutput": 1042
2020-10-17 12:30:00 +02:00
},
2020-12-17 01:16:54 +01:00
"src/body/decoders.js": {
"bytesInOutput": 1793
},
2020-11-06 17:39:39 +01:00
"src/body/decodePose.js": {
2020-12-17 01:16:54 +01:00
"bytesInOutput": 4164
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/decodeMultiple.js": {
2020-12-17 01:16:54 +01:00
"bytesInOutput": 1700
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/util.js": {
2020-11-25 15:13:19 +01:00
"bytesInOutput": 1918
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/modelPoseNet.js": {
2020-12-17 01:16:54 +01:00
"bytesInOutput": 2030
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/body/posenet.js": {
2020-12-17 01:16:54 +01:00
"bytesInOutput": 634
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/hand/handdetector.js": {
2020-12-13 00:34:30 +01:00
"bytesInOutput": 2880
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/hand/handpipeline.js": {
2020-12-17 01:16:54 +01:00
"bytesInOutput": 4559
2020-11-03 15:34:36 +01:00
},
2020-11-06 17:39:39 +01:00
"src/hand/anchors.js": {
"bytesInOutput": 127034
2020-10-17 12:30:00 +02:00
},
2020-11-06 17:39:39 +01:00
"src/hand/handpose.js": {
2020-12-13 00:34:30 +01:00
"bytesInOutput": 2064
2020-10-17 12:30:00 +02:00
},
2020-11-24 04:55:01 +01:00
"src/gesture/gesture.js": {
2020-11-26 16:37:04 +01:00
"bytesInOutput": 2467
2020-11-04 16:18:22 +01:00
},
2020-10-18 18:12:09 +02:00
"src/imagefx.js": {
2020-11-25 15:13:19 +01:00
"bytesInOutput": 13558
2020-10-18 18:12:09 +02:00
},
2020-11-04 16:18:22 +01:00
"src/image.js": {
2020-12-13 00:34:30 +01:00
"bytesInOutput": 4069
2020-11-10 02:13:38 +01:00
},
"src/human.js": {
2020-12-16 20:49:14 +01:00
"bytesInOutput": 11084
2020-12-10 21:47:43 +01:00
},
"src/log.js": {
"bytesInOutput": 266
2020-11-10 02:13:38 +01:00
},
2020-12-13 00:34:30 +01:00
"src/tfjs/backend.js": {
"bytesInOutput": 1001
},
2020-11-10 02:13:38 +01:00
"src/hand/box.js": {
2020-12-13 00:34:30 +01:00
"bytesInOutput": 1512
2020-11-10 02:13:38 +01:00
},
"src/hand/util.js": {
2020-11-25 15:13:19 +01:00
"bytesInOutput": 1790
2020-11-10 02:13:38 +01:00
},
2020-10-17 12:30:00 +02:00
"config.js": {
2020-12-17 01:16:54 +01:00
"bytesInOutput": 1492
2020-12-10 21:47:43 +01:00
},
"src/sample.js": {
2020-12-16 20:49:14 +01:00
"bytesInOutput": 55295
2020-10-17 12:30:00 +02:00
},
"package.json": {
2020-11-25 15:13:19 +01:00
"bytesInOutput": 20
2020-10-17 12:30:00 +02:00
}
},
2020-12-17 01:16:54 +01:00
"bytes": 309780
2020-10-17 12:30:00 +02:00
}
}
}