human/dist/human.node.json

550 lines
11 KiB
JSON

{
"inputs": {
"src/log.js": {
"bytes": 401,
"imports": []
},
"dist/tfjs.esm.js": {
"bytes": 681,
"imports": []
},
"src/tfjs/backend.js": {
"bytes": 2171,
"imports": [
{
"path": "src/log.js"
},
{
"path": "dist/tfjs.esm.js"
}
]
},
"src/blazeface/blazeface.js": {
"bytes": 7024,
"imports": [
{
"path": "src/log.js"
},
{
"path": "dist/tfjs.esm.js"
}
]
},
"src/blazeface/box.js": {
"bytes": 1935,
"imports": [
{
"path": "dist/tfjs.esm.js"
}
]
},
"src/blazeface/util.js": {
"bytes": 3087,
"imports": []
},
"src/blazeface/coords.js": {
"bytes": 37915,
"imports": []
},
"src/blazeface/facepipeline.js": {
"bytes": 14306,
"imports": [
{
"path": "dist/tfjs.esm.js"
},
{
"path": "src/blazeface/box.js"
},
{
"path": "src/blazeface/util.js"
},
{
"path": "src/blazeface/coords.js"
},
{
"path": "src/log.js"
}
]
},
"src/blazeface/facemesh.js": {
"bytes": 2991,
"imports": [
{
"path": "src/log.js"
},
{
"path": "dist/tfjs.esm.js"
},
{
"path": "src/blazeface/blazeface.js"
},
{
"path": "src/blazeface/facepipeline.js"
},
{
"path": "src/blazeface/coords.js"
}
]
},
"src/profile.js": {
"bytes": 1045,
"imports": [
{
"path": "src/log.js"
}
]
},
"src/age/age.js": {
"bytes": 2037,
"imports": [
{
"path": "src/log.js"
},
{
"path": "dist/tfjs.esm.js"
},
{
"path": "src/profile.js"
}
]
},
"src/gender/gender.js": {
"bytes": 2906,
"imports": [
{
"path": "src/log.js"
},
{
"path": "dist/tfjs.esm.js"
},
{
"path": "src/profile.js"
}
]
},
"src/emotion/emotion.js": {
"bytes": 3078,
"imports": [
{
"path": "src/log.js"
},
{
"path": "dist/tfjs.esm.js"
},
{
"path": "src/profile.js"
}
]
},
"src/embedding/embedding.js": {
"bytes": 2063,
"imports": [
{
"path": "src/log.js"
},
{
"path": "dist/tfjs.esm.js"
},
{
"path": "src/profile.js"
}
]
},
"src/posenet/modelBase.js": {
"bytes": 1343,
"imports": [
{
"path": "dist/tfjs.esm.js"
}
]
},
"src/posenet/heapSort.js": {
"bytes": 1590,
"imports": []
},
"src/posenet/buildParts.js": {
"bytes": 1775,
"imports": [
{
"path": "src/posenet/heapSort.js"
}
]
},
"src/posenet/keypoints.js": {
"bytes": 2011,
"imports": []
},
"src/posenet/vectors.js": {
"bytes": 1273,
"imports": [
{
"path": "src/posenet/keypoints.js"
}
]
},
"src/posenet/decoders.js": {
"bytes": 2083,
"imports": [
{
"path": "dist/tfjs.esm.js"
},
{
"path": "src/posenet/keypoints.js"
}
]
},
"src/posenet/decodePose.js": {
"bytes": 5368,
"imports": [
{
"path": "src/posenet/keypoints.js"
},
{
"path": "src/posenet/vectors.js"
},
{
"path": "src/posenet/decoders.js"
}
]
},
"src/posenet/decodeMultiple.js": {
"bytes": 2373,
"imports": [
{
"path": "src/posenet/buildParts.js"
},
{
"path": "src/posenet/decodePose.js"
},
{
"path": "src/posenet/vectors.js"
}
]
},
"src/posenet/util.js": {
"bytes": 2262,
"imports": [
{
"path": "src/posenet/keypoints.js"
}
]
},
"src/posenet/modelPoseNet.js": {
"bytes": 2519,
"imports": [
{
"path": "src/log.js"
},
{
"path": "dist/tfjs.esm.js"
},
{
"path": "src/posenet/modelBase.js"
},
{
"path": "src/posenet/decodeMultiple.js"
},
{
"path": "src/posenet/decodePose.js"
},
{
"path": "src/posenet/util.js"
}
]
},
"src/posenet/posenet.js": {
"bytes": 712,
"imports": [
{
"path": "src/posenet/modelPoseNet.js"
},
{
"path": "src/posenet/keypoints.js"
},
{
"path": "src/posenet/util.js"
}
]
},
"src/handpose/box.js": {
"bytes": 2522,
"imports": [
{
"path": "dist/tfjs.esm.js"
}
]
},
"src/handpose/handdetector.js": {
"bytes": 3548,
"imports": [
{
"path": "dist/tfjs.esm.js"
},
{
"path": "src/handpose/box.js"
}
]
},
"src/handpose/util.js": {
"bytes": 2346,
"imports": []
},
"src/handpose/handpipeline.js": {
"bytes": 7246,
"imports": [
{
"path": "dist/tfjs.esm.js"
},
{
"path": "src/handpose/box.js"
},
{
"path": "src/handpose/util.js"
},
{
"path": "src/log.js"
}
]
},
"src/handpose/anchors.js": {
"bytes": 224151,
"imports": []
},
"src/handpose/handpose.js": {
"bytes": 2578,
"imports": [
{
"path": "src/log.js"
},
{
"path": "dist/tfjs.esm.js"
},
{
"path": "src/handpose/handdetector.js"
},
{
"path": "src/handpose/handpipeline.js"
},
{
"path": "src/handpose/anchors.js"
}
]
},
"src/gesture/gesture.js": {
"bytes": 4245,
"imports": []
},
"src/imagefx.js": {
"bytes": 19445,
"imports": []
},
"src/image.js": {
"bytes": 5871,
"imports": [
{
"path": "src/log.js"
},
{
"path": "dist/tfjs.esm.js"
},
{
"path": "src/imagefx.js"
}
]
},
"config.js": {
"bytes": 9644,
"imports": []
},
"src/sample.js": {
"bytes": 55382,
"imports": []
},
"package.json": {
"bytes": 2336,
"imports": []
},
"src/human.js": {
"bytes": 18229,
"imports": [
{
"path": "src/log.js"
},
{
"path": "dist/tfjs.esm.js"
},
{
"path": "src/tfjs/backend.js"
},
{
"path": "src/blazeface/facemesh.js"
},
{
"path": "src/age/age.js"
},
{
"path": "src/gender/gender.js"
},
{
"path": "src/emotion/emotion.js"
},
{
"path": "src/embedding/embedding.js"
},
{
"path": "src/posenet/posenet.js"
},
{
"path": "src/handpose/handpose.js"
},
{
"path": "src/gesture/gesture.js"
},
{
"path": "src/image.js"
},
{
"path": "src/profile.js"
},
{
"path": "config.js"
},
{
"path": "src/sample.js"
},
{
"path": "package.json"
}
]
}
},
"outputs": {
"dist/human.node-gpu.js.map": {
"imports": [],
"inputs": {},
"bytes": 709451
},
"dist/human.node-gpu.js": {
"imports": [],
"exports": [],
"inputs": {
"dist/tfjs.esm.js": {
"bytesInOutput": 545
},
"src/blazeface/blazeface.js": {
"bytesInOutput": 3077
},
"src/blazeface/box.js": {
"bytesInOutput": 998
},
"src/blazeface/util.js": {
"bytesInOutput": 1173
},
"src/blazeface/coords.js": {
"bytesInOutput": 30504
},
"src/blazeface/facepipeline.js": {
"bytesInOutput": 5611
},
"src/blazeface/facemesh.js": {
"bytesInOutput": 1556
},
"src/profile.js": {
"bytesInOutput": 631
},
"src/age/age.js": {
"bytesInOutput": 852
},
"src/gender/gender.js": {
"bytesInOutput": 1348
},
"src/emotion/emotion.js": {
"bytesInOutput": 1306
},
"src/embedding/embedding.js": {
"bytesInOutput": 908
},
"src/posenet/modelBase.js": {
"bytesInOutput": 688
},
"src/posenet/heapSort.js": {
"bytesInOutput": 1047
},
"src/posenet/buildParts.js": {
"bytesInOutput": 523
},
"src/posenet/keypoints.js": {
"bytesInOutput": 1624
},
"src/posenet/vectors.js": {
"bytesInOutput": 615
},
"src/posenet/decoders.js": {
"bytesInOutput": 925
},
"src/posenet/decodePose.js": {
"bytesInOutput": 1465
},
"src/posenet/decodeMultiple.js": {
"bytesInOutput": 694
},
"src/posenet/util.js": {
"bytesInOutput": 1051
},
"src/posenet/modelPoseNet.js": {
"bytesInOutput": 1180
},
"src/posenet/posenet.js": {
"bytesInOutput": 385
},
"src/handpose/handdetector.js": {
"bytesInOutput": 1844
},
"src/handpose/handpipeline.js": {
"bytesInOutput": 2503
},
"src/handpose/anchors.js": {
"bytesInOutput": 127005
},
"src/handpose/handpose.js": {
"bytesInOutput": 1363
},
"src/gesture/gesture.js": {
"bytesInOutput": 2423
},
"src/imagefx.js": {
"bytesInOutput": 10999
},
"src/image.js": {
"bytesInOutput": 2478
},
"src/human.js": {
"bytesInOutput": 10118
},
"src/log.js": {
"bytesInOutput": 251
},
"src/tfjs/backend.js": {
"bytesInOutput": 1304
},
"src/handpose/box.js": {
"bytesInOutput": 958
},
"src/handpose/util.js": {
"bytesInOutput": 812
},
"config.js": {
"bytesInOutput": 1460
},
"src/sample.js": {
"bytesInOutput": 55295
},
"package.json": {
"bytesInOutput": 16
}
},
"bytes": 278315
}
}
}