human/dist/human.esm-nobundle.json

387 lines
8.0 KiB
JSON
Raw Normal View History

2020-10-17 12:30:00 +02:00
{
"inputs": {
"config.js": {
2020-11-01 20:16:47 +01:00
"bytes": 7075,
2020-10-17 12:30:00 +02:00
"imports": []
},
"package.json": {
2020-10-30 15:23:49 +01:00
"bytes": 2870,
2020-10-17 12:30:00 +02:00
"imports": []
},
"src/emotion/emotion.js": {
2020-11-01 19:07:53 +01:00
"bytes": 1958,
"imports": [
{
"path": "src/profile.js"
}
]
2020-10-17 12:30:00 +02:00
},
"src/facemesh/blazeface.js": {
"bytes": 7161,
2020-10-17 12:30:00 +02:00
"imports": []
},
"src/facemesh/box.js": {
"bytes": 1924,
"imports": []
},
"src/facemesh/facemesh.js": {
"bytes": 2568,
2020-10-17 12:30:00 +02:00
"imports": [
{
"path": "src/facemesh/blazeface.js"
},
{
"path": "src/facemesh/keypoints.js"
},
{
"path": "src/facemesh/pipeline.js"
},
{
"path": "src/facemesh/uvcoords.js"
},
{
"path": "src/facemesh/triangulation.js"
}
]
},
"src/facemesh/keypoints.js": {
"bytes": 2507,
"imports": []
},
"src/facemesh/pipeline.js": {
2020-10-18 14:07:45 +02:00
"bytes": 14262,
2020-10-17 12:30:00 +02:00
"imports": [
{
"path": "src/facemesh/box.js"
},
{
"path": "src/facemesh/keypoints.js"
},
{
"path": "src/facemesh/util.js"
}
]
},
"src/facemesh/triangulation.js": {
"bytes": 12940,
"imports": []
},
"src/facemesh/util.js": {
"bytes": 3078,
"imports": []
},
"src/facemesh/uvcoords.js": {
"bytes": 19592,
"imports": []
},
"src/handpose/box.js": {
"bytes": 2627,
"imports": []
},
"src/handpose/handdetector.js": {
2020-10-18 18:12:09 +02:00
"bytes": 4248,
2020-10-17 12:30:00 +02:00
"imports": [
{
"path": "src/handpose/box.js"
}
]
},
"src/handpose/handpose.js": {
"bytes": 2152,
2020-10-17 12:30:00 +02:00
"imports": [
{
"path": "src/handpose/handdetector.js"
},
{
"path": "src/handpose/keypoints.js"
},
{
"path": "src/handpose/pipeline.js"
}
]
},
"src/handpose/keypoints.js": {
"bytes": 193,
"imports": []
},
"src/handpose/pipeline.js": {
"bytes": 8169,
2020-10-17 12:30:00 +02:00
"imports": [
{
"path": "src/handpose/box.js"
},
{
"path": "src/handpose/util.js"
}
]
},
"src/handpose/util.js": {
"bytes": 2488,
"imports": []
},
2020-10-18 14:07:45 +02:00
"src/human.js": {
2020-11-02 18:21:30 +01:00
"bytes": 13768,
2020-10-17 12:30:00 +02:00
"imports": [
{
"path": "src/facemesh/facemesh.js"
},
{
"path": "src/ssrnet/ssrnet.js"
},
{
"path": "src/emotion/emotion.js"
},
{
"path": "src/posenet/posenet.js"
},
{
"path": "src/handpose/handpose.js"
},
2020-10-18 18:12:09 +02:00
{
"path": "src/imagefx.js"
},
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-10-18 18:12:09 +02:00
"src/imagefx.js": {
2020-11-02 18:21:30 +01:00
"bytes": 19396,
2020-10-18 18:12:09 +02:00
"imports": []
},
2020-10-17 12:30:00 +02:00
"src/posenet/buildParts.js": {
"bytes": 2035,
"imports": [
{
"path": "src/posenet/heapSort.js"
}
]
},
"src/posenet/decodeMultiple.js": {
"bytes": 5605,
"imports": [
{
"path": "src/posenet/buildParts.js"
},
{
"path": "src/posenet/decodePose.js"
},
{
"path": "src/posenet/vectors.js"
}
]
},
"src/posenet/decodePose.js": {
"bytes": 4540,
"imports": [
{
"path": "src/posenet/keypoints.js"
},
{
"path": "src/posenet/vectors.js"
}
]
},
"src/posenet/heapSort.js": {
"bytes": 1590,
"imports": []
},
"src/posenet/keypoints.js": {
"bytes": 2291,
"imports": []
},
"src/posenet/modelBase.js": {
2020-11-01 19:07:53 +01:00
"bytes": 1512,
2020-10-17 12:30:00 +02:00
"imports": []
},
"src/posenet/modelMobileNet.js": {
"bytes": 593,
"imports": [
{
"path": "src/posenet/modelBase.js"
}
]
},
"src/posenet/modelPoseNet.js": {
"bytes": 3447,
2020-10-17 12:30:00 +02:00
"imports": [
{
"path": "src/posenet/modelMobileNet.js"
},
{
"path": "src/posenet/decodeMultiple.js"
},
{
"path": "src/posenet/util.js"
}
]
},
"src/posenet/posenet.js": {
"bytes": 830,
"imports": [
{
"path": "src/posenet/modelMobileNet.js"
},
{
"path": "src/posenet/modelPoseNet.js"
},
{
"path": "src/posenet/decodeMultiple.js"
},
{
"path": "src/posenet/keypoints.js"
},
{
"path": "src/posenet/util.js"
}
]
},
"src/posenet/util.js": {
"bytes": 2260,
2020-10-17 12:30:00 +02:00
"imports": [
{
"path": "src/posenet/keypoints.js"
}
]
},
"src/posenet/vectors.js": {
"bytes": 1273,
"imports": [
{
"path": "src/posenet/keypoints.js"
}
]
},
2020-11-01 19:07:53 +01:00
"src/profile.js": {
"bytes": 1004,
2020-10-17 12:30:00 +02:00
"imports": []
2020-11-01 19:07:53 +01:00
},
"src/ssrnet/ssrnet.js": {
"bytes": 2115,
"imports": [
{
"path": "src/profile.js"
}
]
2020-10-17 12:30:00 +02:00
}
},
"outputs": {
"dist/human.esm-nobundle.js.map": {
"imports": [],
"inputs": {},
2020-11-02 18:21:30 +01:00
"bytes": 254548
2020-10-17 12:30:00 +02:00
},
"dist/human.esm-nobundle.js": {
"imports": [],
"inputs": {
"src/facemesh/blazeface.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 7121
2020-10-17 12:30:00 +02:00
},
"src/facemesh/keypoints.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 2768
2020-10-17 12:30:00 +02:00
},
"src/facemesh/box.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 2076
2020-10-17 12:30:00 +02:00
},
"src/facemesh/util.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 3016
2020-10-17 12:30:00 +02:00
},
"src/facemesh/pipeline.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 13258
2020-10-17 12:30:00 +02:00
},
"src/facemesh/uvcoords.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 20584
2020-10-17 12:30:00 +02:00
},
"src/facemesh/triangulation.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 23309
2020-10-17 12:30:00 +02:00
},
"src/facemesh/facemesh.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 2661
2020-10-17 12:30:00 +02:00
},
2020-11-01 19:07:53 +01:00
"src/profile.js": {
"bytesInOutput": 1092
},
2020-10-17 12:30:00 +02:00
"src/ssrnet/ssrnet.js": {
2020-11-01 19:07:53 +01:00
"bytesInOutput": 2310
2020-10-17 12:30:00 +02:00
},
"src/emotion/emotion.js": {
2020-11-01 19:07:53 +01:00
"bytesInOutput": 2044
2020-10-17 12:30:00 +02:00
},
"src/posenet/modelBase.js": {
2020-11-01 19:07:53 +01:00
"bytesInOutput": 910
2020-10-17 12:30:00 +02:00
},
"src/posenet/modelMobileNet.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 504
2020-10-17 12:30:00 +02:00
},
"src/posenet/heapSort.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 1637
2020-10-17 12:30:00 +02:00
},
"src/posenet/buildParts.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 1752
2020-10-17 12:30:00 +02:00
},
"src/posenet/keypoints.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 2277
2020-10-17 12:30:00 +02:00
},
"src/posenet/vectors.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 1408
2020-10-17 12:30:00 +02:00
},
"src/posenet/decodePose.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 3773
2020-10-17 12:30:00 +02:00
},
"src/posenet/decodeMultiple.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 1990
2020-10-17 12:30:00 +02:00
},
"src/posenet/util.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 2396
2020-10-17 12:30:00 +02:00
},
"src/posenet/modelPoseNet.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 1936
2020-10-17 12:30:00 +02:00
},
"src/posenet/posenet.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 903
2020-10-17 12:30:00 +02:00
},
"src/handpose/box.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 2805
2020-10-17 12:30:00 +02:00
},
"src/handpose/handdetector.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 4117
2020-10-17 12:30:00 +02:00
},
"src/handpose/keypoints.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 263
2020-10-17 12:30:00 +02:00
},
"src/handpose/util.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 2663
2020-10-17 12:30:00 +02:00
},
"src/handpose/pipeline.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 7604
2020-10-17 12:30:00 +02:00
},
"src/handpose/handpose.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 2270
2020-10-17 12:30:00 +02:00
},
2020-10-18 18:12:09 +02:00
"src/imagefx.js": {
2020-11-02 18:21:30 +01:00
"bytesInOutput": 20137
2020-10-18 18:12:09 +02:00
},
2020-10-17 12:30:00 +02:00
"config.js": {
2020-11-01 20:16:47 +01:00
"bytesInOutput": 2273
2020-10-17 12:30:00 +02:00
},
"package.json": {
2020-10-30 15:23:49 +01:00
"bytesInOutput": 3012
2020-10-17 12:30:00 +02:00
},
2020-10-18 14:07:45 +02:00
"src/human.js": {
2020-11-02 18:21:30 +01:00
"bytesInOutput": 11904
},
"src/human.js": {
"bytesInOutput": 0
2020-10-17 12:30:00 +02:00
}
},
2020-11-02 18:21:30 +01:00
"bytes": 158147
2020-10-17 12:30:00 +02:00
}
}
}