human/dist/human.node.json

627 lines
14 KiB
JSON
Raw Normal View History

2020-10-17 12:30:00 +02:00
{
"inputs": {
2021-02-08 17:39:09 +01:00
"src/log.ts": {
2020-12-10 21:47:43 +01:00
"bytes": 401,
2020-10-17 12:30:00 +02:00
"imports": []
},
2020-11-17 18:38:48 +01:00
"dist/tfjs.esm.js": {
2021-02-21 20:07:04 +01:00
"bytes": 690,
2020-11-17 05:58:06 +01:00
"imports": []
},
2021-02-08 17:39:09 +01:00
"src/tfjs/backend.ts": {
2021-02-08 18:47:38 +01:00
"bytes": 2228,
2020-12-13 00:34:30 +01:00
"imports": [
2021-01-13 15:35:31 +01:00
{
2021-02-08 17:39:09 +01:00
"path": "src/log.ts",
"kind": "import-statement"
2021-01-13 15:35:31 +01:00
},
2020-12-13 00:34:30 +01:00
{
"path": "dist/tfjs.esm.js",
"kind": "import-statement"
2020-12-13 00:34:30 +01:00
}
]
},
2021-02-08 18:47:38 +01:00
"src/blazeface/blazeface.ts": {
2021-02-13 15:22:40 +01:00
"bytes": 5688,
2020-11-06 17:39:39 +01:00
"imports": [
{
2021-02-08 17:39:09 +01:00
"path": "src/log.ts",
"kind": "import-statement"
},
2020-11-06 17:39:39 +01:00
{
"path": "dist/tfjs.esm.js",
"kind": "import-statement"
2020-11-06 17:39:39 +01:00
}
]
},
2021-02-08 18:47:38 +01:00
"src/blazeface/box.ts": {
"bytes": 1727,
2020-11-06 17:39:39 +01:00
"imports": [
{
"path": "dist/tfjs.esm.js",
"kind": "import-statement"
2020-11-06 17:39:39 +01:00
}
]
},
2021-02-08 18:47:38 +01:00
"src/blazeface/util.ts": {
"bytes": 2809,
2020-12-10 21:47:43 +01:00
"imports": []
},
2021-02-08 18:47:38 +01:00
"src/blazeface/coords.ts": {
"bytes": 37783,
2020-12-10 21:47:43 +01:00
"imports": []
},
2021-02-08 18:47:38 +01:00
"src/blazeface/facepipeline.ts": {
2021-02-13 15:22:40 +01:00
"bytes": 14175,
2020-11-06 17:39:39 +01:00
"imports": [
{
"path": "dist/tfjs.esm.js",
"kind": "import-statement"
2020-11-06 17:39:39 +01:00
},
{
2021-02-08 18:47:38 +01:00
"path": "src/blazeface/box.ts",
"kind": "import-statement"
2020-11-06 17:39:39 +01:00
},
{
2021-02-08 18:47:38 +01:00
"path": "src/blazeface/util.ts",
"kind": "import-statement"
2020-12-10 21:47:43 +01:00
},
{
2021-02-08 18:47:38 +01:00
"path": "src/blazeface/coords.ts",
"kind": "import-statement"
2020-11-06 17:39:39 +01:00
}
]
},
2021-02-08 18:47:38 +01:00
"src/blazeface/facemesh.ts": {
2021-02-13 15:22:40 +01:00
"bytes": 2890,
2020-11-06 17:39:39 +01:00
"imports": [
{
2021-02-08 17:39:09 +01:00
"path": "src/log.ts",
"kind": "import-statement"
2020-11-06 17:39:39 +01:00
},
{
"path": "dist/tfjs.esm.js",
"kind": "import-statement"
2020-12-10 21:47:43 +01:00
},
{
2021-02-08 18:47:38 +01:00
"path": "src/blazeface/blazeface.ts",
"kind": "import-statement"
2020-12-10 21:47:43 +01:00
},
{
2021-02-08 18:47:38 +01:00
"path": "src/blazeface/facepipeline.ts",
"kind": "import-statement"
2020-12-10 21:47:43 +01:00
},
{
2021-02-08 18:47:38 +01:00
"path": "src/blazeface/coords.ts",
"kind": "import-statement"
2020-11-06 17:39:39 +01:00
}
]
},
2021-02-08 17:39:09 +01:00
"src/profile.ts": {
2021-02-13 15:22:40 +01:00
"bytes": 1017,
"imports": [
{
2021-02-08 17:39:09 +01:00
"path": "src/log.ts",
"kind": "import-statement"
}
]
2020-11-06 17:39:39 +01:00
},
2021-02-08 17:39:09 +01:00
"src/faceboxes/faceboxes.ts": {
2021-02-13 15:22:40 +01:00
"bytes": 2840,
2021-02-06 23:41:53 +01:00
"imports": [
{
2021-02-08 17:39:09 +01:00
"path": "src/log.ts",
2021-02-06 23:41:53 +01:00
"kind": "import-statement"
},
{
"path": "dist/tfjs.esm.js",
"kind": "import-statement"
},
{
2021-02-08 17:39:09 +01:00
"path": "src/profile.ts",
2021-02-06 23:41:53 +01:00
"kind": "import-statement"
}
]
},
2021-02-08 17:39:09 +01:00
"src/age/age.ts": {
2021-02-13 15:22:40 +01:00
"bytes": 1946,
2020-11-06 17:39:39 +01:00
"imports": [
2020-12-10 21:47:43 +01:00
{
2021-02-08 17:39:09 +01:00
"path": "src/log.ts",
"kind": "import-statement"
2020-12-10 21:47:43 +01:00
},
{
"path": "dist/tfjs.esm.js",
"kind": "import-statement"
},
2020-11-06 17:39:39 +01:00
{
2021-02-08 17:39:09 +01:00
"path": "src/profile.ts",
"kind": "import-statement"
2020-11-06 17:39:39 +01:00
}
]
},
2021-02-08 17:39:09 +01:00
"src/gender/gender.ts": {
2021-02-13 15:22:40 +01:00
"bytes": 2808,
2020-11-06 17:39:39 +01:00
"imports": [
2020-12-10 21:47:43 +01:00
{
2021-02-08 17:39:09 +01:00
"path": "src/log.ts",
"kind": "import-statement"
2020-12-10 21:47:43 +01:00
},
{
"path": "dist/tfjs.esm.js",
"kind": "import-statement"
},
2020-11-06 17:39:39 +01:00
{
2021-02-08 17:39:09 +01:00
"path": "src/profile.ts",
"kind": "import-statement"
2020-12-10 21:47:43 +01:00
}
]
},
2021-02-08 17:39:09 +01:00
"src/emotion/emotion.ts": {
2021-02-13 15:22:40 +01:00
"bytes": 3039,
2020-12-10 21:47:43 +01:00
"imports": [
{
2021-02-08 17:39:09 +01:00
"path": "src/log.ts",
"kind": "import-statement"
2020-11-06 17:39:39 +01:00
},
{
"path": "dist/tfjs.esm.js",
"kind": "import-statement"
2020-11-06 17:39:39 +01:00
},
{
2021-02-08 17:39:09 +01:00
"path": "src/profile.ts",
"kind": "import-statement"
2020-11-06 17:39:39 +01:00
}
]
},
2021-02-08 17:39:09 +01:00
"src/embedding/embedding.ts": {
2021-02-21 19:34:26 +01:00
"bytes": 2022,
2020-11-06 17:39:39 +01:00
"imports": [
{
2021-02-08 17:39:09 +01:00
"path": "src/log.ts",
"kind": "import-statement"
2020-11-06 17:39:39 +01:00
},
{
"path": "dist/tfjs.esm.js",
"kind": "import-statement"
2020-11-06 17:39:39 +01:00
},
{
2021-02-08 17:39:09 +01:00
"path": "src/profile.ts",
"kind": "import-statement"
2020-12-10 21:47:43 +01:00
}
]
},
2021-02-08 18:47:38 +01:00
"src/posenet/modelBase.ts": {
"bytes": 1333,
2020-12-10 21:47:43 +01:00
"imports": [
2020-11-06 17:39:39 +01:00
{
"path": "dist/tfjs.esm.js",
"kind": "import-statement"
2020-12-10 21:47:43 +01:00
}
]
},
2021-02-08 18:47:38 +01:00
"src/posenet/heapSort.ts": {
"bytes": 1645,
2020-12-10 21:47:43 +01:00
"imports": []
},
2021-02-08 18:47:38 +01:00
"src/posenet/buildParts.ts": {
"bytes": 1723,
2020-11-06 17:39:39 +01:00
"imports": [
{
2021-02-08 18:47:38 +01:00
"path": "src/posenet/heapSort.ts",
"kind": "import-statement"
2020-11-06 17:39:39 +01:00
}
]
},
2021-02-08 18:47:38 +01:00
"src/posenet/keypoints.ts": {
"bytes": 2025,
2020-12-10 21:47:43 +01:00
"imports": []
},
2021-02-08 18:47:38 +01:00
"src/posenet/vectors.ts": {
"bytes": 1075,
2020-11-06 17:39:39 +01:00
"imports": [
{
2021-02-08 18:47:38 +01:00
"path": "src/posenet/keypoints.ts",
"kind": "import-statement"
2020-11-06 17:39:39 +01:00
}
]
},
2021-02-08 18:47:38 +01:00
"src/posenet/decoders.ts": {
"bytes": 1958,
2020-12-17 01:16:54 +01:00
"imports": [
{
"path": "dist/tfjs.esm.js",
"kind": "import-statement"
2020-12-17 01:16:54 +01:00
},
{
2021-02-08 18:47:38 +01:00
"path": "src/posenet/keypoints.ts",
"kind": "import-statement"
2020-12-17 01:16:54 +01:00
}
]
},
2021-02-08 18:47:38 +01:00
"src/posenet/decodePose.ts": {
"bytes": 5152,
2020-11-13 22:13:35 +01:00
"imports": [
{
2021-02-08 18:47:38 +01:00
"path": "src/posenet/keypoints.ts",
"kind": "import-statement"
2020-11-13 22:13:35 +01:00
},
{
2021-02-08 18:47:38 +01:00
"path": "src/posenet/vectors.ts",
"kind": "import-statement"
2020-12-17 01:16:54 +01:00
},
{
2021-02-08 18:47:38 +01:00
"path": "src/posenet/decoders.ts",
"kind": "import-statement"
2020-11-13 22:13:35 +01:00
}
]
},
2021-02-08 18:47:38 +01:00
"src/posenet/decodeMultiple.ts": {
"bytes": 2301,
2020-11-01 19:07:53 +01:00
"imports": [
{
2021-02-08 18:47:38 +01:00
"path": "src/posenet/buildParts.ts",
"kind": "import-statement"
},
2020-11-01 19:07:53 +01:00
{
2021-02-08 18:47:38 +01:00
"path": "src/posenet/decodePose.ts",
"kind": "import-statement"
2020-12-10 21:47:43 +01:00
},
{
2021-02-08 18:47:38 +01:00
"path": "src/posenet/vectors.ts",
"kind": "import-statement"
}
]
2020-10-17 12:30:00 +02:00
},
2021-02-08 18:47:38 +01:00
"src/posenet/util.ts": {
"bytes": 2017,
"imports": [
{
2021-02-08 18:47:38 +01:00
"path": "src/posenet/keypoints.ts",
"kind": "import-statement"
}
]
2020-10-17 12:30:00 +02:00
},
2021-02-08 18:47:38 +01:00
"src/posenet/posenet.ts": {
"bytes": 2376,
2020-10-17 12:30:00 +02:00
"imports": [
2020-12-10 21:47:43 +01:00
{
2021-02-08 17:39:09 +01:00
"path": "src/log.ts",
"kind": "import-statement"
2020-12-10 21:47:43 +01:00
},
{
"path": "dist/tfjs.esm.js",
"kind": "import-statement"
},
2020-10-17 12:30:00 +02:00
{
2021-02-08 18:47:38 +01:00
"path": "src/posenet/modelBase.ts",
"kind": "import-statement"
2020-10-17 12:30:00 +02:00
},
{
2021-02-08 18:47:38 +01:00
"path": "src/posenet/decodeMultiple.ts",
"kind": "import-statement"
2020-10-17 12:30:00 +02:00
},
2020-12-17 01:16:54 +01:00
{
2021-02-08 18:47:38 +01:00
"path": "src/posenet/decodePose.ts",
"kind": "import-statement"
2020-12-17 01:16:54 +01:00
},
2020-10-17 12:30:00 +02:00
{
2021-02-08 18:47:38 +01:00
"path": "src/posenet/util.ts",
"kind": "import-statement"
2020-10-17 12:30:00 +02:00
}
]
},
2021-02-08 18:47:38 +01:00
"src/handpose/box.ts": {
"bytes": 2443,
"imports": [
{
"path": "dist/tfjs.esm.js",
"kind": "import-statement"
}
]
2020-10-17 12:30:00 +02:00
},
2021-02-08 18:47:38 +01:00
"src/handpose/handdetector.ts": {
2021-02-13 15:22:40 +01:00
"bytes": 3697,
2020-10-17 12:30:00 +02:00
"imports": [
{
"path": "dist/tfjs.esm.js",
"kind": "import-statement"
},
2020-10-17 12:30:00 +02:00
{
2021-02-08 18:47:38 +01:00
"path": "src/handpose/box.ts",
"kind": "import-statement"
2020-10-17 12:30:00 +02:00
}
]
},
2021-02-08 18:47:38 +01:00
"src/handpose/util.ts": {
"bytes": 2286,
2020-12-10 21:47:43 +01:00
"imports": []
},
2021-02-08 18:47:38 +01:00
"src/handpose/handpipeline.ts": {
2021-02-13 15:22:40 +01:00
"bytes": 7206,
2020-10-17 12:30:00 +02:00
"imports": [
{
"path": "dist/tfjs.esm.js",
"kind": "import-statement"
},
2020-10-17 12:30:00 +02:00
{
2021-02-08 18:47:38 +01:00
"path": "src/handpose/box.ts",
"kind": "import-statement"
2020-12-10 21:47:43 +01:00
},
{
2021-02-08 18:47:38 +01:00
"path": "src/handpose/util.ts",
"kind": "import-statement"
2020-10-17 12:30:00 +02:00
}
]
},
2021-02-08 18:47:38 +01:00
"src/handpose/anchors.ts": {
"bytes": 224156,
2020-12-10 21:47:43 +01:00
"imports": []
},
2021-02-08 18:47:38 +01:00
"src/handpose/handpose.ts": {
"bytes": 2565,
2020-10-17 12:30:00 +02:00
"imports": [
2020-12-10 21:47:43 +01:00
{
2021-02-08 17:39:09 +01:00
"path": "src/log.ts",
"kind": "import-statement"
2020-12-10 21:47:43 +01:00
},
{
"path": "dist/tfjs.esm.js",
"kind": "import-statement"
},
2020-10-17 12:30:00 +02:00
{
2021-02-08 18:47:38 +01:00
"path": "src/handpose/handdetector.ts",
"kind": "import-statement"
2020-10-17 12:30:00 +02:00
},
{
2021-02-08 18:47:38 +01:00
"path": "src/handpose/handpipeline.ts",
"kind": "import-statement"
2020-11-04 07:11:24 +01:00
},
{
2021-02-08 18:47:38 +01:00
"path": "src/handpose/anchors.ts",
"kind": "import-statement"
2020-10-17 12:30:00 +02:00
}
]
},
2021-02-08 17:39:09 +01:00
"src/gesture/gesture.ts": {
2021-02-13 15:22:40 +01:00
"bytes": 4496,
2020-12-10 21:47:43 +01:00
"imports": []
},
"src/imagefx.js": {
2021-02-21 13:20:58 +01:00
"bytes": 19267,
2020-12-10 21:47:43 +01:00
"imports": []
},
2021-02-08 17:39:09 +01:00
"src/image.ts": {
2021-02-21 13:20:58 +01:00
"bytes": 5869,
2020-12-10 21:47:43 +01:00
"imports": [
{
2021-02-08 17:39:09 +01:00
"path": "src/log.ts",
"kind": "import-statement"
2020-12-10 21:47:43 +01:00
},
{
"path": "dist/tfjs.esm.js",
"kind": "import-statement"
2020-12-10 21:47:43 +01:00
},
{
"path": "src/imagefx.js",
"kind": "import-statement"
2020-12-10 21:47:43 +01:00
}
]
},
"config.js": {
2021-02-06 23:41:53 +01:00
"bytes": 9786,
2020-12-10 21:47:43 +01:00
"imports": []
},
2021-02-08 17:39:09 +01:00
"src/sample.ts": {
2020-12-16 20:49:14 +01:00
"bytes": 55382,
2020-12-10 21:47:43 +01:00
"imports": []
},
"package.json": {
2021-02-19 14:35:41 +01:00
"bytes": 2560,
2020-10-17 12:30:00 +02:00
"imports": []
},
2021-02-08 17:39:09 +01:00
"src/human.ts": {
2021-02-21 13:20:58 +01:00
"bytes": 19720,
2020-10-17 12:30:00 +02:00
"imports": [
2020-12-10 21:47:43 +01:00
{
2021-02-08 17:39:09 +01:00
"path": "src/log.ts",
"kind": "import-statement"
2020-12-10 21:47:43 +01:00
},
{
"path": "dist/tfjs.esm.js",
"kind": "import-statement"
},
2020-12-13 00:34:30 +01:00
{
2021-02-08 17:39:09 +01:00
"path": "src/tfjs/backend.ts",
"kind": "import-statement"
2020-12-13 00:34:30 +01:00
},
2020-10-17 12:30:00 +02:00
{
2021-02-08 18:47:38 +01:00
"path": "src/blazeface/facemesh.ts",
"kind": "import-statement"
2020-11-06 17:39:39 +01:00
},
2021-02-06 23:41:53 +01:00
{
2021-02-08 17:39:09 +01:00
"path": "src/faceboxes/faceboxes.ts",
2021-02-06 23:41:53 +01:00
"kind": "import-statement"
},
2020-11-06 17:39:39 +01:00
{
2021-02-08 17:39:09 +01:00
"path": "src/age/age.ts",
"kind": "import-statement"
2020-10-17 12:30:00 +02:00
},
{
2021-02-08 17:39:09 +01:00
"path": "src/gender/gender.ts",
"kind": "import-statement"
2020-10-17 12:30:00 +02:00
},
{
2021-02-08 17:39:09 +01:00
"path": "src/emotion/emotion.ts",
"kind": "import-statement"
2020-10-17 12:30:00 +02:00
},
2020-11-13 22:13:35 +01:00
{
2021-02-08 17:39:09 +01:00
"path": "src/embedding/embedding.ts",
"kind": "import-statement"
2020-11-13 22:13:35 +01:00
},
2020-10-17 12:30:00 +02:00
{
2021-02-08 18:47:38 +01:00
"path": "src/posenet/posenet.ts",
"kind": "import-statement"
2021-01-12 14:24:00 +01:00
},
2020-10-17 12:30:00 +02:00
{
2021-02-08 18:47:38 +01:00
"path": "src/handpose/handpose.ts",
"kind": "import-statement"
2020-10-17 12:30:00 +02:00
},
2020-10-18 18:12:09 +02:00
{
2021-02-08 17:39:09 +01:00
"path": "src/gesture/gesture.ts",
"kind": "import-statement"
2020-11-04 16:18:22 +01:00
},
{
2021-02-08 17:39:09 +01:00
"path": "src/image.ts",
"kind": "import-statement"
2020-10-18 18:12:09 +02:00
},
2020-11-01 19:07:53 +01:00
{
2021-02-08 17:39:09 +01:00
"path": "src/profile.ts",
"kind": "import-statement"
2020-11-01 19:07:53 +01:00
},
2020-10-17 12:30:00 +02:00
{
"path": "config.js",
"kind": "import-statement"
2020-10-17 12:30:00 +02:00
},
{
2021-02-08 17:39:09 +01:00
"path": "src/sample.ts",
"kind": "import-statement"
},
2020-11-04 16:18:22 +01:00
{
"path": "package.json",
"kind": "import-statement"
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": [],
2021-02-03 02:35:14 +01:00
"exports": [],
2020-10-17 12:30:00 +02:00
"inputs": {},
2021-02-21 20:07:04 +01:00
"bytes": 705433
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": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 551
},
2021-02-08 18:47:38 +01:00
"src/blazeface/facemesh.ts": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 1476
2020-10-17 12:30:00 +02:00
},
2021-02-08 18:47:38 +01:00
"src/posenet/keypoints.ts": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 1677
2020-10-17 12:30:00 +02:00
},
2021-02-08 18:47:38 +01:00
"src/human.ts": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 10449
2020-10-17 12:30:00 +02:00
},
2021-02-08 18:47:38 +01:00
"src/log.ts": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 251
2020-10-17 12:30:00 +02:00
},
2021-02-08 18:47:38 +01:00
"src/tfjs/backend.ts": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 1304
2020-10-17 12:30:00 +02:00
},
2021-02-08 18:47:38 +01:00
"src/blazeface/blazeface.ts": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 2329
2020-10-17 12:30:00 +02:00
},
2021-02-08 18:47:38 +01:00
"src/blazeface/facepipeline.ts": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 5089
2020-10-17 12:30:00 +02:00
},
2021-02-08 18:47:38 +01:00
"src/blazeface/box.ts": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 854
2020-10-17 12:30:00 +02:00
},
2021-02-08 18:47:38 +01:00
"src/blazeface/util.ts": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 848
2020-10-17 12:30:00 +02:00
},
2021-02-08 18:47:38 +01:00
"src/blazeface/coords.ts": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 28973
2020-12-17 01:16:54 +01:00
},
2021-02-08 18:47:38 +01:00
"src/faceboxes/faceboxes.ts": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 1586
2020-10-17 12:30:00 +02:00
},
2021-02-08 18:47:38 +01:00
"src/profile.ts": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 604
2020-10-17 12:30:00 +02:00
},
2021-02-08 18:47:38 +01:00
"src/age/age.ts": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 822
2020-10-17 12:30:00 +02:00
},
2021-02-08 18:47:38 +01:00
"src/gender/gender.ts": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 1310
2020-10-17 12:30:00 +02:00
},
2021-02-08 18:47:38 +01:00
"src/emotion/emotion.ts": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 1247
2020-10-17 12:30:00 +02:00
},
2021-02-08 18:47:38 +01:00
"src/embedding/embedding.ts": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 838
2020-11-03 15:34:36 +01:00
},
2021-02-08 18:47:38 +01:00
"src/posenet/posenet.ts": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 1030
2020-10-17 12:30:00 +02:00
},
2021-02-08 18:47:38 +01:00
"src/posenet/modelBase.ts": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 656
2020-10-17 12:30:00 +02:00
},
2021-02-08 18:47:38 +01:00
"src/posenet/heapSort.ts": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 1017
2020-11-04 16:18:22 +01:00
},
2021-02-08 18:47:38 +01:00
"src/posenet/buildParts.ts": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 454
2020-10-18 18:12:09 +02:00
},
2021-02-08 18:47:38 +01:00
"src/posenet/decodePose.ts": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 1282
2020-11-10 02:13:38 +01:00
},
2021-02-08 18:47:38 +01:00
"src/posenet/vectors.ts": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 345
2020-12-10 21:47:43 +01:00
},
2021-02-08 18:47:38 +01:00
"src/posenet/decoders.ts": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 823
2020-11-10 02:13:38 +01:00
},
2021-02-08 18:47:38 +01:00
"src/posenet/decodeMultiple.ts": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 553
2021-02-08 17:39:09 +01:00
},
2021-02-08 18:47:38 +01:00
"src/posenet/util.ts": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 352
2021-02-08 17:39:09 +01:00
},
2021-02-08 18:47:38 +01:00
"src/handpose/handpose.ts": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 1304
2021-02-08 17:39:09 +01:00
},
2021-02-08 18:47:38 +01:00
"src/handpose/handdetector.ts": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 1813
2021-01-12 14:24:00 +01:00
},
2021-02-08 18:47:38 +01:00
"src/handpose/box.ts": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 958
2020-11-10 02:13:38 +01:00
},
2021-02-08 18:47:38 +01:00
"src/handpose/handpipeline.ts": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 2470
2021-02-08 18:47:38 +01:00
},
"src/handpose/util.ts": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 806
2021-02-08 18:47:38 +01:00
},
"src/handpose/anchors.ts": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 126985
2020-11-10 02:13:38 +01:00
},
2021-02-08 17:39:09 +01:00
"src/gesture/gesture.ts": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 2391
2021-02-08 17:39:09 +01:00
},
"src/image.ts": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 2362
2021-02-19 14:35:41 +01:00
},
"src/imagefx.js": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 10973
2021-02-08 17:39:09 +01:00
},
2020-10-17 12:30:00 +02:00
"config.js": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 1426
2020-12-10 21:47:43 +01:00
},
2021-02-08 17:39:09 +01:00
"src/sample.ts": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 55295
2020-10-17 12:30:00 +02:00
},
"package.json": {
2021-02-21 20:07:04 +01:00
"bytesInOutput": 2569
2020-10-17 12:30:00 +02:00
}
},
2021-02-21 20:07:04 +01:00
"bytes": 276844
2020-10-17 12:30:00 +02:00
}
}
}