face-api/dist/face-api.json

2618 lines
58 KiB
JSON
Raw Normal View History

{
"inputs": {
"dist/tfjs.esm.js": {
2020-12-15 14:15:43 +01:00
"bytes": 1573542,
"imports": []
},
"src/draw/drawContour.ts": {
"bytes": 520,
"imports": []
},
"src/classes/Dimensions.ts": {
"bytes": 731,
"imports": [
{
"path": "src/utils/index.ts"
}
]
},
"src/utils/index.ts": {
"bytes": 1770,
"imports": [
{
"path": "dist/tfjs.esm.js"
},
{
"path": "src/classes/index.ts"
},
{
"path": "src/classes/Dimensions.ts"
}
]
},
"src/classes/Point.ts": {
"bytes": 923,
"imports": []
},
"src/classes/Box.ts": {
"bytes": 5471,
"imports": [
{
"path": "src/utils/index.ts"
},
{
"path": "src/classes/Point.ts"
}
]
},
"src/classes/BoundingBox.ts": {
"bytes": 389,
"imports": [
{
"path": "src/classes/Box.ts"
}
]
},
"src/classes/ObjectDetection.ts": {
"bytes": 1395,
"imports": [
{
"path": "src/classes/Box.ts"
},
{
"path": "src/classes/Dimensions.ts"
}
]
},
"src/classes/FaceDetection.ts": {
"bytes": 651,
"imports": [
{
"path": "src/classes/ObjectDetection.ts"
}
]
},
"src/ops/iou.ts": {
"bytes": 468,
"imports": []
},
"src/ops/minBbox.ts": {
"bytes": 473,
"imports": [
{
"path": "src/classes/index.ts"
}
]
},
"src/ops/nonMaxSuppression.ts": {
"bytes": 908,
"imports": [
{
"path": "src/ops/iou.ts"
}
]
},
"src/ops/normalize.ts": {
"bytes": 478,
"imports": [
{
"path": "dist/tfjs.esm.js"
}
]
},
"src/ops/padToSquare.ts": {
"bytes": 1659,
"imports": [
{
"path": "dist/tfjs.esm.js"
}
]
},
"src/ops/shuffleArray.ts": {
"bytes": 274,
"imports": []
},
"src/ops/index.ts": {
"bytes": 322,
"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": {
"bytes": 346,
"imports": [
{
"path": "src/classes/Box.ts"
}
]
},
"src/classes/FaceLandmarks.ts": {
"bytes": 4155,
"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": {
"bytes": 352,
"imports": [
{
"path": "src/utils/index.ts"
},
{
"path": "src/classes/FaceLandmarks.ts"
}
]
},
"src/classes/FaceLandmarks68.ts": {
"bytes": 899,
"imports": [
{
"path": "src/utils/index.ts"
},
{
"path": "src/classes/FaceLandmarks.ts"
}
]
},
"src/classes/FaceMatch.ts": {
"bytes": 564,
"imports": [
{
"path": "src/utils/index.ts"
}
]
},
"src/classes/LabeledBox.ts": {
"bytes": 635,
"imports": [
{
"path": "src/utils/index.ts"
},
{
"path": "src/classes/Box.ts"
}
]
},
"src/classes/LabeledFaceDescriptors.ts": {
"bytes": 1083,
"imports": []
},
"src/classes/PredictedBox.ts": {
"bytes": 938,
"imports": [
{
"path": "src/utils/index.ts"
},
{
"path": "src/classes/LabeledBox.ts"
}
]
},
"src/classes/index.ts": {
"bytes": 427,
"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": {
"bytes": 496,
"imports": [
{
"path": "src/classes/FaceDetection.ts"
}
]
},
"src/env/createBrowserEnv.ts": {
"bytes": 685,
"imports": []
},
"src/env/createFileSystem.ts": {
"bytes": 650,
"imports": []
},
"src/env/createNodejsEnv.ts": {
"bytes": 1170,
"imports": [
{
"path": "src/env/createFileSystem.ts"
}
]
},
"src/env/isBrowser.ts": {
"bytes": 352,
"imports": []
},
"src/env/isNodejs.ts": {
"bytes": 293,
"imports": []
},
"src/env/types.ts": {
"bytes": 470,
"imports": []
},
"src/env/index.ts": {
"bytes": 1801,
"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": {
"bytes": 191,
"imports": [
{
"path": "src/env/index.ts"
}
]
},
"src/dom/getContext2dOrThrow.ts": {
"bytes": 660,
"imports": [
{
"path": "src/env/index.ts"
},
{
"path": "src/dom/resolveInput.ts"
}
]
},
"src/draw/DrawTextField.ts": {
"bytes": 3704,
"imports": [
{
"path": "src/dom/getContext2dOrThrow.ts"
},
{
"path": "src/dom/resolveInput.ts"
}
]
},
"src/draw/DrawBox.ts": {
"bytes": 1744,
"imports": [
{
"path": "src/classes/index.ts"
},
{
"path": "src/dom/getContext2dOrThrow.ts"
},
{
"path": "src/draw/DrawTextField.ts"
}
]
},
"src/draw/drawDetections.ts": {
"bytes": 1006,
"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": {
"bytes": 270,
"imports": [
{
"path": "src/env/index.ts"
}
]
},
"src/dom/awaitMediaLoaded.ts": {
"bytes": 842,
"imports": [
{
"path": "src/env/index.ts"
},
{
"path": "src/dom/isMediaLoaded.ts"
}
]
},
"src/dom/bufferToImage.ts": {
"bytes": 685,
"imports": [
{
"path": "src/env/index.ts"
}
]
},
"src/dom/getMediaDimensions.ts": {
"bytes": 520,
"imports": [
{
"path": "src/classes/Dimensions.ts"
},
{
"path": "src/env/index.ts"
}
]
},
"src/dom/createCanvas.ts": {
"bytes": 1122,
"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": {
"bytes": 599,
"imports": [
{
"path": "dist/tfjs.esm.js"
},
{
"path": "src/env/index.ts"
},
{
"path": "src/utils/index.ts"
}
]
},
"src/dom/isMediaElement.ts": {
"bytes": 220,
"imports": [
{
"path": "src/env/index.ts"
}
]
},
2020-12-15 14:15:43 +01:00
"src/dom/imageToSquare.ts": {
"bytes": 1156,
"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": {
"bytes": 5453,
"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": {
"bytes": 2094,
"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": {
"bytes": 1749,
"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": {
"bytes": 1706,
"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": {
"bytes": 342,
"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": {
"bytes": 447,
"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": {
"bytes": 154,
"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": {
"bytes": 199,
"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": {
"bytes": 990,
"imports": []
},
2020-12-15 14:15:43 +01:00
"src/dom/loadWeightMap.ts": {
"bytes": 549,
"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": {
"bytes": 390,
"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": {
"bytes": 385,
"imports": []
},
2020-12-15 14:15:43 +01:00
"src/dom/index.ts": {
"bytes": 674,
"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": {
"bytes": 5095,
"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": {
"bytes": 411,
"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": {
"bytes": 2015,
"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": {
"bytes": 425,
"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": {
"bytes": 284,
"imports": []
},
"src/common/extractConvParamsFactory.ts": {
"bytes": 768,
"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": {
"bytes": 714,
"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": {
"bytes": 513,
"imports": []
},
2020-12-15 14:15:43 +01:00
"src/common/extractSeparableConvParamsFactory.ts": {
"bytes": 1490,
"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": {
"bytes": 581,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/utils/index.ts"
}
]
},
"src/common/extractWeightsFactory.ts": {
"bytes": 433,
"imports": []
},
"src/common/index.ts": {
"bytes": 388,
"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": {
"bytes": 1562,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/common/index.ts"
}
]
},
"src/faceFeatureExtractor/extractParams.ts": {
"bytes": 1002,
"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": {
"bytes": 426,
"imports": []
},
"src/faceFeatureExtractor/loadParamsFactory.ts": {
"bytes": 1516,
"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": {
"bytes": 827,
"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": {
"bytes": 1782,
"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": {
"bytes": 275,
"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": {
"bytes": 745,
"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": {
"bytes": 833,
"imports": [
{
2020-12-15 14:15:43 +01:00
"path": "src/common/index.ts"
}
]
},
"src/faceProcessor/util.ts": {
"bytes": 417,
"imports": []
},
"src/faceProcessor/FaceProcessor.ts": {
"bytes": 3009,
"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": {
"bytes": 855,
"imports": []
},
2020-12-15 14:15:43 +01:00
"src/faceExpressionNet/FaceExpressionNet.ts": {
"bytes": 1642,
"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": {
"bytes": 71,
"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": {
"bytes": 533,
"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": {
"bytes": 1501,
"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": {
"bytes": 1507,
"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": {
"bytes": 3365,
"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": {
"bytes": 194,
"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-15 14:15:43 +01:00
"src/xception/extractParams.ts": {
"bytes": 3400,
"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": {
"bytes": 3093,
"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": {
"bytes": 3099,
"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": {
"bytes": 763,
"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": {
"bytes": 900,
"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": {
"bytes": 393,
"imports": []
},
"src/ageGenderNet/AgeGenderNet.ts": {
"bytes": 4217,
"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": {
"bytes": 56,
"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": {
"bytes": 3677,
"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": {
"bytes": 619,
"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": {
"bytes": 791,
"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": {
"bytes": 945,
"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": {
"bytes": 1793,
"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": {
"bytes": 656,
"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": {
"bytes": 194,
"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": {
"bytes": 231,
"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": {
"bytes": 844,
"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": {
"bytes": 4843,
"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": {
"bytes": 3109,
"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": {
"bytes": 1321,
"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": {
"bytes": 2934,
"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": {
"bytes": 248,
"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": {
"bytes": 310,
"imports": []
},
"src/factories/WithAge.ts": {
"bytes": 343,
"imports": []
},
"src/factories/WithGender.ts": {
"bytes": 627,
"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": {
"bytes": 201,
"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": {
"bytes": 8244,
"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": {
"bytes": 5846,
"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": {
"bytes": 390,
"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": {
"bytes": 1794,
"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": {
"bytes": 2186,
"imports": []
},
"src/ssdMobilenetv1/outputLayer.ts": {
"bytes": 2160,
"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": {
"bytes": 606,
"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": {
"bytes": 2036,
"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": {
"bytes": 872,
"imports": []
},
2020-12-15 14:15:43 +01:00
"src/ssdMobilenetv1/SsdMobilenetv1.ts": {
"bytes": 3772,
"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": {
"bytes": 466,
"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": {
"bytes": 689,
"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": {
"bytes": 1696,
"imports": []
},
"src/tinyYolov2/leaky.ts": {
"bytes": 269,
"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": {
"bytes": 528,
"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": {
"bytes": 500,
"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": {
"bytes": 3856,
"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": {
"bytes": 3259,
"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": {
"bytes": 987,
"imports": []
},
"src/tinyYolov2/TinyYolov2Base.ts": {
"bytes": 9587,
"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": {
"bytes": 1786,
"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": {
"bytes": 948,
"imports": []
},
"src/tinyYolov2/index.ts": {
"bytes": 342,
"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": {
"bytes": 265,
"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": {
"bytes": 273,
"imports": []
},
"src/globalApi/extractFacesAndComputeResults.ts": {
"bytes": 1842,
"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": {
"bytes": 342,
"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": {
"bytes": 1439,
"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": {
"bytes": 6517,
"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": {
"bytes": 3618,
"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": {
"bytes": 3798,
"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": {
"bytes": 3012,
"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": {
"bytes": 3790,
"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": {
"bytes": 4061,
"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": {
"bytes": 627,
"imports": [
{
"path": "src/ssdMobilenetv1/SsdMobilenetv1Options.ts"
},
2020-12-15 14:15:43 +01:00
{
"path": "src/globalApi/DetectFacesTasks.ts"
}
]
},
"src/globalApi/allFaces.ts": {
"bytes": 1259,
"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": {
"bytes": 402,
"imports": []
},
"src/globalApi/FaceMatcher.ts": {
"bytes": 2967,
"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": {
"bytes": 500,
"imports": []
},
"src/globalApi/index.ts": {
"bytes": 292,
"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": {
"bytes": 281,
"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": {
"bytes": 1502,
"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"
}
]
},
"package.json": {
"bytes": 1353,
"imports": []
},
"src/index.ts": {
"bytes": 1341,
"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-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"
},
2020-12-15 14:15:43 +01:00
{
"path": "package.json"
}
]
}
},
"outputs": {
"dist/face-api.js.map": {
"imports": [],
"inputs": {},
"bytes": 2073199
},
"dist/face-api.js": {
"imports": [],
"exports": [],
"inputs": {
"src/env/isNodejs.ts": {
"bytesInOutput": 224
},
2020-12-15 14:15:43 +01:00
"src/index.ts": {
"bytesInOutput": 4754
},
2020-12-15 14:15:43 +01:00
"dist/tfjs.esm.js": {
"bytesInOutput": 1572389
},
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": {
"bytesInOutput": 1522
},
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": {
"bytesInOutput": 490
},
2020-12-15 14:15:43 +01:00
"src/classes/Box.ts": {
"bytesInOutput": 3300
},
2020-12-15 14:15:43 +01:00
"src/classes/BoundingBox.ts": {
"bytesInOutput": 149
},
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": {
"bytesInOutput": 753
},
2020-12-15 14:15:43 +01:00
"src/classes/FaceDetection.ts": {
"bytesInOutput": 268
},
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": {
"bytesInOutput": 825
},
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": {
"bytesInOutput": 135
},
2020-12-15 14:15:43 +01:00
"src/classes/FaceLandmarks.ts": {
"bytesInOutput": 1899
},
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": {
"bytesInOutput": 731
},
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": {
"bytesInOutput": 205
},
2020-12-15 14:15:43 +01:00
"src/env/createBrowserEnv.ts": {
"bytesInOutput": 491
},
2020-12-15 14:15:43 +01:00
"src/env/createFileSystem.ts": {
"bytesInOutput": 400
},
2020-12-15 14:15:43 +01:00
"src/env/createNodejsEnv.ts": {
"bytesInOutput": 826
},
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": {
"bytesInOutput": 1167
},
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": {
"bytesInOutput": 2254
},
2020-12-15 14:15:43 +01:00
"src/draw/DrawBox.ts": {
"bytesInOutput": 831
},
2020-12-15 14:15:43 +01:00
"src/draw/drawDetections.ts": {
"bytesInOutput": 425
},
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": {
"bytesInOutput": 557
},
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": {
"bytesInOutput": 482
},
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": {
2020-12-15 14:15:43 +01:00
"bytesInOutput": 2876
},
"src/dom/toNetInput.ts": {
"bytesInOutput": 1113
},
"src/dom/extractFaces.ts": {
"bytesInOutput": 770
},
"src/dom/extractFaceTensors.ts": {
"bytesInOutput": 722
},
"src/dom/fetchOrThrow.ts": {
"bytesInOutput": 222
},
"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": {
2020-12-15 14:15:43 +01:00
"bytesInOutput": 3262
},
"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": {
"bytesInOutput": 417
},
"src/common/extractFCParamsFactory.ts": {
"bytesInOutput": 385
},
"src/common/types.ts": {
"bytesInOutput": 177
},
"src/common/extractSeparableConvParamsFactory.ts": {
"bytesInOutput": 906
},
"src/common/extractWeightEntryFactory.ts": {
2020-12-15 14:15:43 +01:00
"bytesInOutput": 369
},
"src/common/extractWeightsFactory.ts": {
"bytesInOutput": 311
},
"src/faceFeatureExtractor/extractorsFactory.ts": {
"bytesInOutput": 1047
},
"src/faceFeatureExtractor/extractParams.ts": {
"bytesInOutput": 570
},
"src/common/loadConvParamsFactory.ts": {
"bytesInOutput": 195
},
"src/faceFeatureExtractor/loadParamsFactory.ts": {
"bytesInOutput": 984
},
"src/faceFeatureExtractor/extractParamsFromWeigthMap.ts": {
"bytesInOutput": 400
},
"src/faceFeatureExtractor/FaceFeatureExtractor.ts": {
"bytesInOutput": 857
},
"src/common/fullyConnectedLayer.ts": {
"bytesInOutput": 99
},
"src/faceProcessor/extractParams.ts": {
"bytesInOutput": 414
},
"src/faceProcessor/extractParamsFromWeigthMap.ts": {
"bytesInOutput": 411
},
"src/faceProcessor/util.ts": {
"bytesInOutput": 252
},
"src/faceProcessor/FaceProcessor.ts": {
"bytesInOutput": 1543
},
"src/faceExpressionNet/FaceExpressions.ts": {
"bytesInOutput": 527
},
"src/faceExpressionNet/FaceExpressionNet.ts": {
"bytesInOutput": 825
},
"src/faceExpressionNet/index.ts": {
"bytesInOutput": 0
},
"src/factories/WithFaceExpressions.ts": {
"bytesInOutput": 217
},
"src/draw/drawFaceExpressions.ts": {
"bytesInOutput": 784
},
"src/factories/WithFaceLandmarks.ts": {
"bytesInOutput": 603
},
"src/draw/DrawFaceLandmarks.ts": {
"bytesInOutput": 1763
},
"src/xception/extractParams.ts": {
"bytesInOutput": 2444
},
"src/xception/extractParamsFromWeigthMap.ts": {
"bytesInOutput": 2162
},
"src/xception/TinyXception.ts": {
"bytesInOutput": 1814
},
"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": {
"bytesInOutput": 1989
},
"src/faceLandmarkNet/FaceLandmark68Net.ts": {
"bytesInOutput": 253
},
"src/faceLandmarkNet/index.ts": {
"bytesInOutput": 50
},
"src/faceFeatureExtractor/extractParamsFromWeigthMapTiny.ts": {
"bytesInOutput": 362
},
"src/faceFeatureExtractor/extractParamsTiny.ts": {
"bytesInOutput": 517
},
"src/faceFeatureExtractor/TinyFaceFeatureExtractor.ts": {
"bytesInOutput": 848
},
"src/faceLandmarkNet/FaceLandmark68TinyNet.ts": {
"bytesInOutput": 269
},
"src/faceRecognitionNet/scaleLayer.ts": {
"bytesInOutput": 75
},
"src/faceRecognitionNet/convLayer.ts": {
"bytesInOutput": 410
},
"src/faceRecognitionNet/extractParams.ts": {
"bytesInOutput": 3331
},
"src/faceRecognitionNet/extractParamsFromWeigthMap.ts": {
"bytesInOutput": 2100
},
"src/faceRecognitionNet/residualLayer.ts": {
2020-12-15 14:15:43 +01:00
"bytesInOutput": 713
},
"src/faceRecognitionNet/FaceRecognitionNet.ts": {
"bytesInOutput": 1683
},
"src/faceRecognitionNet/index.ts": {
"bytesInOutput": 113
},
"src/factories/WithFaceDescriptor.ts": {
"bytesInOutput": 128
},
"src/factories/index.ts": {
"bytesInOutput": 0
},
"src/factories/WithAge.ts": {
"bytesInOutput": 159
},
"src/factories/WithGender.ts": {
"bytesInOutput": 279
},
"src/ssdMobilenetv1/extractParams.ts": {
"bytesInOutput": 5994
},
"src/ssdMobilenetv1/extractParamsFromWeigthMap.ts": {
"bytesInOutput": 4320
},
"src/ssdMobilenetv1/pointwiseConvLayer.ts": {
"bytesInOutput": 180
},
"src/ssdMobilenetv1/mobileNetV1.ts": {
"bytesInOutput": 1078
},
"src/ssdMobilenetv1/nonMaxSuppression.ts": {
"bytesInOutput": 1513
},
"src/ssdMobilenetv1/outputLayer.ts": {
"bytesInOutput": 1311
},
"src/ssdMobilenetv1/boxPredictionLayer.ts": {
"bytesInOutput": 299
},
"src/ssdMobilenetv1/predictionLayer.ts": {
"bytesInOutput": 1364
},
"src/ssdMobilenetv1/SsdMobilenetv1Options.ts": {
"bytesInOutput": 554
},
"src/ssdMobilenetv1/SsdMobilenetv1.ts": {
"bytesInOutput": 1865
},
"src/ssdMobilenetv1/index.ts": {
"bytesInOutput": 234
},
"src/tinyYolov2/const.ts": {
"bytesInOutput": 486
},
"src/tinyYolov2/config.ts": {
"bytesInOutput": 1191
},
"src/tinyYolov2/leaky.ts": {
"bytesInOutput": 116
},
"src/tinyYolov2/convWithBatchNorm.ts": {
"bytesInOutput": 254
},
"src/tinyYolov2/depthwiseSeparableConv.ts": {
"bytesInOutput": 234
},
"src/tinyYolov2/extractParams.ts": {
2020-12-15 14:15:43 +01:00
"bytesInOutput": 2505
},
"src/tinyYolov2/extractParamsFromWeigthMap.ts": {
2020-12-15 14:15:43 +01:00
"bytesInOutput": 2042
},
"src/tinyYolov2/TinyYolov2Options.ts": {
"bytesInOutput": 901
},
"src/tinyYolov2/TinyYolov2Base.ts": {
2020-12-15 14:15:43 +01:00
"bytesInOutput": 5788
},
"src/tinyYolov2/TinyYolov2.ts": {
"bytesInOutput": 836
},
"src/tinyYolov2/index.ts": {
"bytesInOutput": 139
},
"src/tinyFaceDetector/TinyFaceDetectorOptions.ts": {
"bytesInOutput": 132
},
"src/globalApi/ComposableTask.ts": {
"bytesInOutput": 155
},
"src/globalApi/extractFacesAndComputeResults.ts": {
"bytesInOutput": 772
},
"src/tinyFaceDetector/const.ts": {
"bytesInOutput": 215
},
"src/tinyFaceDetector/TinyFaceDetector.ts": {
"bytesInOutput": 665
},
"src/globalApi/nets.ts": {
"bytesInOutput": 1532
},
"src/globalApi/PredictFaceExpressionsTask.ts": {
"bytesInOutput": 1703
},
"src/globalApi/PredictAgeAndGenderTask.ts": {
"bytesInOutput": 1797
},
"src/globalApi/ComputeFaceDescriptorsTasks.ts": {
"bytesInOutput": 1419
},
"src/globalApi/DetectFaceLandmarksTasks.ts": {
"bytesInOutput": 1863
},
"src/globalApi/DetectFacesTasks.ts": {
"bytesInOutput": 2229
},
"src/globalApi/detectFaces.ts": {
"bytesInOutput": 228
},
"src/globalApi/allFaces.ts": {
"bytesInOutput": 624
},
"src/globalApi/index.ts": {
"bytesInOutput": 0
},
"src/euclideanDistance.ts": {
"bytesInOutput": 277
},
"src/globalApi/FaceMatcher.ts": {
"bytesInOutput": 1852
},
"src/tinyFaceDetector/index.ts": {
"bytesInOutput": 109
},
"src/resizeResults.ts": {
"bytesInOutput": 824
},
"package.json": {
"bytesInOutput": 20
}
},
2020-12-15 14:15:43 +01:00
"bytes": 1709616
}
}
}