human/dist/human.json

631 lines
15 KiB
JSON
Raw Normal View History

2020-10-17 12:30:00 +02:00
{
"inputs": {
"config.js": {
2020-10-27 15:06:01 +01:00
"bytes": 6295,
2020-10-17 12:30:00 +02:00
"imports": []
},
"node_modules/@tensorflow/tfjs-backend-cpu/dist/tf-backend-cpu.node.js": {
2020-10-27 15:06:01 +01:00
"bytes": 297728,
2020-10-17 12:30:00 +02:00
"imports": [
{
"path": "node_modules/@tensorflow/tfjs-core/dist/tf-core.node.js"
},
{
"path": "node_modules/seedrandom/index.js"
}
]
},
"node_modules/@tensorflow/tfjs-backend-webgl/dist/tf-backend-webgl.node.js": {
2020-10-27 15:06:01 +01:00
"bytes": 607535,
2020-10-17 12:30:00 +02:00
"imports": [
{
"path": "node_modules/@tensorflow/tfjs-core/dist/tf-core.node.js"
}
]
},
"node_modules/@tensorflow/tfjs-converter/dist/tf-converter.node.js": {
2020-10-27 15:06:01 +01:00
"bytes": 312103,
2020-10-17 12:30:00 +02:00
"imports": [
{
"path": "node_modules/@tensorflow/tfjs-core/dist/tf-core.node.js"
}
]
},
"node_modules/@tensorflow/tfjs-core/dist/tf-core.node.js": {
2020-10-27 15:06:01 +01:00
"bytes": 1313261,
2020-10-17 12:30:00 +02:00
"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": {
2020-10-27 15:06:01 +01:00
"bytes": 217014,
2020-10-17 12:30:00 +02:00
"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"
}
]
},
"node_modules/seedrandom/index.js": {
"bytes": 2110,
"imports": [
{
"path": "node_modules/seedrandom/lib/alea.js"
},
{
"path": "node_modules/seedrandom/lib/xor128.js"
},
{
"path": "node_modules/seedrandom/lib/xorwow.js"
},
{
"path": "node_modules/seedrandom/lib/xorshift7.js"
},
{
"path": "node_modules/seedrandom/lib/xor4096.js"
},
{
"path": "node_modules/seedrandom/lib/tychei.js"
},
{
"path": "node_modules/seedrandom/seedrandom.js"
}
]
},
"node_modules/seedrandom/lib/alea.js": {
"bytes": 3243,
"imports": []
},
"node_modules/seedrandom/lib/tychei.js": {
"bytes": 2525,
"imports": []
},
"node_modules/seedrandom/lib/xor128.js": {
"bytes": 1748,
"imports": []
},
"node_modules/seedrandom/lib/xor4096.js": {
"bytes": 4559,
"imports": []
},
"node_modules/seedrandom/lib/xorshift7.js": {
"bytes": 2418,
"imports": []
},
"node_modules/seedrandom/lib/xorwow.js": {
"bytes": 1919,
"imports": []
},
"node_modules/seedrandom/seedrandom.js": {
"bytes": 8358,
"imports": [
{
"path": "empty:crypto"
}
]
},
"package.json": {
2020-10-23 00:50:09 +02:00
"bytes": 2607,
2020-10-17 12:30:00 +02:00
"imports": []
},
"src/emotion/emotion.js": {
"bytes": 1646,
2020-10-17 12:30:00 +02:00
"imports": [
{
"path": "node_modules/@tensorflow/tfjs/dist/tf.node.js"
}
]
},
"src/facemesh/blazeface.js": {
"bytes": 7161,
2020-10-17 12:30:00 +02:00
"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": 2568,
2020-10-17 12:30:00 +02:00
"imports": [
{
"path": "node_modules/@tensorflow/tfjs/dist/tf.node.js"
},
{
"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": "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/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": [
{
"path": "node_modules/@tensorflow/tfjs/dist/tf.node.js"
}
]
},
"src/handpose/handdetector.js": {
2020-10-18 18:12:09 +02:00
"bytes": 4248,
2020-10-17 12:30:00 +02:00
"imports": [
{
"path": "node_modules/@tensorflow/tfjs/dist/tf.node.js"
},
{
"path": "src/handpose/box.js"
}
]
},
"src/handpose/handpose.js": {
"bytes": 2152,
2020-10-17 12:30:00 +02:00
"imports": [
{
"path": "node_modules/@tensorflow/tfjs/dist/tf.node.js"
},
{
"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,
2020-10-17 12:30:00 +02:00
"imports": [
{
"path": "node_modules/@tensorflow/tfjs/dist/tf.node.js"
},
{
"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": {
2020-10-27 16:56:41 +01:00
"bytes": 11908,
2020-10-17 12:30:00 +02:00
"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"
},
2020-10-18 18:12:09 +02:00
{
"path": "src/imagefx.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": {
"bytes": 19452,
"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": {
"bytes": 1719,
"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,
2020-10-17 12:30:00 +02:00
"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,
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"
}
]
},
"src/ssrnet/ssrnet.js": {
"bytes": 1574,
2020-10-17 12:30:00 +02:00
"imports": [
{
"path": "node_modules/@tensorflow/tfjs/dist/tf.node.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.js.map": {
"imports": [],
"inputs": {},
2020-10-27 16:56:41 +01:00
"bytes": 5125454
2020-10-17 12:30:00 +02:00
},
"dist/human.js": {
"imports": [],
"inputs": {
"empty:/home/vlado/dev/human/node_modules/node-fetch/browser.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 49
2020-10-17 12:30:00 +02:00
},
"empty:util": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 46
2020-10-17 12:30:00 +02:00
},
"empty:crypto": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 48
2020-10-17 12:30:00 +02:00
},
"node_modules/@tensorflow/tfjs-core/dist/tf-core.node.js": {
2020-10-27 15:06:01 +01:00
"bytesInOutput": 1061246
2020-10-17 12:30:00 +02:00
},
"node_modules/@tensorflow/tfjs-layers/dist/tf-layers.node.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 541660
2020-10-17 12:30:00 +02:00
},
"node_modules/@tensorflow/tfjs-converter/dist/tf-converter.node.js": {
2020-10-27 15:06:01 +01:00
"bytesInOutput": 273096
2020-10-17 12:30:00 +02:00
},
"empty:/home/vlado/dev/human/node_modules/string_decoder/lib/string_decoder.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 56
2020-10-17 12:30:00 +02:00
},
"node_modules/@tensorflow/tfjs-data/dist/tf-data.node.js": {
2020-10-27 15:06:01 +01:00
"bytesInOutput": 136972
2020-10-17 12:30:00 +02:00
},
"node_modules/seedrandom/lib/alea.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 2276
2020-10-17 12:30:00 +02:00
},
"node_modules/seedrandom/lib/xor128.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 1827
2020-10-17 12:30:00 +02:00
},
"node_modules/seedrandom/lib/xorwow.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 2039
2020-10-17 12:30:00 +02:00
},
"node_modules/seedrandom/lib/xorshift7.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 2481
2020-10-17 12:30:00 +02:00
},
"node_modules/seedrandom/lib/xor4096.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 2946
2020-10-17 12:30:00 +02:00
},
"node_modules/seedrandom/lib/tychei.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 2080
2020-10-17 12:30:00 +02:00
},
"node_modules/seedrandom/seedrandom.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 4275
2020-10-17 12:30:00 +02:00
},
"node_modules/seedrandom/index.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 490
2020-10-17 12:30:00 +02:00
},
"node_modules/@tensorflow/tfjs-backend-cpu/dist/tf-backend-cpu.node.js": {
2020-10-27 15:06:01 +01:00
"bytesInOutput": 284249
2020-10-17 12:30:00 +02:00
},
"node_modules/@tensorflow/tfjs-backend-webgl/dist/tf-backend-webgl.node.js": {
2020-10-27 15:06:01 +01:00
"bytesInOutput": 581862
2020-10-17 12:30:00 +02:00
},
"node_modules/@tensorflow/tfjs/dist/tf.node.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 3189
2020-10-17 12:30:00 +02:00
},
"src/facemesh/blazeface.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 7400
2020-10-17 12:30:00 +02:00
},
"src/facemesh/keypoints.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 2936
2020-10-17 12:30:00 +02:00
},
"src/facemesh/box.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 2172
2020-10-17 12:30:00 +02:00
},
"src/facemesh/util.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 3179
2020-10-17 12:30:00 +02:00
},
"src/facemesh/pipeline.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 13773
2020-10-17 12:30:00 +02:00
},
"src/facemesh/uvcoords.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 21528
2020-10-17 12:30:00 +02:00
},
"src/facemesh/triangulation.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 28603
2020-10-17 12:30:00 +02:00
},
"src/facemesh/facemesh.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 2775
2020-10-17 12:30:00 +02:00
},
"src/ssrnet/ssrnet.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 1835
2020-10-17 12:30:00 +02:00
},
"src/emotion/emotion.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 1796
2020-10-17 12:30:00 +02:00
},
"src/posenet/modelBase.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 1165
2020-10-17 12:30:00 +02:00
},
"src/posenet/modelMobileNet.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 519
2020-10-17 12:30:00 +02:00
},
"src/posenet/heapSort.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 1765
2020-10-17 12:30:00 +02:00
},
"src/posenet/buildParts.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 1834
2020-10-17 12:30:00 +02:00
},
"src/posenet/keypoints.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 2447
2020-10-17 12:30:00 +02:00
},
"src/posenet/vectors.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 1506
2020-10-17 12:30:00 +02:00
},
"src/posenet/decodePose.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 3905
2020-10-17 12:30:00 +02:00
},
"src/posenet/decodeMultiple.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 2064
2020-10-17 12:30:00 +02:00
},
"src/posenet/util.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 2522
2020-10-17 12:30:00 +02:00
},
"src/posenet/modelPoseNet.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 2012
2020-10-17 12:30:00 +02:00
},
"src/posenet/posenet.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 943
2020-10-17 12:30:00 +02:00
},
"src/handpose/box.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 2931
2020-10-17 12:30:00 +02:00
},
"src/handpose/handdetector.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 4247
2020-10-17 12:30:00 +02:00
},
"src/handpose/keypoints.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 283
2020-10-17 12:30:00 +02:00
},
"src/handpose/util.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 2803
2020-10-17 12:30:00 +02:00
},
"src/handpose/pipeline.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 7911
2020-10-17 12:30:00 +02:00
},
"src/handpose/handpose.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 2365
2020-10-17 12:30:00 +02:00
},
2020-10-18 18:12:09 +02:00
"src/imagefx.js": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 21613
2020-10-18 18:12:09 +02:00
},
2020-10-17 12:30:00 +02:00
"config.js": {
2020-10-27 15:06:01 +01:00
"bytesInOutput": 2424
2020-10-17 12:30:00 +02:00
},
"package.json": {
2020-10-23 00:50:09 +02:00
"bytesInOutput": 2875
2020-10-17 12:30:00 +02:00
},
2020-10-18 14:07:45 +02:00
"src/human.js": {
2020-10-27 16:56:41 +01:00
"bytesInOutput": 11994
2020-10-17 12:30:00 +02:00
}
},
2020-10-27 16:56:41 +01:00
"bytes": 3069474
2020-10-17 12:30:00 +02:00
}
}
}