mirror of https://github.com/vladmandic/human
387 lines
8.0 KiB
JSON
387 lines
8.0 KiB
JSON
{
|
|
"inputs": {
|
|
"config.js": {
|
|
"bytes": 7075,
|
|
"imports": []
|
|
},
|
|
"package.json": {
|
|
"bytes": 2870,
|
|
"imports": []
|
|
},
|
|
"src/emotion/emotion.js": {
|
|
"bytes": 1958,
|
|
"imports": [
|
|
{
|
|
"path": "src/profile.js"
|
|
}
|
|
]
|
|
},
|
|
"src/facemesh/blazeface.js": {
|
|
"bytes": 7161,
|
|
"imports": []
|
|
},
|
|
"src/facemesh/box.js": {
|
|
"bytes": 1924,
|
|
"imports": []
|
|
},
|
|
"src/facemesh/facemesh.js": {
|
|
"bytes": 2568,
|
|
"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": {
|
|
"bytes": 14262,
|
|
"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": {
|
|
"bytes": 4248,
|
|
"imports": [
|
|
{
|
|
"path": "src/handpose/box.js"
|
|
}
|
|
]
|
|
},
|
|
"src/handpose/handpose.js": {
|
|
"bytes": 2152,
|
|
"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,
|
|
"imports": [
|
|
{
|
|
"path": "src/handpose/box.js"
|
|
},
|
|
{
|
|
"path": "src/handpose/util.js"
|
|
}
|
|
]
|
|
},
|
|
"src/handpose/util.js": {
|
|
"bytes": 2488,
|
|
"imports": []
|
|
},
|
|
"src/human.js": {
|
|
"bytes": 14560,
|
|
"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"
|
|
},
|
|
{
|
|
"path": "src/imagefx.js"
|
|
},
|
|
{
|
|
"path": "src/profile.js"
|
|
},
|
|
{
|
|
"path": "config.js"
|
|
},
|
|
{
|
|
"path": "package.json"
|
|
}
|
|
]
|
|
},
|
|
"src/imagefx.js": {
|
|
"bytes": 19396,
|
|
"imports": []
|
|
},
|
|
"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": {
|
|
"bytes": 1512,
|
|
"imports": []
|
|
},
|
|
"src/posenet/modelMobileNet.js": {
|
|
"bytes": 593,
|
|
"imports": [
|
|
{
|
|
"path": "src/posenet/modelBase.js"
|
|
}
|
|
]
|
|
},
|
|
"src/posenet/modelPoseNet.js": {
|
|
"bytes": 3447,
|
|
"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,
|
|
"imports": [
|
|
{
|
|
"path": "src/posenet/keypoints.js"
|
|
}
|
|
]
|
|
},
|
|
"src/posenet/vectors.js": {
|
|
"bytes": 1273,
|
|
"imports": [
|
|
{
|
|
"path": "src/posenet/keypoints.js"
|
|
}
|
|
]
|
|
},
|
|
"src/profile.js": {
|
|
"bytes": 1004,
|
|
"imports": []
|
|
},
|
|
"src/ssrnet/ssrnet.js": {
|
|
"bytes": 2115,
|
|
"imports": [
|
|
{
|
|
"path": "src/profile.js"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"outputs": {
|
|
"dist/human.esm-nobundle.js.map": {
|
|
"imports": [],
|
|
"inputs": {},
|
|
"bytes": 255849
|
|
},
|
|
"dist/human.esm-nobundle.js": {
|
|
"imports": [],
|
|
"inputs": {
|
|
"src/facemesh/blazeface.js": {
|
|
"bytesInOutput": 7121
|
|
},
|
|
"src/facemesh/keypoints.js": {
|
|
"bytesInOutput": 2768
|
|
},
|
|
"src/facemesh/box.js": {
|
|
"bytesInOutput": 2076
|
|
},
|
|
"src/facemesh/util.js": {
|
|
"bytesInOutput": 3016
|
|
},
|
|
"src/facemesh/pipeline.js": {
|
|
"bytesInOutput": 13258
|
|
},
|
|
"src/facemesh/uvcoords.js": {
|
|
"bytesInOutput": 20584
|
|
},
|
|
"src/facemesh/triangulation.js": {
|
|
"bytesInOutput": 23309
|
|
},
|
|
"src/facemesh/facemesh.js": {
|
|
"bytesInOutput": 2661
|
|
},
|
|
"src/profile.js": {
|
|
"bytesInOutput": 1092
|
|
},
|
|
"src/ssrnet/ssrnet.js": {
|
|
"bytesInOutput": 2310
|
|
},
|
|
"src/emotion/emotion.js": {
|
|
"bytesInOutput": 2044
|
|
},
|
|
"src/posenet/modelBase.js": {
|
|
"bytesInOutput": 910
|
|
},
|
|
"src/posenet/modelMobileNet.js": {
|
|
"bytesInOutput": 504
|
|
},
|
|
"src/posenet/heapSort.js": {
|
|
"bytesInOutput": 1637
|
|
},
|
|
"src/posenet/buildParts.js": {
|
|
"bytesInOutput": 1752
|
|
},
|
|
"src/posenet/keypoints.js": {
|
|
"bytesInOutput": 2277
|
|
},
|
|
"src/posenet/vectors.js": {
|
|
"bytesInOutput": 1408
|
|
},
|
|
"src/posenet/decodePose.js": {
|
|
"bytesInOutput": 3773
|
|
},
|
|
"src/posenet/decodeMultiple.js": {
|
|
"bytesInOutput": 1990
|
|
},
|
|
"src/posenet/util.js": {
|
|
"bytesInOutput": 2396
|
|
},
|
|
"src/posenet/modelPoseNet.js": {
|
|
"bytesInOutput": 1936
|
|
},
|
|
"src/posenet/posenet.js": {
|
|
"bytesInOutput": 903
|
|
},
|
|
"src/handpose/box.js": {
|
|
"bytesInOutput": 2805
|
|
},
|
|
"src/handpose/handdetector.js": {
|
|
"bytesInOutput": 4117
|
|
},
|
|
"src/handpose/keypoints.js": {
|
|
"bytesInOutput": 263
|
|
},
|
|
"src/handpose/util.js": {
|
|
"bytesInOutput": 2663
|
|
},
|
|
"src/handpose/pipeline.js": {
|
|
"bytesInOutput": 7604
|
|
},
|
|
"src/handpose/handpose.js": {
|
|
"bytesInOutput": 2270
|
|
},
|
|
"src/imagefx.js": {
|
|
"bytesInOutput": 20137
|
|
},
|
|
"config.js": {
|
|
"bytesInOutput": 2273
|
|
},
|
|
"package.json": {
|
|
"bytesInOutput": 3012
|
|
},
|
|
"src/human.js": {
|
|
"bytesInOutput": 12748
|
|
},
|
|
"src/human.js": {
|
|
"bytesInOutput": 0
|
|
}
|
|
},
|
|
"bytes": 158991
|
|
}
|
|
}
|
|
}
|