face-api/dist/face-api.json

2618 lines
58 KiB
JSON
Raw Normal View History

{
"inputs": {
"dist/tfjs.esm.js": {
2021-01-10 16:35:51 +01:00
"bytes": 1566890,
"imports": []
},
"src/draw/drawContour.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 539,
"imports": []
},
"src/classes/Dimensions.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 745,
"imports": [
{
"path": "src/utils/index.ts"
}
]
},
"src/utils/index.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 1842,
"imports": [
{
"path": "dist/tfjs.esm.js"
},
{
"path": "src/classes/index.ts"
},
{
"path": "src/classes/Dimensions.ts"
}
]
},
"src/classes/Point.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 925,
"imports": []
},
"src/classes/Box.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 5690,
"imports": [
{
"path": "src/utils/index.ts"
},
{
"path": "src/classes/Point.ts"
}
]
},
"src/classes/BoundingBox.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 402,
"imports": [
{
"path": "src/classes/Box.ts"
}
]
},
"src/classes/ObjectDetection.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 1424,
"imports": [
{
"path": "src/classes/Box.ts"
},
{
"path": "src/classes/Dimensions.ts"
}
]
},
"src/classes/FaceDetection.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 656,
"imports": [
{
"path": "src/classes/ObjectDetection.ts"
}
]
},
"src/ops/iou.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 473,
"imports": []
},
"src/ops/minBbox.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 498,
"imports": [
{
"path": "src/classes/index.ts"
}
]
},
"src/ops/nonMaxSuppression.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 924,
"imports": [
{
"path": "src/ops/iou.ts"
}
]
},
"src/ops/normalize.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 483,
"imports": [
{
"path": "dist/tfjs.esm.js"
}
]
},
"src/ops/padToSquare.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 1684,
"imports": [
{
"path": "dist/tfjs.esm.js"
}
]
},
"src/ops/shuffleArray.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 273,
"imports": []
},
"src/ops/index.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 331,
"imports": [
{
"path": "src/ops/iou.ts"
},
{
"path": "src/ops/minBbox.ts"
},
{
"path": "src/ops/nonMaxSuppression.ts"
},
{
"path": "src/ops/normalize.ts"
},
{
"path": "src/ops/padToSquare.ts"
},
{
"path": "src/ops/shuffleArray.ts"
}
]
},
"src/classes/Rect.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 359,
"imports": [
{
"path": "src/classes/Box.ts"
}
]
},
"src/classes/FaceLandmarks.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 4199,
"imports": [
{
"path": "src/ops/index.ts"
},
{
"path": "src/utils/index.ts"
},
{
"path": "src/classes/Box.ts"
},
{
"path": "src/classes/Dimensions.ts"
},
{
"path": "src/classes/FaceDetection.ts"
},
{
"path": "src/classes/Point.ts"
},
{
"path": "src/classes/Rect.ts"
}
]
},
"src/classes/FaceLandmarks5.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 360,
"imports": [
{
"path": "src/utils/index.ts"
},
{
"path": "src/classes/FaceLandmarks.ts"
}
]
},
"src/classes/FaceLandmarks68.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 915,
"imports": [
{
"path": "src/utils/index.ts"
},
{
"path": "src/classes/FaceLandmarks.ts"
}
]
},
"src/classes/FaceMatch.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 578,
"imports": [
{
"path": "src/utils/index.ts"
}
]
},
"src/classes/LabeledBox.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 645,
"imports": [
{
"path": "src/utils/index.ts"
},
{
"path": "src/classes/Box.ts"
}
]
},
"src/classes/LabeledFaceDescriptors.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 1072,
"imports": []
},
"src/classes/PredictedBox.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 952,
"imports": [
{
"path": "src/utils/index.ts"
},
{
"path": "src/classes/LabeledBox.ts"
}
]
},
"src/classes/index.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 436,
"imports": [
{
"path": "src/classes/BoundingBox.ts"
},
{
"path": "src/classes/Box.ts"
},
{
"path": "src/classes/Dimensions.ts"
},
{
"path": "src/classes/FaceDetection.ts"
},
{
"path": "src/classes/FaceLandmarks.ts"
},
{
"path": "src/classes/FaceLandmarks5.ts"
},
{
"path": "src/classes/FaceLandmarks68.ts"
},
{
"path": "src/classes/FaceMatch.ts"
},
{
"path": "src/classes/LabeledBox.ts"
},
{
"path": "src/classes/LabeledFaceDescriptors.ts"
},
{
"path": "src/classes/ObjectDetection.ts"
},
{
"path": "src/classes/Point.ts"
},
{
"path": "src/classes/PredictedBox.ts"
},
{
"path": "src/classes/Rect.ts"
}
]
},
"src/factories/WithFaceDetection.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 486,
"imports": [
{
"path": "src/classes/FaceDetection.ts"
}
]
},
"src/env/createBrowserEnv.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 636,
"imports": []
},
"src/env/createFileSystem.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 654,
"imports": []
},
"src/env/createNodejsEnv.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 1202,
"imports": [
{
"path": "src/env/createFileSystem.ts"
}
]
},
"src/env/isBrowser.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 354,
"imports": []
},
"src/env/isNodejs.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 295,
"imports": []
},
"src/env/types.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 570,
"imports": []
},
"src/env/index.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 1817,
"imports": [
{
"path": "src/env/createBrowserEnv.ts"
},
{
"path": "src/env/createFileSystem.ts"
},
{
"path": "src/env/createNodejsEnv.ts"
},
{
"path": "src/env/isBrowser.ts"
},
{
"path": "src/env/isNodejs.ts"
},
{
"path": "src/env/types.ts"
}
]
},
"src/dom/resolveInput.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 200,
"imports": [
{
"path": "src/env/index.ts"
}
]
},
"src/dom/getContext2dOrThrow.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 673,
"imports": [
{
"path": "src/env/index.ts"
},
{
"path": "src/dom/resolveInput.ts"
}
]
},
"src/draw/DrawTextField.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 4094,
"imports": [
{
"path": "src/dom/getContext2dOrThrow.ts"
},
{
"path": "src/dom/resolveInput.ts"
}
]
},
"src/draw/DrawBox.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 1831,
"imports": [
{
"path": "src/classes/index.ts"
},
{
"path": "src/dom/getContext2dOrThrow.ts"
},
{
"path": "src/draw/DrawTextField.ts"
}
]
},
"src/draw/drawDetections.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 1128,
"imports": [
{
"path": "src/classes/index.ts"
},
{
"path": "src/classes/FaceDetection.ts"
},
{
"path": "src/factories/WithFaceDetection.ts"
},
{
"path": "src/utils/index.ts"
},
{
"path": "src/draw/DrawBox.ts"
}
]
},
"src/dom/isMediaLoaded.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 277,
"imports": [
{
"path": "src/env/index.ts"
}
]
},
"src/dom/awaitMediaLoaded.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 963,
"imports": [
{
"path": "src/env/index.ts"
},
{
"path": "src/dom/isMediaLoaded.ts"
}
]
},
"src/dom/bufferToImage.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 687,
"imports": [
{
"path": "src/env/index.ts"
}
]
},
"src/dom/getMediaDimensions.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 529,
"imports": [
{
"path": "src/classes/Dimensions.ts"
},
{
"path": "src/env/index.ts"
}
]
},
"src/dom/createCanvas.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 1139,
"imports": [
{
"path": "src/env/index.ts"
},
{
"path": "src/dom/getContext2dOrThrow.ts"
},
{
"path": "src/dom/getMediaDimensions.ts"
},
{
"path": "src/dom/isMediaLoaded.ts"
}
]
},
"src/dom/imageTensorToCanvas.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 615,
"imports": [
{
"path": "dist/tfjs.esm.js"
},
{
"path": "src/env/index.ts"
},
{
"path": "src/utils/index.ts"
}
]
},
"src/dom/isMediaElement.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 228,
"imports": [
{
"path": "src/env/index.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/dom/imageToSquare.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 1175,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/env/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/createCanvas.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/getContext2dOrThrow.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/getMediaDimensions.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/dom/NetInput.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 5508,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "dist/tfjs.esm.js"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/env/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/ops/padToSquare.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/utils/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/createCanvas.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/imageToSquare.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/dom/toNetInput.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 2115,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/utils/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/awaitMediaLoaded.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/isMediaElement.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/NetInput.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/resolveInput.ts"
}
]
},
"src/dom/extractFaces.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 1782,
2020-12-15 14:15:43 +01:00
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/classes/FaceDetection.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/env/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/createCanvas.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/getContext2dOrThrow.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/imageTensorToCanvas.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/toNetInput.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/dom/extractFaceTensors.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 1730,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "dist/tfjs.esm.js"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/classes/FaceDetection.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/utils/index.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/dom/fetchOrThrow.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 390,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/env/index.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/dom/fetchImage.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 451,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/bufferToImage.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/fetchOrThrow.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/dom/fetchJson.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 155,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/fetchOrThrow.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/dom/fetchNetWeights.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 200,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/fetchOrThrow.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/common/getModelUris.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 1052,
"imports": []
},
2020-12-15 14:15:43 +01:00
"src/dom/loadWeightMap.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 552,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "dist/tfjs.esm.js"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/common/getModelUris.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/fetchJson.ts"
}
]
},
"src/dom/matchDimensions.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 401,
2020-12-15 14:15:43 +01:00
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/getMediaDimensions.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/dom/types.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 383,
"imports": []
},
2020-12-15 14:15:43 +01:00
"src/dom/index.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 696,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/awaitMediaLoaded.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/bufferToImage.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/createCanvas.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/extractFaces.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/extractFaceTensors.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/fetchImage.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/fetchJson.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/fetchNetWeights.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/fetchOrThrow.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/getContext2dOrThrow.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/getMediaDimensions.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/imageTensorToCanvas.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/imageToSquare.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/isMediaElement.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/isMediaLoaded.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/loadWeightMap.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/matchDimensions.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/NetInput.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/resolveInput.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/toNetInput.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/types.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/NeuralNetwork.ts": {
2021-01-03 17:05:09 +01:00
"bytes": 5289,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "dist/tfjs.esm.js"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/common/getModelUris.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/env/index.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/common/depthwiseSeparableConv.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 414,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "dist/tfjs.esm.js"
}
]
},
2020-12-15 14:15:43 +01:00
"src/faceFeatureExtractor/denseBlock.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 2038,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "dist/tfjs.esm.js"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/common/depthwiseSeparableConv.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/common/convLayer.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 428,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "dist/tfjs.esm.js"
}
]
},
2020-12-15 14:15:43 +01:00
"src/common/disposeUnusedWeightTensors.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 290,
2020-12-15 14:15:43 +01:00
"imports": []
},
"src/common/extractConvParamsFactory.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 766,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "dist/tfjs.esm.js"
}
]
},
2020-12-15 14:15:43 +01:00
"src/common/extractFCParamsFactory.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 711,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "dist/tfjs.esm.js"
}
]
},
2020-12-15 14:15:43 +01:00
"src/common/types.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 797,
"imports": []
},
2020-12-15 14:15:43 +01:00
"src/common/extractSeparableConvParamsFactory.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 1533,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "dist/tfjs.esm.js"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/common/types.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/common/extractWeightEntryFactory.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 579,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/utils/index.ts"
}
]
},
"src/common/extractWeightsFactory.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 441,
2020-12-15 14:15:43 +01:00
"imports": []
},
"src/common/index.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 399,
2020-12-15 14:15:43 +01:00
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/common/convLayer.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/common/depthwiseSeparableConv.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/common/disposeUnusedWeightTensors.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/common/extractConvParamsFactory.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/common/extractFCParamsFactory.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/common/extractSeparableConvParamsFactory.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/common/extractWeightEntryFactory.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/common/extractWeightsFactory.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/common/getModelUris.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/common/types.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/faceFeatureExtractor/extractorsFactory.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 1587,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/common/index.ts"
}
]
},
"src/faceFeatureExtractor/extractParams.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 1030,
2020-12-15 14:15:43 +01:00
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/common/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/faceFeatureExtractor/extractorsFactory.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/common/loadConvParamsFactory.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 466,
2020-12-15 14:15:43 +01:00
"imports": []
},
"src/faceFeatureExtractor/loadParamsFactory.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 1547,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/common/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/common/loadConvParamsFactory.ts"
}
]
},
"src/faceFeatureExtractor/extractParamsFromWeigthMap.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 838,
2020-12-15 14:15:43 +01:00
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/common/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/faceFeatureExtractor/loadParamsFactory.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/faceFeatureExtractor/FaceFeatureExtractor.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 1806,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "dist/tfjs.esm.js"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/NeuralNetwork.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/ops/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/faceFeatureExtractor/denseBlock.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/faceFeatureExtractor/extractParams.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/faceFeatureExtractor/extractParamsFromWeigthMap.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/common/fullyConnectedLayer.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 263,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "dist/tfjs.esm.js"
}
]
},
2020-12-15 14:15:43 +01:00
"src/faceProcessor/extractParams.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 759,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/common/index.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/faceProcessor/extractParamsFromWeigthMap.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 823,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/common/index.ts"
}
]
},
"src/faceProcessor/util.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 421,
2020-12-15 14:15:43 +01:00
"imports": []
},
"src/faceProcessor/FaceProcessor.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 3034,
2020-12-15 14:15:43 +01:00
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "dist/tfjs.esm.js"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/common/fullyConnectedLayer.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/NeuralNetwork.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/faceProcessor/extractParams.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/faceProcessor/extractParamsFromWeigthMap.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/faceProcessor/util.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/faceExpressionNet/FaceExpressions.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 869,
2020-12-15 14:15:43 +01:00
"imports": []
},
2020-12-15 14:15:43 +01:00
"src/faceExpressionNet/FaceExpressionNet.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 1664,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "dist/tfjs.esm.js"
},
{
"path": "src/dom/index.ts"
},
{
"path": "src/faceFeatureExtractor/FaceFeatureExtractor.ts"
},
{
"path": "src/faceProcessor/FaceProcessor.ts"
},
{
"path": "src/faceExpressionNet/FaceExpressions.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/faceExpressionNet/index.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 72,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/faceExpressionNet/FaceExpressionNet.ts"
},
{
"path": "src/faceExpressionNet/FaceExpressions.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/factories/WithFaceExpressions.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 524,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/faceExpressionNet/FaceExpressions.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/draw/drawFaceExpressions.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 1612,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/classes/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/faceExpressionNet/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/factories/WithFaceDetection.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/factories/WithFaceExpressions.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/utils/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/draw/DrawTextField.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/factories/WithFaceLandmarks.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 1643,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/classes/FaceDetection.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/classes/FaceLandmarks.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/factories/WithFaceDetection.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/draw/DrawFaceLandmarks.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 3528,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/classes/FaceLandmarks.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/classes/FaceLandmarks68.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/getContext2dOrThrow.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/factories/WithFaceLandmarks.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/draw/drawContour.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/draw/index.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 201,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/draw/drawContour.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/draw/drawDetections.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/draw/drawFaceExpressions.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/draw/DrawBox.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/draw/DrawFaceLandmarks.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/draw/DrawTextField.ts"
}
]
},
2020-12-23 17:26:55 +01:00
"package.json": {
2021-01-10 16:35:51 +01:00
"bytes": 1807,
2020-12-23 17:26:55 +01:00
"imports": []
},
2020-12-15 14:15:43 +01:00
"src/xception/extractParams.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 3440,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/common/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/utils/index.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/xception/extractParamsFromWeigthMap.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 3130,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/common/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/common/loadConvParamsFactory.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/utils/index.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/xception/TinyXception.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 3148,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "dist/tfjs.esm.js"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/common/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/NeuralNetwork.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/ops/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/utils/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/xception/extractParams.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/xception/extractParamsFromWeigthMap.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/ageGenderNet/extractParams.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 778,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/common/index.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/ageGenderNet/extractParamsFromWeigthMap.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 891,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/common/index.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/ageGenderNet/types.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 525,
2020-12-15 14:15:43 +01:00
"imports": []
},
"src/ageGenderNet/AgeGenderNet.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 4269,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "dist/tfjs.esm.js"
},
{
"path": "src/common/fullyConnectedLayer.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/faceProcessor/util.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/xception/TinyXception.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/ageGenderNet/extractParams.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/ageGenderNet/extractParamsFromWeigthMap.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/ageGenderNet/types.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/NeuralNetwork.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/index.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/ageGenderNet/index.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 57,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/ageGenderNet/AgeGenderNet.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/ageGenderNet/types.ts"
}
]
},
"src/faceLandmarkNet/FaceLandmark68NetBase.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 3717,
2020-12-15 14:15:43 +01:00
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "dist/tfjs.esm.js"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/classes/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/classes/FaceLandmarks68.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/faceProcessor/FaceProcessor.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/utils/index.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/faceLandmarkNet/FaceLandmark68Net.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 622,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/faceFeatureExtractor/FaceFeatureExtractor.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/faceLandmarkNet/FaceLandmark68NetBase.ts"
}
]
},
"src/faceFeatureExtractor/extractParamsFromWeigthMapTiny.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 802,
2020-12-15 14:15:43 +01:00
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/common/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/faceFeatureExtractor/loadParamsFactory.ts"
}
]
},
"src/faceFeatureExtractor/extractParamsTiny.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 960,
2020-12-15 14:15:43 +01:00
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/common/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/faceFeatureExtractor/extractorsFactory.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/faceFeatureExtractor/TinyFaceFeatureExtractor.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 1816,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "dist/tfjs.esm.js"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/NeuralNetwork.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/ops/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/faceFeatureExtractor/denseBlock.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/faceFeatureExtractor/extractParamsFromWeigthMapTiny.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/faceFeatureExtractor/extractParamsTiny.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/faceLandmarkNet/FaceLandmark68TinyNet.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 659,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/faceFeatureExtractor/TinyFaceFeatureExtractor.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/faceLandmarkNet/FaceLandmark68NetBase.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/faceLandmarkNet/index.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 195,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/faceLandmarkNet/FaceLandmark68Net.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/faceLandmarkNet/FaceLandmark68Net.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/faceLandmarkNet/FaceLandmark68TinyNet.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/faceRecognitionNet/scaleLayer.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 229,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "dist/tfjs.esm.js"
}
]
},
2020-12-15 14:15:43 +01:00
"src/faceRecognitionNet/convLayer.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 850,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "dist/tfjs.esm.js"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/faceRecognitionNet/scaleLayer.ts"
}
]
},
"src/faceRecognitionNet/extractParams.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 4907,
2020-12-15 14:15:43 +01:00
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "dist/tfjs.esm.js"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/common/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/utils/index.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/faceRecognitionNet/extractParamsFromWeigthMap.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 3101,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/common/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/utils/index.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/faceRecognitionNet/residualLayer.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 1342,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "dist/tfjs.esm.js"
},
{
"path": "src/faceRecognitionNet/convLayer.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/faceRecognitionNet/FaceRecognitionNet.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 2981,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "dist/tfjs.esm.js"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/NeuralNetwork.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/ops/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/faceRecognitionNet/convLayer.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/faceRecognitionNet/extractParams.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/faceRecognitionNet/extractParamsFromWeigthMap.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/faceRecognitionNet/residualLayer.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/faceRecognitionNet/index.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 252,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/faceRecognitionNet/FaceRecognitionNet.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/faceRecognitionNet/FaceRecognitionNet.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/factories/WithFaceDescriptor.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 301,
2020-12-15 14:15:43 +01:00
"imports": []
},
"src/factories/WithAge.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 334,
2020-12-15 14:15:43 +01:00
"imports": []
},
"src/factories/WithGender.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 618,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/ageGenderNet/types.ts"
},
{
"path": "src/utils/index.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/factories/index.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 208,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/factories/WithFaceDescriptor.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/factories/WithFaceDetection.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/factories/WithFaceExpressions.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/factories/WithFaceLandmarks.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/factories/WithAge.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/factories/WithGender.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/ssdMobilenetv1/extractParams.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 8339,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "dist/tfjs.esm.js"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/common/index.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/ssdMobilenetv1/extractParamsFromWeigthMap.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 5782,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/common/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/utils/index.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/ssdMobilenetv1/pointwiseConvLayer.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 391,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "dist/tfjs.esm.js"
}
]
},
2020-12-15 14:15:43 +01:00
"src/ssdMobilenetv1/mobileNetV1.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 1811,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "dist/tfjs.esm.js"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/ssdMobilenetv1/pointwiseConvLayer.ts"
}
]
},
"src/ssdMobilenetv1/nonMaxSuppression.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 2187,
2020-12-15 14:15:43 +01:00
"imports": []
},
"src/ssdMobilenetv1/outputLayer.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 2187,
2020-12-15 14:15:43 +01:00
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "dist/tfjs.esm.js"
}
]
},
2020-12-15 14:15:43 +01:00
"src/ssdMobilenetv1/boxPredictionLayer.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 617,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "dist/tfjs.esm.js"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/common/index.ts"
}
]
},
"src/ssdMobilenetv1/predictionLayer.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 2055,
2020-12-15 14:15:43 +01:00
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "dist/tfjs.esm.js"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/ssdMobilenetv1/boxPredictionLayer.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/ssdMobilenetv1/pointwiseConvLayer.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/ssdMobilenetv1/SsdMobilenetv1Options.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 881,
2020-12-15 14:15:43 +01:00
"imports": []
},
2020-12-15 14:15:43 +01:00
"src/ssdMobilenetv1/SsdMobilenetv1.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 3826,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "dist/tfjs.esm.js"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/classes/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/classes/FaceDetection.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/NeuralNetwork.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/ssdMobilenetv1/extractParams.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/ssdMobilenetv1/extractParamsFromWeigthMap.ts"
},
{
"path": "src/ssdMobilenetv1/mobileNetV1.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/ssdMobilenetv1/nonMaxSuppression.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/ssdMobilenetv1/outputLayer.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/ssdMobilenetv1/predictionLayer.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/ssdMobilenetv1/SsdMobilenetv1Options.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/ssdMobilenetv1/index.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 471,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/ssdMobilenetv1/SsdMobilenetv1.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/ssdMobilenetv1/SsdMobilenetv1.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/ssdMobilenetv1/SsdMobilenetv1Options.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/tinyYolov2/const.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 704,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/classes/index.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/tinyYolov2/config.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 1701,
2020-12-15 14:15:43 +01:00
"imports": []
},
"src/tinyYolov2/leaky.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 271,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "dist/tfjs.esm.js"
}
]
},
2020-12-15 14:15:43 +01:00
"src/tinyYolov2/convWithBatchNorm.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 532,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "dist/tfjs.esm.js"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/tinyYolov2/leaky.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/tinyYolov2/depthwiseSeparableConv.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 502,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "dist/tfjs.esm.js"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/tinyYolov2/leaky.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/tinyYolov2/extractParams.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 3918,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "dist/tfjs.esm.js"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/common/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/common/extractSeparableConvParamsFactory.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/common/extractWeightsFactory.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/tinyYolov2/extractParamsFromWeigthMap.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 3284,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/common/disposeUnusedWeightTensors.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/common/extractSeparableConvParamsFactory.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/common/extractWeightEntryFactory.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/tinyYolov2/TinyYolov2Options.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 913,
2020-12-15 14:15:43 +01:00
"imports": []
},
"src/tinyYolov2/TinyYolov2Base.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 9700,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "dist/tfjs.esm.js"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/classes/BoundingBox.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/classes/ObjectDetection.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/common/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/NeuralNetwork.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/ops/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/ops/nonMaxSuppression.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/ops/normalize.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/tinyYolov2/config.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/tinyYolov2/convWithBatchNorm.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/tinyYolov2/depthwiseSeparableConv.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/tinyYolov2/extractParams.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/tinyYolov2/extractParamsFromWeigthMap.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/tinyYolov2/leaky.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/tinyYolov2/TinyYolov2Options.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/tinyYolov2/TinyYolov2.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 1801,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/classes/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/tinyYolov2/const.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/tinyYolov2/TinyYolov2Base.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/tinyYolov2/types.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 952,
2020-12-15 14:15:43 +01:00
"imports": []
},
"src/tinyYolov2/index.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 349,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/tinyYolov2/TinyYolov2.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/tinyYolov2/TinyYolov2Options.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/tinyYolov2/config.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/tinyYolov2/types.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/tinyFaceDetector/TinyFaceDetectorOptions.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 272,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/tinyYolov2/index.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/globalApi/ComposableTask.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 322,
2020-12-15 14:15:43 +01:00
"imports": []
},
"src/globalApi/extractFacesAndComputeResults.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 2037,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "dist/tfjs.esm.js"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/dom/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/factories/WithFaceLandmarks.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/tinyFaceDetector/const.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 354,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/classes/index.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/tinyFaceDetector/TinyFaceDetector.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 1470,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/classes/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/tinyYolov2/TinyYolov2Base.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/tinyFaceDetector/const.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/globalApi/nets.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 6336,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/ageGenderNet/AgeGenderNet.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/faceExpressionNet/FaceExpressionNet.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/faceLandmarkNet/FaceLandmark68Net.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/faceLandmarkNet/FaceLandmark68TinyNet.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/faceRecognitionNet/FaceRecognitionNet.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/ssdMobilenetv1/SsdMobilenetv1.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/tinyFaceDetector/TinyFaceDetector.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/tinyYolov2/index.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/globalApi/PredictFaceExpressionsTask.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 3827,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/factories/WithFaceExpressions.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/globalApi/ComposableTask.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/globalApi/ComputeFaceDescriptorsTasks.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/globalApi/extractFacesAndComputeResults.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/globalApi/nets.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/globalApi/PredictAgeAndGenderTask.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/globalApi/PredictAgeAndGenderTask.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 4008,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/factories/WithAge.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/factories/WithGender.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/globalApi/ComposableTask.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/globalApi/ComputeFaceDescriptorsTasks.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/globalApi/extractFacesAndComputeResults.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/globalApi/nets.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/globalApi/PredictFaceExpressionsTask.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/globalApi/ComputeFaceDescriptorsTasks.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 3215,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/factories/WithFaceDescriptor.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/globalApi/ComposableTask.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/globalApi/extractFacesAndComputeResults.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/globalApi/nets.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/globalApi/PredictAgeAndGenderTask.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/globalApi/PredictFaceExpressionsTask.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/globalApi/DetectFaceLandmarksTasks.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 4002,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "dist/tfjs.esm.js"
},
{
"path": "src/dom/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/factories/WithFaceLandmarks.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/globalApi/ComposableTask.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/globalApi/ComputeFaceDescriptorsTasks.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/globalApi/nets.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/globalApi/PredictAgeAndGenderTask.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/globalApi/PredictFaceExpressionsTask.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/globalApi/DetectFacesTasks.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 4604,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/factories/WithFaceDetection.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/ssdMobilenetv1/SsdMobilenetv1Options.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/tinyFaceDetector/TinyFaceDetectorOptions.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/tinyYolov2/index.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/globalApi/ComposableTask.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/globalApi/DetectFaceLandmarksTasks.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/globalApi/nets.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/globalApi/PredictAgeAndGenderTask.ts"
},
{
2020-12-15 14:15:43 +01:00
"path": "src/globalApi/PredictFaceExpressionsTask.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/globalApi/detectFaces.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 638,
2020-12-15 14:15:43 +01:00
"imports": [
{
"path": "src/ssdMobilenetv1/SsdMobilenetv1Options.ts"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/globalApi/DetectFacesTasks.ts"
}
]
},
"src/globalApi/allFaces.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 1056,
2020-12-15 14:15:43 +01:00
"imports": [
{
"path": "src/ssdMobilenetv1/index.ts"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/tinyYolov2/index.ts"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/globalApi/detectFaces.ts"
}
]
},
"src/euclideanDistance.ts": {
2021-01-03 17:05:09 +01:00
"bytes": 398,
2020-12-15 14:15:43 +01:00
"imports": []
},
"src/globalApi/FaceMatcher.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 2992,
2020-12-15 14:15:43 +01:00
"imports": [
{
"path": "src/classes/FaceMatch.ts"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/classes/LabeledFaceDescriptors.ts"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/euclideanDistance.ts"
}
]
},
"src/globalApi/types.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 556,
2020-12-15 14:15:43 +01:00
"imports": []
},
"src/globalApi/index.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 300,
2020-12-15 14:15:43 +01:00
"imports": [
{
"path": "src/globalApi/allFaces.ts"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/globalApi/ComposableTask.ts"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/globalApi/ComputeFaceDescriptorsTasks.ts"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/globalApi/detectFaces.ts"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/globalApi/DetectFacesTasks.ts"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/globalApi/DetectFaceLandmarksTasks.ts"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/globalApi/FaceMatcher.ts"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/globalApi/nets.ts"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/globalApi/types.ts"
}
]
},
"src/tinyFaceDetector/index.ts": {
2020-12-23 17:26:55 +01:00
"bytes": 285,
2020-12-15 14:15:43 +01:00
"imports": [
{
"path": "src/tinyFaceDetector/TinyFaceDetector.ts"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/tinyFaceDetector/TinyFaceDetector.ts"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/tinyFaceDetector/TinyFaceDetectorOptions.ts"
}
]
},
"src/resizeResults.ts": {
2021-01-03 17:05:09 +01:00
"bytes": 1519,
2020-12-15 14:15:43 +01:00
"imports": [
{
"path": "src/classes/index.ts"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/classes/FaceDetection.ts"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/classes/FaceLandmarks.ts"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/factories/WithFaceDetection.ts"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/factories/WithFaceLandmarks.ts"
}
]
},
"src/index.ts": {
2020-12-23 18:58:47 +01:00
"bytes": 1024,
2020-12-15 14:15:43 +01:00
"imports": [
{
"path": "dist/tfjs.esm.js"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/draw/index.ts"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/utils/index.ts"
},
2020-12-23 17:26:55 +01:00
{
"path": "package.json"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/ageGenderNet/index.ts"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/classes/index.ts"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/dom/index.ts"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/env/index.ts"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/faceExpressionNet/index.ts"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/faceLandmarkNet/index.ts"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/faceRecognitionNet/index.ts"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/factories/index.ts"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/globalApi/index.ts"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/ops/index.ts"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/ssdMobilenetv1/index.ts"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/tinyFaceDetector/index.ts"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/tinyYolov2/index.ts"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/euclideanDistance.ts"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/NeuralNetwork.ts"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/resizeResults.ts"
}
]
}
},
"outputs": {
"dist/face-api.js.map": {
"imports": [],
"inputs": {},
2021-01-10 16:35:51 +01:00
"bytes": 1452603
2020-12-15 14:15:43 +01:00
},
"dist/face-api.js": {
"imports": [],
"exports": [],
"inputs": {
"src/env/isNodejs.ts": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 229
},
2020-12-15 14:15:43 +01:00
"src/index.ts": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 4722
},
2020-12-15 14:15:43 +01:00
"dist/tfjs.esm.js": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 1564739
},
2020-12-15 14:15:43 +01:00
"src/draw/index.ts": {
"bytesInOutput": 451
},
2020-12-15 14:15:43 +01:00
"src/draw/drawContour.ts": {
"bytesInOutput": 313
},
2020-12-15 14:15:43 +01:00
"src/utils/index.ts": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 1529
},
2020-12-15 14:15:43 +01:00
"src/classes/Dimensions.ts": {
"bytesInOutput": 398
},
2020-12-15 14:15:43 +01:00
"src/classes/Point.ts": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 473
},
2020-12-15 14:15:43 +01:00
"src/classes/Box.ts": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 3305
},
2020-12-15 14:15:43 +01:00
"src/classes/BoundingBox.ts": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 153
},
2020-12-15 14:15:43 +01:00
"src/classes/index.ts": {
"bytesInOutput": 0
},
2020-12-15 14:15:43 +01:00
"src/classes/ObjectDetection.ts": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 754
},
2020-12-15 14:15:43 +01:00
"src/classes/FaceDetection.ts": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 272
},
2020-12-15 14:15:43 +01:00
"src/ops/iou.ts": {
"bytesInOutput": 328
},
2020-12-15 14:15:43 +01:00
"src/ops/index.ts": {
"bytesInOutput": 99
},
2020-12-15 14:15:43 +01:00
"src/ops/minBbox.ts": {
"bytesInOutput": 294
},
2020-12-15 14:15:43 +01:00
"src/ops/nonMaxSuppression.ts": {
"bytesInOutput": 556
},
2020-12-15 14:15:43 +01:00
"src/ops/normalize.ts": {
"bytesInOutput": 278
},
2020-12-15 14:15:43 +01:00
"src/ops/padToSquare.ts": {
2021-01-03 17:05:09 +01:00
"bytesInOutput": 791
},
2020-12-15 14:15:43 +01:00
"src/ops/shuffleArray.ts": {
"bytesInOutput": 195
},
2020-12-15 14:15:43 +01:00
"src/classes/Rect.ts": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 136
},
2020-12-15 14:15:43 +01:00
"src/classes/FaceLandmarks.ts": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 1888
},
2020-12-15 14:15:43 +01:00
"src/classes/FaceLandmarks5.ts": {
"bytesInOutput": 153
},
2020-12-15 14:15:43 +01:00
"src/classes/FaceLandmarks68.ts": {
"bytesInOutput": 501
},
2020-12-15 14:15:43 +01:00
"src/classes/FaceMatch.ts": {
"bytesInOutput": 256
},
2020-12-15 14:15:43 +01:00
"src/classes/LabeledBox.ts": {
"bytesInOutput": 308
},
2020-12-15 14:15:43 +01:00
"src/classes/LabeledFaceDescriptors.ts": {
2021-01-03 17:05:09 +01:00
"bytesInOutput": 728
},
2020-12-15 14:15:43 +01:00
"src/classes/PredictedBox.ts": {
"bytesInOutput": 508
},
2020-12-15 14:15:43 +01:00
"src/factories/WithFaceDetection.ts": {
2021-01-03 17:05:09 +01:00
"bytesInOutput": 170
},
2020-12-15 14:15:43 +01:00
"src/env/createBrowserEnv.ts": {
2020-12-23 17:26:55 +01:00
"bytesInOutput": 487
},
2020-12-15 14:15:43 +01:00
"src/env/createFileSystem.ts": {
2021-01-03 17:05:09 +01:00
"bytesInOutput": 363
},
2020-12-15 14:15:43 +01:00
"src/env/createNodejsEnv.ts": {
2020-12-23 17:26:55 +01:00
"bytesInOutput": 722
},
2020-12-15 14:15:43 +01:00
"src/env/isBrowser.ts": {
"bytesInOutput": 275
},
2020-12-15 14:15:43 +01:00
"src/env/index.ts": {
2021-01-03 17:05:09 +01:00
"bytesInOutput": 1170
},
2020-12-15 14:15:43 +01:00
"src/dom/resolveInput.ts": {
"bytesInOutput": 105
},
2020-12-15 14:15:43 +01:00
"src/dom/getContext2dOrThrow.ts": {
"bytesInOutput": 447
},
2020-12-15 14:15:43 +01:00
"src/draw/DrawTextField.ts": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 2255
},
2020-12-15 14:15:43 +01:00
"src/draw/DrawBox.ts": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 825
},
2020-12-15 14:15:43 +01:00
"src/draw/drawDetections.ts": {
2021-01-03 17:05:09 +01:00
"bytesInOutput": 391
},
2020-12-15 14:15:43 +01:00
"src/dom/isMediaLoaded.ts": {
"bytesInOutput": 152
},
2020-12-15 14:15:43 +01:00
"src/dom/awaitMediaLoaded.ts": {
2021-01-03 17:05:09 +01:00
"bytesInOutput": 543
},
2020-12-15 14:15:43 +01:00
"src/dom/index.ts": {
"bytesInOutput": 0
},
2020-12-15 14:15:43 +01:00
"src/dom/bufferToImage.ts": {
2020-12-23 17:26:55 +01:00
"bytesInOutput": 483
},
2020-12-15 14:15:43 +01:00
"src/dom/getMediaDimensions.ts": {
"bytesInOutput": 275
},
2020-12-15 14:15:43 +01:00
"src/dom/createCanvas.ts": {
"bytesInOutput": 622
},
2020-12-15 14:15:43 +01:00
"src/dom/imageTensorToCanvas.ts": {
"bytesInOutput": 360
},
2020-12-15 14:15:43 +01:00
"src/dom/isMediaElement.ts": {
"bytesInOutput": 152
},
"src/dom/imageToSquare.ts": {
"bytesInOutput": 713
},
"src/dom/NetInput.ts": {
2021-01-03 17:05:09 +01:00
"bytesInOutput": 2852
},
"src/dom/toNetInput.ts": {
"bytesInOutput": 1113
},
"src/dom/extractFaces.ts": {
2021-01-03 17:05:09 +01:00
"bytesInOutput": 758
},
"src/dom/extractFaceTensors.ts": {
2021-01-03 17:05:09 +01:00
"bytesInOutput": 686
},
"src/dom/fetchOrThrow.ts": {
2020-12-23 17:26:55 +01:00
"bytesInOutput": 223
},
"src/dom/fetchImage.ts": {
"bytesInOutput": 269
},
"src/dom/fetchJson.ts": {
"bytesInOutput": 69
},
"src/dom/fetchNetWeights.ts": {
"bytesInOutput": 106
},
"src/common/getModelUris.ts": {
"bytesInOutput": 765
},
"src/dom/loadWeightMap.ts": {
"bytesInOutput": 207
},
"src/dom/matchDimensions.ts": {
"bytesInOutput": 204
},
"src/NeuralNetwork.ts": {
2021-01-03 17:05:09 +01:00
"bytesInOutput": 3247
},
"src/common/depthwiseSeparableConv.ts": {
"bytesInOutput": 194
},
"src/faceFeatureExtractor/denseBlock.ts": {
"bytesInOutput": 1037
},
"src/common/convLayer.ts": {
"bytesInOutput": 170
},
"src/common/index.ts": {
"bytesInOutput": 0
},
"src/common/disposeUnusedWeightTensors.ts": {
"bytesInOutput": 175
},
"src/common/extractConvParamsFactory.ts": {
2020-12-23 17:26:55 +01:00
"bytesInOutput": 410
},
"src/common/extractFCParamsFactory.ts": {
2020-12-23 17:26:55 +01:00
"bytesInOutput": 378
},
"src/common/types.ts": {
"bytesInOutput": 177
},
"src/common/extractSeparableConvParamsFactory.ts": {
2020-12-23 17:26:55 +01:00
"bytesInOutput": 891
},
"src/common/extractWeightEntryFactory.ts": {
2021-01-03 17:05:09 +01:00
"bytesInOutput": 366
},
"src/common/extractWeightsFactory.ts": {
"bytesInOutput": 311
},
"src/faceFeatureExtractor/extractorsFactory.ts": {
"bytesInOutput": 1047
},
"src/faceFeatureExtractor/extractParams.ts": {
"bytesInOutput": 570
},
"src/common/loadConvParamsFactory.ts": {
2020-12-23 17:26:55 +01:00
"bytesInOutput": 187
},
"src/faceFeatureExtractor/loadParamsFactory.ts": {
"bytesInOutput": 984
},
"src/faceFeatureExtractor/extractParamsFromWeigthMap.ts": {
"bytesInOutput": 400
},
"src/faceFeatureExtractor/FaceFeatureExtractor.ts": {
2021-01-03 17:05:09 +01:00
"bytesInOutput": 841
},
"src/common/fullyConnectedLayer.ts": {
"bytesInOutput": 99
},
"src/faceProcessor/extractParams.ts": {
2021-01-03 17:05:09 +01:00
"bytesInOutput": 382
},
"src/faceProcessor/extractParamsFromWeigthMap.ts": {
"bytesInOutput": 411
},
"src/faceProcessor/util.ts": {
"bytesInOutput": 252
},
"src/faceProcessor/FaceProcessor.ts": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 1544
},
"src/faceExpressionNet/FaceExpressions.ts": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 532
},
"src/faceExpressionNet/FaceExpressionNet.ts": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 829
},
"src/faceExpressionNet/index.ts": {
"bytesInOutput": 0
},
"src/factories/WithFaceExpressions.ts": {
2021-01-03 17:05:09 +01:00
"bytesInOutput": 182
},
"src/draw/drawFaceExpressions.ts": {
2021-01-03 17:05:09 +01:00
"bytesInOutput": 718
},
"src/factories/WithFaceLandmarks.ts": {
2021-01-03 17:05:09 +01:00
"bytesInOutput": 572
},
"src/draw/DrawFaceLandmarks.ts": {
2021-01-03 17:05:09 +01:00
"bytesInOutput": 1723
},
2020-12-23 17:26:55 +01:00
"package.json": {
2021-01-03 17:05:09 +01:00
"bytesInOutput": 23
2020-12-23 17:26:55 +01:00
},
"src/xception/extractParams.ts": {
"bytesInOutput": 2444
},
"src/xception/extractParamsFromWeigthMap.ts": {
"bytesInOutput": 2162
},
"src/xception/TinyXception.ts": {
2021-01-03 17:05:09 +01:00
"bytesInOutput": 1798
},
"src/ageGenderNet/extractParams.ts": {
"bytesInOutput": 434
},
"src/ageGenderNet/extractParamsFromWeigthMap.ts": {
"bytesInOutput": 457
},
"src/ageGenderNet/types.ts": {
"bytesInOutput": 97
},
"src/ageGenderNet/AgeGenderNet.ts": {
"bytesInOutput": 2499
},
"src/ageGenderNet/index.ts": {
"bytesInOutput": 0
},
"src/faceLandmarkNet/FaceLandmark68NetBase.ts": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 1958
},
"src/faceLandmarkNet/FaceLandmark68Net.ts": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 257
},
"src/faceLandmarkNet/index.ts": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 54
},
"src/faceFeatureExtractor/extractParamsFromWeigthMapTiny.ts": {
"bytesInOutput": 362
},
"src/faceFeatureExtractor/extractParamsTiny.ts": {
"bytesInOutput": 517
},
"src/faceFeatureExtractor/TinyFaceFeatureExtractor.ts": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 833
},
"src/faceLandmarkNet/FaceLandmark68TinyNet.ts": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 274
},
"src/faceRecognitionNet/scaleLayer.ts": {
"bytesInOutput": 75
},
"src/faceRecognitionNet/convLayer.ts": {
"bytesInOutput": 410
},
"src/faceRecognitionNet/extractParams.ts": {
2021-01-03 17:05:09 +01:00
"bytesInOutput": 3320
},
"src/faceRecognitionNet/extractParamsFromWeigthMap.ts": {
2020-12-23 17:26:55 +01:00
"bytesInOutput": 2099
},
"src/faceRecognitionNet/residualLayer.ts": {
2021-01-03 17:05:09 +01:00
"bytesInOutput": 685
},
"src/faceRecognitionNet/FaceRecognitionNet.ts": {
2021-01-03 17:05:09 +01:00
"bytesInOutput": 1637
},
"src/faceRecognitionNet/index.ts": {
"bytesInOutput": 113
},
"src/factories/WithFaceDescriptor.ts": {
2021-01-03 17:05:09 +01:00
"bytesInOutput": 93
},
"src/factories/index.ts": {
"bytesInOutput": 0
},
"src/factories/WithAge.ts": {
2021-01-03 17:05:09 +01:00
"bytesInOutput": 124
},
"src/factories/WithGender.ts": {
2021-01-03 17:05:09 +01:00
"bytesInOutput": 244
},
"src/ssdMobilenetv1/extractParams.ts": {
2021-01-03 17:05:09 +01:00
"bytesInOutput": 5887
},
"src/ssdMobilenetv1/extractParamsFromWeigthMap.ts": {
2021-01-03 17:05:09 +01:00
"bytesInOutput": 4319
},
"src/ssdMobilenetv1/pointwiseConvLayer.ts": {
"bytesInOutput": 180
},
"src/ssdMobilenetv1/mobileNetV1.ts": {
2021-01-03 17:05:09 +01:00
"bytesInOutput": 1048
},
"src/ssdMobilenetv1/nonMaxSuppression.ts": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 1504
},
"src/ssdMobilenetv1/outputLayer.ts": {
"bytesInOutput": 1311
},
"src/ssdMobilenetv1/boxPredictionLayer.ts": {
"bytesInOutput": 299
},
"src/ssdMobilenetv1/predictionLayer.ts": {
"bytesInOutput": 1364
},
"src/ssdMobilenetv1/SsdMobilenetv1Options.ts": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 555
},
"src/ssdMobilenetv1/SsdMobilenetv1.ts": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 1841
},
"src/ssdMobilenetv1/index.ts": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 235
},
"src/tinyYolov2/const.ts": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 491
},
"src/tinyYolov2/config.ts": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 1173
},
"src/tinyYolov2/leaky.ts": {
"bytesInOutput": 116
},
"src/tinyYolov2/convWithBatchNorm.ts": {
"bytesInOutput": 254
},
"src/tinyYolov2/depthwiseSeparableConv.ts": {
"bytesInOutput": 234
},
"src/tinyYolov2/extractParams.ts": {
2021-01-03 17:05:09 +01:00
"bytesInOutput": 2501
},
"src/tinyYolov2/extractParamsFromWeigthMap.ts": {
2021-01-03 17:05:09 +01:00
"bytesInOutput": 2034
},
"src/tinyYolov2/TinyYolov2Options.ts": {
2020-12-23 17:26:55 +01:00
"bytesInOutput": 588
},
"src/tinyYolov2/TinyYolov2Base.ts": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 5767
},
"src/tinyYolov2/TinyYolov2.ts": {
2021-01-03 17:05:09 +01:00
"bytesInOutput": 782
},
"src/tinyYolov2/index.ts": {
"bytesInOutput": 139
},
"src/tinyFaceDetector/TinyFaceDetectorOptions.ts": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 133
},
"src/globalApi/ComposableTask.ts": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 159
},
"src/globalApi/extractFacesAndComputeResults.ts": {
"bytesInOutput": 772
},
"src/tinyFaceDetector/const.ts": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 216
},
"src/tinyFaceDetector/TinyFaceDetector.ts": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 631
},
"src/globalApi/nets.ts": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 1536
},
"src/globalApi/PredictFaceExpressionsTask.ts": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 1702
},
"src/globalApi/PredictAgeAndGenderTask.ts": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 1796
},
"src/globalApi/ComputeFaceDescriptorsTasks.ts": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 1401
},
"src/globalApi/DetectFaceLandmarksTasks.ts": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 1868
},
"src/globalApi/DetectFacesTasks.ts": {
2021-01-10 16:35:51 +01:00
"bytesInOutput": 2235
},
"src/globalApi/detectFaces.ts": {
"bytesInOutput": 228
},
"src/globalApi/allFaces.ts": {
2020-12-23 17:26:55 +01:00
"bytesInOutput": 396
},
"src/globalApi/index.ts": {
"bytesInOutput": 0
},
"src/euclideanDistance.ts": {
2021-01-03 17:05:09 +01:00
"bytesInOutput": 268
},
"src/globalApi/FaceMatcher.ts": {
"bytesInOutput": 1852
},
"src/tinyFaceDetector/index.ts": {
"bytesInOutput": 109
},
"src/resizeResults.ts": {
"bytesInOutput": 824
}
},
2021-01-10 16:35:51 +01:00
"bytes": 1700928
}
}
}