human/dist/human.esm.json

650 lines
16 KiB
JSON

{
"inputs": {
"config.js": {
"bytes": 7216,
"imports": []
},
"node_modules/@tensorflow/tfjs-backend-cpu/dist/tf-backend-cpu.node.js": {
"bytes": 297728,
"imports": [
{
"path": "node_modules/@tensorflow/tfjs-core/dist/tf-core.node.js"
},
{
"path": "node_modules/@tensorflow/tfjs-backend-cpu/node_modules/seedrandom/index.js"
}
]
},
"node_modules/@tensorflow/tfjs-backend-cpu/node_modules/seedrandom/index.js": {
"bytes": 2110,
"imports": [
{
"path": "node_modules/@tensorflow/tfjs-backend-cpu/node_modules/seedrandom/lib/alea.js"
},
{
"path": "node_modules/@tensorflow/tfjs-backend-cpu/node_modules/seedrandom/lib/xor128.js"
},
{
"path": "node_modules/@tensorflow/tfjs-backend-cpu/node_modules/seedrandom/lib/xorwow.js"
},
{
"path": "node_modules/@tensorflow/tfjs-backend-cpu/node_modules/seedrandom/lib/xorshift7.js"
},
{
"path": "node_modules/@tensorflow/tfjs-backend-cpu/node_modules/seedrandom/lib/xor4096.js"
},
{
"path": "node_modules/@tensorflow/tfjs-backend-cpu/node_modules/seedrandom/lib/tychei.js"
},
{
"path": "node_modules/@tensorflow/tfjs-backend-cpu/node_modules/seedrandom/seedrandom.js"
}
]
},
"node_modules/@tensorflow/tfjs-backend-cpu/node_modules/seedrandom/lib/alea.js": {
"bytes": 3243,
"imports": []
},
"node_modules/@tensorflow/tfjs-backend-cpu/node_modules/seedrandom/lib/tychei.js": {
"bytes": 2525,
"imports": []
},
"node_modules/@tensorflow/tfjs-backend-cpu/node_modules/seedrandom/lib/xor128.js": {
"bytes": 1748,
"imports": []
},
"node_modules/@tensorflow/tfjs-backend-cpu/node_modules/seedrandom/lib/xor4096.js": {
"bytes": 4559,
"imports": []
},
"node_modules/@tensorflow/tfjs-backend-cpu/node_modules/seedrandom/lib/xorshift7.js": {
"bytes": 2418,
"imports": []
},
"node_modules/@tensorflow/tfjs-backend-cpu/node_modules/seedrandom/lib/xorwow.js": {
"bytes": 1919,
"imports": []
},
"node_modules/@tensorflow/tfjs-backend-cpu/node_modules/seedrandom/seedrandom.js": {
"bytes": 8358,
"imports": [
{
"path": "empty:crypto"
}
]
},
"node_modules/@tensorflow/tfjs-backend-webgl/dist/tf-backend-webgl.node.js": {
"bytes": 607535,
"imports": [
{
"path": "node_modules/@tensorflow/tfjs-core/dist/tf-core.node.js"
}
]
},
"node_modules/@tensorflow/tfjs-converter/dist/tf-converter.node.js": {
"bytes": 312103,
"imports": [
{
"path": "node_modules/@tensorflow/tfjs-core/dist/tf-core.node.js"
}
]
},
"node_modules/@tensorflow/tfjs-core/dist/tf-core.node.js": {
"bytes": 1313261,
"imports": [
{
"path": "empty:/home/vlado/dev/human/node_modules/node-fetch/browser.js"
},
{
"path": "empty:util"
},
{
"path": "empty:crypto"
}
]
},
"node_modules/@tensorflow/tfjs-data/dist/tf-data.node.js": {
"bytes": 217014,
"imports": [
{
"path": "node_modules/@tensorflow/tfjs-core/dist/tf-core.node.js"
},
{
"path": "empty:crypto"
},
{
"path": "empty:/home/vlado/dev/human/node_modules/string_decoder/lib/string_decoder.js"
}
]
},
"node_modules/@tensorflow/tfjs-layers/dist/tf-layers.node.js": {
"bytes": 811045,
"imports": [
{
"path": "node_modules/@tensorflow/tfjs-core/dist/tf-core.node.js"
}
]
},
"node_modules/@tensorflow/tfjs/dist/tf.node.js": {
"bytes": 2953,
"imports": [
{
"path": "node_modules/@tensorflow/tfjs-core/dist/tf-core.node.js"
},
{
"path": "node_modules/@tensorflow/tfjs-layers/dist/tf-layers.node.js"
},
{
"path": "node_modules/@tensorflow/tfjs-converter/dist/tf-converter.node.js"
},
{
"path": "node_modules/@tensorflow/tfjs-data/dist/tf-data.node.js"
},
{
"path": "node_modules/@tensorflow/tfjs-backend-cpu/dist/tf-backend-cpu.node.js"
},
{
"path": "node_modules/@tensorflow/tfjs-backend-webgl/dist/tf-backend-webgl.node.js"
}
]
},
"package.json": {
"bytes": 2915,
"imports": []
},
"src/emotion/emotion.js": {
"bytes": 1976,
"imports": [
{
"path": "node_modules/@tensorflow/tfjs/dist/tf.node.js"
},
{
"path": "src/profile.js"
}
]
},
"src/facemesh/blazeface.js": {
"bytes": 6991,
"imports": [
{
"path": "node_modules/@tensorflow/tfjs/dist/tf.node.js"
}
]
},
"src/facemesh/box.js": {
"bytes": 1924,
"imports": [
{
"path": "node_modules/@tensorflow/tfjs/dist/tf.node.js"
}
]
},
"src/facemesh/facemesh.js": {
"bytes": 2572,
"imports": [
{
"path": "node_modules/@tensorflow/tfjs/dist/tf.node.js"
},
{
"path": "src/facemesh/blazeface.js"
},
{
"path": "src/facemesh/keypoints.js"
},
{
"path": "src/facemesh/facepipeline.js"
},
{
"path": "src/facemesh/uvcoords.js"
},
{
"path": "src/facemesh/triangulation.js"
}
]
},
"src/facemesh/facepipeline.js": {
"bytes": 14296,
"imports": [
{
"path": "node_modules/@tensorflow/tfjs/dist/tf.node.js"
},
{
"path": "src/facemesh/box.js"
},
{
"path": "src/facemesh/keypoints.js"
},
{
"path": "src/facemesh/util.js"
}
]
},
"src/facemesh/keypoints.js": {
"bytes": 2507,
"imports": []
},
"src/facemesh/triangulation.js": {
"bytes": 12940,
"imports": []
},
"src/facemesh/util.js": {
"bytes": 3078,
"imports": []
},
"src/facemesh/uvcoords.js": {
"bytes": 19592,
"imports": []
},
"src/handpose/anchors.js": {
"bytes": 224151,
"imports": []
},
"src/handpose/box.js": {
"bytes": 3192,
"imports": [
{
"path": "node_modules/@tensorflow/tfjs/dist/tf.node.js"
}
]
},
"src/handpose/handdetector.js": {
"bytes": 4484,
"imports": [
{
"path": "node_modules/@tensorflow/tfjs/dist/tf.node.js"
},
{
"path": "src/handpose/box.js"
}
]
},
"src/handpose/handpipeline.js": {
"bytes": 8058,
"imports": [
{
"path": "node_modules/@tensorflow/tfjs/dist/tf.node.js"
},
{
"path": "src/handpose/box.js"
},
{
"path": "src/handpose/util.js"
}
]
},
"src/handpose/handpose.js": {
"bytes": 2772,
"imports": [
{
"path": "node_modules/@tensorflow/tfjs/dist/tf.node.js"
},
{
"path": "src/handpose/handdetector.js"
},
{
"path": "src/handpose/handpipeline.js"
},
{
"path": "src/handpose/anchors.js"
}
]
},
"src/handpose/util.js": {
"bytes": 3030,
"imports": []
},
"src/human.js": {
"bytes": 15209,
"imports": [
{
"path": "node_modules/@tensorflow/tfjs/dist/tf.node.js"
},
{
"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": 19352,
"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": [
{
"path": "node_modules/@tensorflow/tfjs/dist/tf.node.js"
}
]
},
"src/posenet/modelMobileNet.js": {
"bytes": 593,
"imports": [
{
"path": "node_modules/@tensorflow/tfjs/dist/tf.node.js"
},
{
"path": "src/posenet/modelBase.js"
}
]
},
"src/posenet/modelPoseNet.js": {
"bytes": 3447,
"imports": [
{
"path": "node_modules/@tensorflow/tfjs/dist/tf.node.js"
},
{
"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": 2149,
"imports": [
{
"path": "node_modules/@tensorflow/tfjs/dist/tf.node.js"
},
{
"path": "src/profile.js"
}
]
},
"empty:/home/vlado/dev/human/node_modules/node-fetch/browser.js": {
"bytes": 0,
"imports": []
},
"empty:/home/vlado/dev/human/node_modules/string_decoder/lib/string_decoder.js": {
"bytes": 0,
"imports": []
},
"empty:crypto": {
"bytes": 0,
"imports": []
},
"empty:util": {
"bytes": 0,
"imports": []
}
},
"outputs": {
"dist/human.esm.js.map": {
"imports": [],
"inputs": {},
"bytes": 5403044
},
"dist/human.esm.js": {
"imports": [],
"inputs": {
"empty:/home/vlado/dev/human/node_modules/node-fetch/browser.js": {
"bytesInOutput": 13
},
"empty:util": {
"bytesInOutput": 13
},
"empty:crypto": {
"bytesInOutput": 13
},
"node_modules/@tensorflow/tfjs-core/dist/tf-core.node.js": {
"bytesInOutput": 295099
},
"node_modules/@tensorflow/tfjs-layers/dist/tf-layers.node.js": {
"bytesInOutput": 238715
},
"node_modules/@tensorflow/tfjs-converter/dist/tf-converter.node.js": {
"bytesInOutput": 115224
},
"empty:/home/vlado/dev/human/node_modules/string_decoder/lib/string_decoder.js": {
"bytesInOutput": 13
},
"node_modules/@tensorflow/tfjs-data/dist/tf-data.node.js": {
"bytesInOutput": 52357
},
"node_modules/@tensorflow/tfjs-backend-cpu/node_modules/seedrandom/lib/alea.js": {
"bytesInOutput": 990
},
"node_modules/@tensorflow/tfjs-backend-cpu/node_modules/seedrandom/lib/xor128.js": {
"bytesInOutput": 755
},
"node_modules/@tensorflow/tfjs-backend-cpu/node_modules/seedrandom/lib/xorwow.js": {
"bytesInOutput": 845
},
"node_modules/@tensorflow/tfjs-backend-cpu/node_modules/seedrandom/lib/xorshift7.js": {
"bytesInOutput": 1001
},
"node_modules/@tensorflow/tfjs-backend-cpu/node_modules/seedrandom/lib/xor4096.js": {
"bytesInOutput": 1164
},
"node_modules/@tensorflow/tfjs-backend-cpu/node_modules/seedrandom/lib/tychei.js": {
"bytesInOutput": 880
},
"node_modules/@tensorflow/tfjs-backend-cpu/node_modules/seedrandom/seedrandom.js": {
"bytesInOutput": 1607
},
"node_modules/@tensorflow/tfjs-backend-cpu/node_modules/seedrandom/index.js": {
"bytesInOutput": 171
},
"node_modules/@tensorflow/tfjs-backend-cpu/dist/tf-backend-cpu.node.js": {
"bytesInOutput": 82510
},
"node_modules/@tensorflow/tfjs-backend-webgl/dist/tf-backend-webgl.node.js": {
"bytesInOutput": 261415
},
"node_modules/@tensorflow/tfjs/dist/tf.node.js": {
"bytesInOutput": 760
},
"src/facemesh/blazeface.js": {
"bytesInOutput": 3093
},
"src/facemesh/keypoints.js": {
"bytesInOutput": 1946
},
"src/facemesh/box.js": {
"bytesInOutput": 1006
},
"src/facemesh/util.js": {
"bytesInOutput": 1190
},
"src/facemesh/facepipeline.js": {
"bytesInOutput": 5577
},
"src/facemesh/uvcoords.js": {
"bytesInOutput": 16786
},
"src/facemesh/triangulation.js": {
"bytesInOutput": 9991
},
"src/facemesh/facemesh.js": {
"bytesInOutput": 1237
},
"src/profile.js": {
"bytesInOutput": 620
},
"src/ssrnet/ssrnet.js": {
"bytesInOutput": 1236
},
"src/emotion/emotion.js": {
"bytesInOutput": 1093
},
"src/posenet/modelBase.js": {
"bytesInOutput": 433
},
"src/posenet/modelMobileNet.js": {
"bytesInOutput": 245
},
"src/posenet/heapSort.js": {
"bytesInOutput": 1042
},
"src/posenet/buildParts.js": {
"bytesInOutput": 547
},
"src/posenet/keypoints.js": {
"bytesInOutput": 1633
},
"src/posenet/vectors.js": {
"bytesInOutput": 616
},
"src/posenet/decodePose.js": {
"bytesInOutput": 1024
},
"src/posenet/decodeMultiple.js": {
"bytesInOutput": 604
},
"src/posenet/util.js": {
"bytesInOutput": 1062
},
"src/posenet/modelPoseNet.js": {
"bytesInOutput": 819
},
"src/posenet/posenet.js": {
"bytesInOutput": 474
},
"src/handpose/box.js": {
"bytesInOutput": 1398
},
"src/handpose/handdetector.js": {
"bytesInOutput": 1900
},
"src/handpose/util.js": {
"bytesInOutput": 1005
},
"src/handpose/handpipeline.js": {
"bytesInOutput": 3231
},
"src/handpose/anchors.js": {
"bytesInOutput": 127001
},
"src/handpose/handpose.js": {
"bytesInOutput": 1090
},
"src/imagefx.js": {
"bytesInOutput": 11014
},
"config.js": {
"bytesInOutput": 1273
},
"package.json": {
"bytesInOutput": 2568
},
"src/human.js": {
"bytesInOutput": 8484
},
"src/human.js": {
"bytesInOutput": 0
}
},
"bytes": 1273801
}
}
}