human/dist/human.node.json

387 lines
8.0 KiB
JSON
Raw Normal View History

2020-10-17 12:30:00 +02:00
{
"inputs": {
"config.js": {
"bytes": 7322,
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": {
"bytes": 1954,
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": {
"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": 2572,
2020-10-17 12:30:00 +02:00
"imports": []
},
"src/handpose/handdetector.js": {
"bytes": 4077,
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": 8216,
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": {
"bytes": 15047,
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": 2127,
2020-11-01 19:07:53 +01:00
"imports": [
{
"path": "src/profile.js"
}
]
2020-10-17 12:30:00 +02:00
}
},
"outputs": {
"dist/human.node-nobundle.js.map": {
2020-10-17 12:30:00 +02:00
"imports": [],
"inputs": {},
"bytes": 271906
2020-10-17 12:30:00 +02:00
},
"dist/human.node-nobundle.js": {
2020-10-17 12:30:00 +02:00
"imports": [],
"inputs": {
"src/facemesh/blazeface.js": {
"bytesInOutput": 7137
2020-10-17 12:30:00 +02:00
},
"src/facemesh/keypoints.js": {
"bytesInOutput": 2771
},
"src/facemesh/box.js": {
"bytesInOutput": 2083
},
"src/facemesh/util.js": {
"bytesInOutput": 3027
},
"src/facemesh/pipeline.js": {
"bytesInOutput": 13260
2020-10-17 12:30:00 +02:00
},
"src/facemesh/uvcoords.js": {
"bytesInOutput": 20586
},
"src/facemesh/triangulation.js": {
"bytesInOutput": 23311
},
"src/facemesh/facemesh.js": {
"bytesInOutput": 2666
2020-10-17 12:30:00 +02:00
},
2020-11-01 19:07:53 +01:00
"src/profile.js": {
"bytesInOutput": 1095
},
2020-10-17 12:30:00 +02:00
"src/ssrnet/ssrnet.js": {
"bytesInOutput": 2326
2020-10-17 12:30:00 +02:00
},
"src/emotion/emotion.js": {
"bytesInOutput": 2043
2020-10-17 12:30:00 +02:00
},
"src/posenet/modelBase.js": {
2020-11-01 19:07:53 +01:00
"bytesInOutput": 912
2020-10-17 12:30:00 +02:00
},
"src/posenet/modelMobileNet.js": {
"bytesInOutput": 506
},
"src/posenet/heapSort.js": {
"bytesInOutput": 1639
},
"src/posenet/buildParts.js": {
"bytesInOutput": 1754
},
"src/posenet/keypoints.js": {
"bytesInOutput": 2288
},
"src/posenet/vectors.js": {
"bytesInOutput": 1416
},
"src/posenet/decodePose.js": {
"bytesInOutput": 3775
},
"src/posenet/decodeMultiple.js": {
"bytesInOutput": 1992
},
"src/posenet/util.js": {
"bytesInOutput": 2404
2020-10-17 12:30:00 +02:00
},
"src/posenet/modelPoseNet.js": {
"bytesInOutput": 1939
2020-10-17 12:30:00 +02:00
},
"src/posenet/posenet.js": {
"bytesInOutput": 917
},
"src/handpose/box.js": {
"bytesInOutput": 2752
2020-10-17 12:30:00 +02:00
},
"src/handpose/handdetector.js": {
"bytesInOutput": 4029
2020-10-17 12:30:00 +02:00
},
"src/handpose/keypoints.js": {
"bytesInOutput": 265
},
"src/handpose/util.js": {
"bytesInOutput": 2671
},
"src/handpose/pipeline.js": {
"bytesInOutput": 7653
2020-10-17 12:30:00 +02:00
},
"src/handpose/handpose.js": {
"bytesInOutput": 2273
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": 20139
2020-10-18 18:12:09 +02:00
},
2020-10-17 12:30:00 +02:00
"config.js": {
"bytesInOutput": 2293
2020-10-17 12:30:00 +02:00
},
"package.json": {
2020-10-30 15:23:49 +01:00
"bytesInOutput": 3015
2020-10-17 12:30:00 +02:00
},
2020-10-18 14:07:45 +02:00
"src/human.js": {
"bytesInOutput": 47
},
"src/human.js": {
"bytesInOutput": 13241
2020-10-17 12:30:00 +02:00
}
},
"bytes": 159575
2020-10-17 12:30:00 +02:00
}
}
}