human/dist/human.esm-nobundle.json

408 lines
8.4 KiB
JSON
Raw Normal View History

2020-10-17 12:30:00 +02:00
{
"inputs": {
"config.js": {
2020-11-04 16:18:22 +01:00
"bytes": 7300,
2020-10-17 12:30:00 +02:00
"imports": []
},
"package.json": {
2020-11-04 17:57:44 +01:00
"bytes": 3216,
2020-10-17 12:30:00 +02:00
"imports": []
},
"src/emotion/emotion.js": {
2020-11-03 16:55:33 +01:00
"bytes": 1976,
2020-11-01 19:07:53 +01:00
"imports": [
{
"path": "src/profile.js"
}
]
2020-10-17 12:30:00 +02:00
},
"src/facemesh/blazeface.js": {
"bytes": 6991,
2020-10-17 12:30:00 +02:00
"imports": []
},
"src/facemesh/box.js": {
"bytes": 1924,
"imports": []
},
"src/facemesh/facemesh.js": {
2020-11-04 07:11:24 +01:00
"bytes": 2572,
2020-10-17 12:30:00 +02:00
"imports": [
{
"path": "src/facemesh/blazeface.js"
},
{
"path": "src/facemesh/keypoints.js"
},
{
2020-11-04 07:11:24 +01:00
"path": "src/facemesh/facepipeline.js"
2020-10-17 12:30:00 +02:00
},
{
"path": "src/facemesh/uvcoords.js"
},
{
"path": "src/facemesh/triangulation.js"
}
]
},
2020-11-04 07:11:24 +01:00
"src/facemesh/facepipeline.js": {
"bytes": 14296,
2020-10-17 12:30:00 +02:00
"imports": [
{
"path": "src/facemesh/box.js"
},
{
"path": "src/facemesh/keypoints.js"
},
{
"path": "src/facemesh/util.js"
}
]
},
2020-11-04 07:11:24 +01:00
"src/facemesh/keypoints.js": {
"bytes": 2507,
"imports": []
},
2020-10-17 12:30:00 +02:00
"src/facemesh/triangulation.js": {
"bytes": 12940,
"imports": []
},
"src/facemesh/util.js": {
"bytes": 3078,
"imports": []
},
"src/facemesh/uvcoords.js": {
"bytes": 19592,
"imports": []
},
2020-11-04 16:18:22 +01:00
"src/gesture.js": {
2020-11-04 20:59:30 +01:00
"bytes": 2175,
2020-11-04 16:18:22 +01:00
"imports": []
},
2020-11-03 15:34:36 +01:00
"src/handpose/anchors.js": {
"bytes": 224151,
"imports": []
},
2020-10-17 12:30:00 +02:00
"src/handpose/box.js": {
2020-11-04 07:11:24 +01:00
"bytes": 3192,
2020-10-17 12:30:00 +02:00
"imports": []
},
"src/handpose/handdetector.js": {
2020-11-04 20:59:30 +01:00
"bytes": 4313,
2020-10-17 12:30:00 +02:00
"imports": [
{
"path": "src/handpose/box.js"
}
]
},
2020-11-04 07:11:24 +01:00
"src/handpose/handpipeline.js": {
2020-11-04 20:59:30 +01:00
"bytes": 8657,
2020-10-17 12:30:00 +02:00
"imports": [
{
2020-11-04 07:11:24 +01:00
"path": "src/handpose/box.js"
2020-11-03 15:34:36 +01:00
},
{
2020-11-04 07:11:24 +01:00
"path": "src/handpose/util.js"
2020-10-17 12:30:00 +02:00
}
]
},
2020-11-04 07:11:24 +01:00
"src/handpose/handpose.js": {
2020-11-05 02:52:26 +01:00
"bytes": 2839,
2020-10-17 12:30:00 +02:00
"imports": [
{
2020-11-04 07:11:24 +01:00
"path": "src/handpose/handdetector.js"
2020-10-17 12:30:00 +02:00
},
{
2020-11-04 07:11:24 +01:00
"path": "src/handpose/handpipeline.js"
},
{
"path": "src/handpose/anchors.js"
2020-10-17 12:30:00 +02:00
}
]
},
"src/handpose/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-04 20:59:30 +01:00
"bytes": 11165,
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
{
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": 4603,
"imports": [
{
"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-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": {
2020-11-03 04:15:37 +01:00
"bytes": 2149,
2020-11-01 19:07:53 +01:00
"imports": [
{
"path": "src/profile.js"
}
]
2020-10-17 12:30:00 +02:00
}
},
"outputs": {
"dist/human.esm-nobundle.js.map": {
"imports": [],
"inputs": {},
2020-11-05 02:52:26 +01:00
"bytes": 611698
2020-10-17 12:30:00 +02:00
},
"dist/human.esm-nobundle.js": {
"imports": [],
"inputs": {
"src/facemesh/blazeface.js": {
2020-11-03 15:34:36 +01:00
"bytesInOutput": 3082
2020-10-17 12:30:00 +02:00
},
"src/facemesh/keypoints.js": {
2020-11-03 15:34:36 +01:00
"bytesInOutput": 1945
2020-10-17 12:30:00 +02:00
},
"src/facemesh/box.js": {
2020-11-03 15:34:36 +01:00
"bytesInOutput": 1021
2020-10-17 12:30:00 +02:00
},
"src/facemesh/util.js": {
2020-11-03 15:34:36 +01:00
"bytesInOutput": 1171
2020-10-17 12:30:00 +02:00
},
2020-11-04 07:11:24 +01:00
"src/facemesh/facepipeline.js": {
"bytesInOutput": 5585
2020-10-17 12:30:00 +02:00
},
"src/facemesh/uvcoords.js": {
2020-11-03 15:34:36 +01:00
"bytesInOutput": 16785
2020-10-17 12:30:00 +02:00
},
"src/facemesh/triangulation.js": {
2020-11-03 15:34:36 +01:00
"bytesInOutput": 9990
2020-10-17 12:30:00 +02:00
},
"src/facemesh/facemesh.js": {
2020-11-03 15:34:36 +01:00
"bytesInOutput": 1254
2020-10-17 12:30:00 +02:00
},
2020-11-01 19:07:53 +01:00
"src/profile.js": {
2020-11-03 15:34:36 +01:00
"bytesInOutput": 619
2020-11-01 19:07:53 +01:00
},
2020-10-17 12:30:00 +02:00
"src/ssrnet/ssrnet.js": {
2020-11-03 15:34:36 +01:00
"bytesInOutput": 1236
2020-10-17 12:30:00 +02:00
},
"src/emotion/emotion.js": {
2020-11-04 16:18:22 +01:00
"bytesInOutput": 1104
2020-10-17 12:30:00 +02:00
},
"src/posenet/modelBase.js": {
2020-11-03 15:34:36 +01:00
"bytesInOutput": 455
2020-10-17 12:30:00 +02:00
},
"src/posenet/modelMobileNet.js": {
2020-11-03 15:34:36 +01:00
"bytesInOutput": 267
2020-10-17 12:30:00 +02:00
},
"src/posenet/heapSort.js": {
2020-11-03 15:34:36 +01:00
"bytesInOutput": 1041
2020-10-17 12:30:00 +02:00
},
"src/posenet/buildParts.js": {
2020-11-03 15:34:36 +01:00
"bytesInOutput": 546
2020-10-17 12:30:00 +02:00
},
"src/posenet/keypoints.js": {
2020-11-04 16:18:22 +01:00
"bytesInOutput": 1621
2020-10-17 12:30:00 +02:00
},
"src/posenet/vectors.js": {
2020-11-04 16:18:22 +01:00
"bytesInOutput": 607
2020-10-17 12:30:00 +02:00
},
"src/posenet/decodePose.js": {
2020-11-04 16:18:22 +01:00
"bytesInOutput": 1016
2020-10-17 12:30:00 +02:00
},
"src/posenet/decodeMultiple.js": {
2020-11-03 15:34:36 +01:00
"bytesInOutput": 603
2020-10-17 12:30:00 +02:00
},
"src/posenet/util.js": {
2020-11-04 16:18:22 +01:00
"bytesInOutput": 1053
2020-10-17 12:30:00 +02:00
},
"src/posenet/modelPoseNet.js": {
2020-11-03 15:34:36 +01:00
"bytesInOutput": 841
2020-10-17 12:30:00 +02:00
},
"src/posenet/posenet.js": {
2020-11-04 16:18:22 +01:00
"bytesInOutput": 459
2020-10-17 12:30:00 +02:00
},
"src/handpose/box.js": {
2020-11-04 07:11:24 +01:00
"bytesInOutput": 1420
2020-10-17 12:30:00 +02:00
},
"src/handpose/handdetector.js": {
2020-11-04 20:59:30 +01:00
"bytesInOutput": 1806
2020-10-17 12:30:00 +02:00
},
"src/handpose/util.js": {
2020-11-04 07:11:24 +01:00
"bytesInOutput": 997
2020-10-17 12:30:00 +02:00
},
2020-11-04 07:11:24 +01:00
"src/handpose/handpipeline.js": {
2020-11-04 20:59:30 +01:00
"bytesInOutput": 3069
2020-11-03 15:34:36 +01:00
},
"src/handpose/anchors.js": {
"bytesInOutput": 127000
2020-10-17 12:30:00 +02:00
},
"src/handpose/handpose.js": {
2020-11-04 20:59:30 +01:00
"bytesInOutput": 1127
2020-10-17 12:30:00 +02:00
},
2020-11-04 16:18:22 +01:00
"src/gesture.js": {
2020-11-04 20:59:30 +01:00
"bytesInOutput": 1219
2020-11-04 16:18:22 +01:00
},
2020-10-18 18:12:09 +02:00
"src/imagefx.js": {
2020-11-03 15:34:36 +01:00
"bytesInOutput": 11013
2020-10-18 18:12:09 +02:00
},
2020-11-04 16:18:22 +01:00
"src/image.js": {
"bytesInOutput": 2379
},
2020-10-17 12:30:00 +02:00
"config.js": {
2020-11-04 16:18:22 +01:00
"bytesInOutput": 1293
2020-10-17 12:30:00 +02:00
},
"package.json": {
2020-11-04 17:57:44 +01:00
"bytesInOutput": 2862
2020-10-17 12:30:00 +02:00
},
2020-10-18 14:07:45 +02:00
"src/human.js": {
2020-11-04 20:59:30 +01:00
"bytesInOutput": 5611
},
"src/human.js": {
"bytesInOutput": 0
2020-10-17 12:30:00 +02:00
}
},
2020-11-04 20:59:30 +01:00
"bytes": 213094
2020-10-17 12:30:00 +02:00
}
}
}