2020-12-02 22:46:41 +01:00
|
|
|
{
|
|
|
|
"inputs": {
|
|
|
|
"dist/tfjs.esm.js": {
|
|
|
|
"bytes": 244,
|
|
|
|
"imports": []
|
|
|
|
},
|
|
|
|
"src/draw/drawContour.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 539,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": []
|
|
|
|
},
|
|
|
|
"src/classes/Dimensions.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 745,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/utils/index.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/utils/index.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 1845,
|
2020-12-02 22:46:41 +01:00
|
|
|
"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,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": []
|
|
|
|
},
|
|
|
|
"src/classes/Box.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 5690,
|
2020-12-02 22:46:41 +01:00
|
|
|
"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,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/classes/Box.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/classes/ObjectDetection.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 1424,
|
2020-12-02 22:46:41 +01:00
|
|
|
"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,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/classes/ObjectDetection.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/ops/iou.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 473,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": []
|
|
|
|
},
|
|
|
|
"src/ops/minBbox.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 498,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/classes/index.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/ops/nonMaxSuppression.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 924,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/ops/iou.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/ops/normalize.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 486,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/ops/padToSquare.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 1687,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/ops/shuffleArray.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 273,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": []
|
|
|
|
},
|
|
|
|
"src/ops/index.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 331,
|
2020-12-02 22:46:41 +01:00
|
|
|
"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,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/classes/Box.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/classes/FaceLandmarks.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 4199,
|
2020-12-02 22:46:41 +01:00
|
|
|
"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,
|
2020-12-02 22:46:41 +01:00
|
|
|
"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,
|
2020-12-02 22:46:41 +01:00
|
|
|
"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,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/utils/index.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/classes/LabeledBox.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 645,
|
2020-12-02 22:46:41 +01:00
|
|
|
"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,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": []
|
|
|
|
},
|
|
|
|
"src/classes/PredictedBox.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 952,
|
2020-12-02 22:46:41 +01:00
|
|
|
"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,
|
2020-12-02 22:46:41 +01:00
|
|
|
"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,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/classes/FaceDetection.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/env/createBrowserEnv.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 636,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": []
|
|
|
|
},
|
|
|
|
"src/env/createFileSystem.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 654,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": []
|
|
|
|
},
|
|
|
|
"src/env/createNodejsEnv.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 1202,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/env/createFileSystem.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/env/isBrowser.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 354,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": []
|
|
|
|
},
|
|
|
|
"src/env/isNodejs.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 295,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": []
|
|
|
|
},
|
|
|
|
"src/env/types.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 570,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": []
|
|
|
|
},
|
|
|
|
"src/env/index.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 1817,
|
2020-12-02 22:46:41 +01:00
|
|
|
"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,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/env/index.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/dom/getContext2dOrThrow.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 673,
|
2020-12-02 22:46:41 +01:00
|
|
|
"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,
|
2020-12-02 22:46:41 +01:00
|
|
|
"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,
|
2020-12-02 22:46:41 +01:00
|
|
|
"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,
|
2020-12-02 22:46:41 +01:00
|
|
|
"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,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/env/index.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/dom/awaitMediaLoaded.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 963,
|
2020-12-02 22:46:41 +01:00
|
|
|
"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,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/env/index.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/dom/getMediaDimensions.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 529,
|
2020-12-02 22:46:41 +01:00
|
|
|
"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,
|
2020-12-02 22:46:41 +01:00
|
|
|
"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 17:26:55 +01:00
|
|
|
"bytes": 618,
|
2020-12-02 22:46:41 +01:00
|
|
|
"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,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/env/index.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/dom/imageToSquare.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 1175,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/env/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/createCanvas.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/getContext2dOrThrow.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/getMediaDimensions.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/dom/NetInput.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 5511,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
2020-12-15 14:15:43 +01:00
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
},
|
2020-12-02 22:46:41 +01:00
|
|
|
{
|
|
|
|
"path": "src/env/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/ops/padToSquare.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/utils/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/createCanvas.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/imageToSquare.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/dom/toNetInput.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 2115,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/utils/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/awaitMediaLoaded.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/isMediaElement.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/NetInput.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/resolveInput.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/dom/extractFaces.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 1782,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/classes/FaceDetection.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/env/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/createCanvas.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/getContext2dOrThrow.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/imageTensorToCanvas.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/toNetInput.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/dom/extractFaceTensors.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 1733,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/classes/FaceDetection.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/utils/index.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/dom/fetchOrThrow.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 390,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/env/index.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/dom/fetchImage.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 451,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/dom/bufferToImage.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/fetchOrThrow.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/dom/fetchJson.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 155,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/dom/fetchOrThrow.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/dom/fetchNetWeights.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 200,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/dom/fetchOrThrow.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/common/getModelUris.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 1052,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": []
|
|
|
|
},
|
|
|
|
"src/dom/loadWeightMap.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 555,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/common/getModelUris.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/fetchJson.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/dom/matchDimensions.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 401,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/dom/getMediaDimensions.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/dom/types.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 386,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": []
|
|
|
|
},
|
|
|
|
"src/dom/index.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 696,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/dom/awaitMediaLoaded.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/bufferToImage.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/createCanvas.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/extractFaces.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/extractFaceTensors.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/fetchImage.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/fetchJson.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/fetchNetWeights.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/fetchOrThrow.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/getContext2dOrThrow.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/getMediaDimensions.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/imageTensorToCanvas.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/imageToSquare.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/isMediaElement.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/isMediaLoaded.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/loadWeightMap.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/matchDimensions.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/NetInput.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/resolveInput.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/toNetInput.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/types.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/NeuralNetwork.ts": {
|
2020-12-19 17:46:41 +01:00
|
|
|
"bytes": 5113,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/common/getModelUris.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/env/index.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/common/depthwiseSeparableConv.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 417,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/faceFeatureExtractor/denseBlock.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 2041,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/common/depthwiseSeparableConv.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/common/convLayer.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 431,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/common/disposeUnusedWeightTensors.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 290,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": []
|
|
|
|
},
|
|
|
|
"src/common/extractConvParamsFactory.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 769,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/common/extractFCParamsFactory.ts": {
|
|
|
|
"bytes": 714,
|
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/common/types.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 800,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": []
|
|
|
|
},
|
|
|
|
"src/common/extractSeparableConvParamsFactory.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 1536,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/common/types.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/common/extractWeightEntryFactory.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 579,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/utils/index.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/common/extractWeightsFactory.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 441,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": []
|
|
|
|
},
|
|
|
|
"src/common/index.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 399,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/common/convLayer.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/common/depthwiseSeparableConv.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/common/disposeUnusedWeightTensors.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/common/extractConvParamsFactory.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/common/extractFCParamsFactory.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/common/extractSeparableConvParamsFactory.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/common/extractWeightEntryFactory.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/common/extractWeightsFactory.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/common/getModelUris.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/common/types.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/faceFeatureExtractor/extractorsFactory.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 1587,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/common/index.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/faceFeatureExtractor/extractParams.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 1030,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/common/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/faceFeatureExtractor/extractorsFactory.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/common/loadConvParamsFactory.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 469,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": []
|
|
|
|
},
|
|
|
|
"src/faceFeatureExtractor/loadParamsFactory.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 1547,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/common/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/common/loadConvParamsFactory.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/faceFeatureExtractor/extractParamsFromWeigthMap.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 841,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/common/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/faceFeatureExtractor/loadParamsFactory.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/faceFeatureExtractor/FaceFeatureExtractor.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 1809,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/NeuralNetwork.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/ops/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/faceFeatureExtractor/denseBlock.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/faceFeatureExtractor/extractParams.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/faceFeatureExtractor/extractParamsFromWeigthMap.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/common/fullyConnectedLayer.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 266,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/faceProcessor/extractParams.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 759,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/common/index.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/faceProcessor/extractParamsFromWeigthMap.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 826,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/common/index.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/faceProcessor/util.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 424,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": []
|
|
|
|
},
|
|
|
|
"src/faceProcessor/FaceProcessor.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 3037,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/common/fullyConnectedLayer.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/NeuralNetwork.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/faceProcessor/extractParams.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/faceProcessor/extractParamsFromWeigthMap.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/faceProcessor/util.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/faceExpressionNet/FaceExpressions.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 869,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": []
|
|
|
|
},
|
|
|
|
"src/faceExpressionNet/FaceExpressionNet.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 1667,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/faceExpressionNet/index.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 72,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/faceExpressionNet/FaceExpressionNet.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/faceExpressionNet/FaceExpressions.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/factories/WithFaceExpressions.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 524,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/faceExpressionNet/FaceExpressions.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/draw/drawFaceExpressions.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 1612,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/classes/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/faceExpressionNet/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/factories/WithFaceDetection.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/factories/WithFaceExpressions.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/utils/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/draw/DrawTextField.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/factories/WithFaceLandmarks.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 1643,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/classes/FaceDetection.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/classes/FaceLandmarks.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/factories/WithFaceDetection.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/draw/DrawFaceLandmarks.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 3528,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/classes/FaceLandmarks.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/classes/FaceLandmarks68.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/getContext2dOrThrow.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/factories/WithFaceLandmarks.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/draw/drawContour.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/draw/index.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 201,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/draw/drawContour.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/draw/drawDetections.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/draw/drawFaceExpressions.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/draw/DrawBox.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/draw/DrawFaceLandmarks.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/draw/DrawTextField.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2020-12-23 17:26:55 +01:00
|
|
|
"package.json": {
|
2020-12-23 17:32:01 +01:00
|
|
|
"bytes": 1728,
|
2020-12-23 17:26:55 +01:00
|
|
|
"imports": []
|
|
|
|
},
|
2020-12-02 22:46:41 +01:00
|
|
|
"src/xception/extractParams.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 3440,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/common/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/utils/index.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/xception/extractParamsFromWeigthMap.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 3133,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/common/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/common/loadConvParamsFactory.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/utils/index.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/xception/TinyXception.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 3151,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/common/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/NeuralNetwork.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/ops/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/utils/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/xception/extractParams.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/xception/extractParamsFromWeigthMap.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/ageGenderNet/extractParams.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 778,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/common/index.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/ageGenderNet/extractParamsFromWeigthMap.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 894,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/common/index.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/ageGenderNet/types.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 528,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": []
|
|
|
|
},
|
|
|
|
"src/ageGenderNet/AgeGenderNet.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 4272,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/common/fullyConnectedLayer.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/faceProcessor/util.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/xception/TinyXception.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/ageGenderNet/extractParams.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/ageGenderNet/extractParamsFromWeigthMap.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/ageGenderNet/types.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/NeuralNetwork.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/index.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/ageGenderNet/index.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 57,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/ageGenderNet/AgeGenderNet.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/ageGenderNet/types.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/faceLandmarkNet/FaceLandmark68NetBase.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 3720,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/classes/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/classes/FaceLandmarks68.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/faceProcessor/FaceProcessor.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/utils/index.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/faceLandmarkNet/FaceLandmark68Net.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 622,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/faceFeatureExtractor/FaceFeatureExtractor.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/faceLandmarkNet/FaceLandmark68NetBase.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/faceFeatureExtractor/extractParamsFromWeigthMapTiny.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 805,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/common/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/faceFeatureExtractor/loadParamsFactory.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/faceFeatureExtractor/extractParamsTiny.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 960,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/common/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/faceFeatureExtractor/extractorsFactory.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/faceFeatureExtractor/TinyFaceFeatureExtractor.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 1819,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/NeuralNetwork.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/ops/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/faceFeatureExtractor/denseBlock.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/faceFeatureExtractor/extractParamsFromWeigthMapTiny.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/faceFeatureExtractor/extractParamsTiny.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/faceLandmarkNet/FaceLandmark68TinyNet.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 659,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/faceFeatureExtractor/TinyFaceFeatureExtractor.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/faceLandmarkNet/FaceLandmark68NetBase.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/faceLandmarkNet/index.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 195,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/faceLandmarkNet/FaceLandmark68Net.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/faceLandmarkNet/FaceLandmark68Net.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/faceLandmarkNet/FaceLandmark68TinyNet.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/faceRecognitionNet/scaleLayer.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 232,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/faceRecognitionNet/convLayer.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 853,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/faceRecognitionNet/scaleLayer.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/faceRecognitionNet/extractParams.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 4910,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/common/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/utils/index.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/faceRecognitionNet/extractParamsFromWeigthMap.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 3104,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/common/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/utils/index.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/faceRecognitionNet/residualLayer.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 1345,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/faceRecognitionNet/convLayer.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/faceRecognitionNet/FaceRecognitionNet.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 2984,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/NeuralNetwork.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/ops/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/faceRecognitionNet/convLayer.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/faceRecognitionNet/extractParams.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/faceRecognitionNet/extractParamsFromWeigthMap.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/faceRecognitionNet/residualLayer.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/faceRecognitionNet/index.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 252,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/faceRecognitionNet/FaceRecognitionNet.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/faceRecognitionNet/FaceRecognitionNet.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/factories/WithFaceDescriptor.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 301,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": []
|
|
|
|
},
|
|
|
|
"src/factories/WithAge.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 334,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": []
|
|
|
|
},
|
|
|
|
"src/factories/WithGender.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 618,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/ageGenderNet/types.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/utils/index.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/factories/index.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 208,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/factories/WithFaceDescriptor.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/factories/WithFaceDetection.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/factories/WithFaceExpressions.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/factories/WithFaceLandmarks.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/factories/WithAge.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/factories/WithGender.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/ssdMobilenetv1/extractParams.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 8342,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/common/index.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/ssdMobilenetv1/extractParamsFromWeigthMap.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 5785,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/common/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/utils/index.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/ssdMobilenetv1/pointwiseConvLayer.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 394,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/ssdMobilenetv1/mobileNetV1.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 1814,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/ssdMobilenetv1/pointwiseConvLayer.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/ssdMobilenetv1/nonMaxSuppression.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 2190,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": []
|
|
|
|
},
|
|
|
|
"src/ssdMobilenetv1/outputLayer.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 2190,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/ssdMobilenetv1/boxPredictionLayer.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 620,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/common/index.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/ssdMobilenetv1/predictionLayer.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 2058,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/ssdMobilenetv1/boxPredictionLayer.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/ssdMobilenetv1/pointwiseConvLayer.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/ssdMobilenetv1/SsdMobilenetv1Options.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 881,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": []
|
|
|
|
},
|
|
|
|
"src/ssdMobilenetv1/SsdMobilenetv1.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 3829,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/classes/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/classes/FaceDetection.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/NeuralNetwork.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/ssdMobilenetv1/extractParams.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/ssdMobilenetv1/extractParamsFromWeigthMap.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/ssdMobilenetv1/mobileNetV1.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/ssdMobilenetv1/nonMaxSuppression.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/ssdMobilenetv1/outputLayer.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/ssdMobilenetv1/predictionLayer.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/ssdMobilenetv1/SsdMobilenetv1Options.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/ssdMobilenetv1/index.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 471,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/ssdMobilenetv1/SsdMobilenetv1.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/ssdMobilenetv1/SsdMobilenetv1.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/ssdMobilenetv1/SsdMobilenetv1Options.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/tinyYolov2/const.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 704,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/classes/index.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/tinyYolov2/config.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 1701,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": []
|
|
|
|
},
|
|
|
|
"src/tinyYolov2/leaky.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 274,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/tinyYolov2/convWithBatchNorm.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 535,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/tinyYolov2/leaky.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/tinyYolov2/depthwiseSeparableConv.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 505,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/tinyYolov2/leaky.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/tinyYolov2/extractParams.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 3921,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/common/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/common/extractSeparableConvParamsFactory.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/common/extractWeightsFactory.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/tinyYolov2/extractParamsFromWeigthMap.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 3287,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/common/disposeUnusedWeightTensors.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/common/extractSeparableConvParamsFactory.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/common/extractWeightEntryFactory.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/tinyYolov2/TinyYolov2Options.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 913,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": []
|
|
|
|
},
|
|
|
|
"src/tinyYolov2/TinyYolov2Base.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 9703,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/classes/BoundingBox.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/classes/ObjectDetection.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/common/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/NeuralNetwork.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/ops/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/ops/nonMaxSuppression.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/ops/normalize.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/tinyYolov2/config.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/tinyYolov2/convWithBatchNorm.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/tinyYolov2/depthwiseSeparableConv.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/tinyYolov2/extractParams.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/tinyYolov2/extractParamsFromWeigthMap.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/tinyYolov2/leaky.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/tinyYolov2/TinyYolov2Options.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/tinyYolov2/TinyYolov2.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 1804,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/classes/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/tinyYolov2/const.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/tinyYolov2/TinyYolov2Base.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/tinyYolov2/types.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 955,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": []
|
|
|
|
},
|
|
|
|
"src/tinyYolov2/index.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 349,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/tinyYolov2/TinyYolov2.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/tinyYolov2/TinyYolov2Options.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/tinyYolov2/config.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/tinyYolov2/types.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/tinyFaceDetector/TinyFaceDetectorOptions.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 272,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/tinyYolov2/index.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/globalApi/ComposableTask.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 322,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": []
|
|
|
|
},
|
|
|
|
"src/globalApi/extractFacesAndComputeResults.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 2040,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/factories/WithFaceLandmarks.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/tinyFaceDetector/const.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 354,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/classes/index.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/tinyFaceDetector/TinyFaceDetector.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 1473,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/classes/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/tinyYolov2/TinyYolov2Base.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/tinyFaceDetector/const.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/globalApi/nets.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 6336,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/ageGenderNet/AgeGenderNet.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/faceExpressionNet/FaceExpressionNet.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/faceLandmarkNet/FaceLandmark68Net.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/faceLandmarkNet/FaceLandmark68TinyNet.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/faceRecognitionNet/FaceRecognitionNet.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/ssdMobilenetv1/SsdMobilenetv1.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/tinyFaceDetector/TinyFaceDetector.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/tinyYolov2/index.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/globalApi/PredictFaceExpressionsTask.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 3830,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/factories/WithFaceExpressions.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/globalApi/ComposableTask.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/globalApi/ComputeFaceDescriptorsTasks.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/globalApi/extractFacesAndComputeResults.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/globalApi/nets.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/globalApi/PredictAgeAndGenderTask.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/globalApi/PredictAgeAndGenderTask.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 4011,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/factories/WithAge.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/factories/WithGender.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/globalApi/ComposableTask.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/globalApi/ComputeFaceDescriptorsTasks.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/globalApi/extractFacesAndComputeResults.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/globalApi/nets.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/globalApi/PredictFaceExpressionsTask.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/globalApi/ComputeFaceDescriptorsTasks.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 3215,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/factories/WithFaceDescriptor.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/globalApi/ComposableTask.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/globalApi/extractFacesAndComputeResults.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/globalApi/nets.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/globalApi/PredictAgeAndGenderTask.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/globalApi/PredictFaceExpressionsTask.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/globalApi/DetectFaceLandmarksTasks.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 4005,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/factories/WithFaceLandmarks.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/globalApi/ComposableTask.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/globalApi/ComputeFaceDescriptorsTasks.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/globalApi/nets.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/globalApi/PredictAgeAndGenderTask.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/globalApi/PredictFaceExpressionsTask.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/globalApi/DetectFacesTasks.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 4604,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/factories/WithFaceDetection.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/ssdMobilenetv1/SsdMobilenetv1Options.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/tinyFaceDetector/TinyFaceDetectorOptions.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/tinyYolov2/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/globalApi/ComposableTask.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/globalApi/DetectFaceLandmarksTasks.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/globalApi/nets.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/globalApi/PredictAgeAndGenderTask.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/globalApi/PredictFaceExpressionsTask.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/globalApi/detectFaces.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 638,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/ssdMobilenetv1/SsdMobilenetv1Options.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/globalApi/DetectFacesTasks.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/globalApi/allFaces.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 1056,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/ssdMobilenetv1/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/tinyYolov2/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/globalApi/detectFaces.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/euclideanDistance.ts": {
|
|
|
|
"bytes": 402,
|
|
|
|
"imports": []
|
|
|
|
},
|
|
|
|
"src/globalApi/FaceMatcher.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 2992,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/classes/FaceMatch.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/classes/LabeledFaceDescriptors.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/euclideanDistance.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/globalApi/types.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 556,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": []
|
|
|
|
},
|
|
|
|
"src/globalApi/index.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 300,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/globalApi/allFaces.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/globalApi/ComposableTask.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/globalApi/ComputeFaceDescriptorsTasks.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/globalApi/detectFaces.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/globalApi/DetectFacesTasks.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/globalApi/DetectFaceLandmarksTasks.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/globalApi/FaceMatcher.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/globalApi/nets.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/globalApi/types.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/tinyFaceDetector/index.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 285,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/tinyFaceDetector/TinyFaceDetector.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/tinyFaceDetector/TinyFaceDetector.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/tinyFaceDetector/TinyFaceDetectorOptions.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/resizeResults.ts": {
|
2020-12-19 17:46:41 +01:00
|
|
|
"bytes": 1508,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "src/classes/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/classes/FaceDetection.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/classes/FaceLandmarks.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/factories/WithFaceDetection.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/factories/WithFaceLandmarks.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"src/index.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 1027,
|
2020-12-02 22:46:41 +01:00
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "dist/tfjs.esm.js"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/draw/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/utils/index.ts"
|
|
|
|
},
|
2020-12-23 17:26:55 +01:00
|
|
|
{
|
|
|
|
"path": "package.json"
|
|
|
|
},
|
2020-12-02 22:46:41 +01:00
|
|
|
{
|
|
|
|
"path": "src/ageGenderNet/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/classes/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/dom/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/env/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/faceExpressionNet/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/faceLandmarkNet/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/faceRecognitionNet/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/factories/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/globalApi/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/ops/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/ssdMobilenetv1/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/tinyFaceDetector/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/tinyYolov2/index.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/euclideanDistance.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/NeuralNetwork.ts"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "src/resizeResults.ts"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"outputs": {
|
|
|
|
"dist/face-api.esm-nobundle.js.map": {
|
|
|
|
"imports": [],
|
|
|
|
"inputs": {},
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytes": 305578
|
2020-12-02 22:46:41 +01:00
|
|
|
},
|
|
|
|
"dist/face-api.esm-nobundle.js": {
|
|
|
|
"imports": [],
|
|
|
|
"exports": [
|
|
|
|
"AgeGenderNet",
|
|
|
|
"BoundingBox",
|
|
|
|
"Box",
|
|
|
|
"ComposableTask",
|
|
|
|
"ComputeAllFaceDescriptorsTask",
|
|
|
|
"ComputeFaceDescriptorsTaskBase",
|
|
|
|
"ComputeSingleFaceDescriptorTask",
|
|
|
|
"DetectAllFaceLandmarksTask",
|
|
|
|
"DetectAllFacesTask",
|
|
|
|
"DetectFaceLandmarksTaskBase",
|
|
|
|
"DetectFacesTaskBase",
|
|
|
|
"DetectSingleFaceLandmarksTask",
|
|
|
|
"DetectSingleFaceTask",
|
|
|
|
"Dimensions",
|
|
|
|
"FACE_EXPRESSION_LABELS",
|
|
|
|
"FaceDetection",
|
|
|
|
"FaceDetectionNet",
|
|
|
|
"FaceExpressionNet",
|
|
|
|
"FaceExpressions",
|
|
|
|
"FaceLandmark68Net",
|
|
|
|
"FaceLandmark68TinyNet",
|
|
|
|
"FaceLandmarkNet",
|
|
|
|
"FaceLandmarks",
|
|
|
|
"FaceLandmarks5",
|
|
|
|
"FaceLandmarks68",
|
|
|
|
"FaceMatch",
|
|
|
|
"FaceMatcher",
|
|
|
|
"FaceRecognitionNet",
|
|
|
|
"Gender",
|
|
|
|
"LabeledBox",
|
|
|
|
"LabeledFaceDescriptors",
|
|
|
|
"NetInput",
|
|
|
|
"NeuralNetwork",
|
|
|
|
"ObjectDetection",
|
|
|
|
"Point",
|
|
|
|
"PredictedBox",
|
|
|
|
"Rect",
|
|
|
|
"SsdMobilenetv1",
|
|
|
|
"SsdMobilenetv1Options",
|
|
|
|
"TinyFaceDetector",
|
|
|
|
"TinyFaceDetectorOptions",
|
|
|
|
"TinyYolov2",
|
|
|
|
"TinyYolov2Options",
|
|
|
|
"allFaces",
|
|
|
|
"allFacesSsdMobilenetv1",
|
|
|
|
"allFacesTinyYolov2",
|
|
|
|
"awaitMediaLoaded",
|
|
|
|
"bufferToImage",
|
|
|
|
"computeFaceDescriptor",
|
|
|
|
"createCanvas",
|
|
|
|
"createCanvasFromMedia",
|
|
|
|
"createFaceDetectionNet",
|
|
|
|
"createFaceRecognitionNet",
|
|
|
|
"createSsdMobilenetv1",
|
|
|
|
"createTinyFaceDetector",
|
|
|
|
"createTinyYolov2",
|
|
|
|
"detectAllFaces",
|
|
|
|
"detectFaceLandmarks",
|
|
|
|
"detectFaceLandmarksTiny",
|
|
|
|
"detectLandmarks",
|
|
|
|
"detectSingleFace",
|
|
|
|
"draw",
|
|
|
|
"env",
|
|
|
|
"euclideanDistance",
|
|
|
|
"extendWithAge",
|
|
|
|
"extendWithFaceDescriptor",
|
|
|
|
"extendWithFaceDetection",
|
|
|
|
"extendWithFaceExpressions",
|
|
|
|
"extendWithFaceLandmarks",
|
|
|
|
"extendWithGender",
|
|
|
|
"extractFaceTensors",
|
|
|
|
"extractFaces",
|
|
|
|
"fetchImage",
|
|
|
|
"fetchJson",
|
|
|
|
"fetchNetWeights",
|
|
|
|
"fetchOrThrow",
|
|
|
|
"getContext2dOrThrow",
|
|
|
|
"getMediaDimensions",
|
|
|
|
"imageTensorToCanvas",
|
|
|
|
"imageToSquare",
|
|
|
|
"inverseSigmoid",
|
|
|
|
"iou",
|
|
|
|
"isMediaElement",
|
|
|
|
"isMediaLoaded",
|
|
|
|
"isWithAge",
|
|
|
|
"isWithFaceDetection",
|
|
|
|
"isWithFaceExpressions",
|
|
|
|
"isWithFaceLandmarks",
|
|
|
|
"isWithGender",
|
|
|
|
"loadAgeGenderModel",
|
|
|
|
"loadFaceDetectionModel",
|
|
|
|
"loadFaceExpressionModel",
|
|
|
|
"loadFaceLandmarkModel",
|
|
|
|
"loadFaceLandmarkTinyModel",
|
|
|
|
"loadFaceRecognitionModel",
|
|
|
|
"loadSsdMobilenetv1Model",
|
|
|
|
"loadTinyFaceDetectorModel",
|
|
|
|
"loadTinyYolov2Model",
|
|
|
|
"loadWeightMap",
|
|
|
|
"locateFaces",
|
|
|
|
"matchDimensions",
|
|
|
|
"minBbox",
|
|
|
|
"nets",
|
|
|
|
"nonMaxSuppression",
|
|
|
|
"normalize",
|
|
|
|
"padToSquare",
|
|
|
|
"predictAgeAndGender",
|
|
|
|
"recognizeFaceExpressions",
|
|
|
|
"resizeResults",
|
|
|
|
"resolveInput",
|
|
|
|
"shuffleArray",
|
|
|
|
"sigmoid",
|
|
|
|
"ssdMobilenetv1",
|
|
|
|
"tf",
|
|
|
|
"tinyFaceDetector",
|
|
|
|
"tinyYolov2",
|
|
|
|
"toNetInput",
|
|
|
|
"utils",
|
|
|
|
"validateConfig",
|
|
|
|
"version"
|
|
|
|
],
|
|
|
|
"inputs": {
|
|
|
|
"dist/tfjs.esm.js": {
|
|
|
|
"bytesInOutput": 246
|
|
|
|
},
|
|
|
|
"src/env/isNodejs.ts": {
|
|
|
|
"bytesInOutput": 224
|
|
|
|
},
|
|
|
|
"src/index.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytesInOutput": 201
|
2020-12-02 22:46:41 +01:00
|
|
|
},
|
|
|
|
"src/draw/index.ts": {
|
|
|
|
"bytesInOutput": 447
|
|
|
|
},
|
|
|
|
"src/draw/drawContour.ts": {
|
|
|
|
"bytesInOutput": 313
|
|
|
|
},
|
|
|
|
"src/utils/index.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytesInOutput": 1561
|
2020-12-02 22:46:41 +01:00
|
|
|
},
|
|
|
|
"src/classes/Dimensions.ts": {
|
|
|
|
"bytesInOutput": 394
|
|
|
|
},
|
|
|
|
"src/classes/Point.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytesInOutput": 472
|
2020-12-02 22:46:41 +01:00
|
|
|
},
|
|
|
|
"src/classes/Box.ts": {
|
|
|
|
"bytesInOutput": 3300
|
|
|
|
},
|
|
|
|
"src/classes/BoundingBox.ts": {
|
|
|
|
"bytesInOutput": 149
|
|
|
|
},
|
|
|
|
"src/classes/index.ts": {
|
|
|
|
"bytesInOutput": 0
|
|
|
|
},
|
|
|
|
"src/classes/ObjectDetection.ts": {
|
|
|
|
"bytesInOutput": 753
|
|
|
|
},
|
|
|
|
"src/classes/FaceDetection.ts": {
|
|
|
|
"bytesInOutput": 268
|
|
|
|
},
|
|
|
|
"src/ops/iou.ts": {
|
|
|
|
"bytesInOutput": 328
|
|
|
|
},
|
|
|
|
"src/ops/index.ts": {
|
|
|
|
"bytesInOutput": 98
|
|
|
|
},
|
|
|
|
"src/ops/minBbox.ts": {
|
|
|
|
"bytesInOutput": 282
|
|
|
|
},
|
|
|
|
"src/ops/nonMaxSuppression.ts": {
|
|
|
|
"bytesInOutput": 555
|
|
|
|
},
|
|
|
|
"src/ops/normalize.ts": {
|
|
|
|
"bytesInOutput": 341
|
|
|
|
},
|
|
|
|
"src/ops/padToSquare.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytesInOutput": 888
|
2020-12-02 22:46:41 +01:00
|
|
|
},
|
|
|
|
"src/ops/shuffleArray.ts": {
|
|
|
|
"bytesInOutput": 188
|
|
|
|
},
|
|
|
|
"src/classes/Rect.ts": {
|
|
|
|
"bytesInOutput": 135
|
|
|
|
},
|
|
|
|
"src/classes/FaceLandmarks.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytesInOutput": 1884
|
2020-12-02 22:46:41 +01:00
|
|
|
},
|
|
|
|
"src/classes/FaceLandmarks5.ts": {
|
|
|
|
"bytesInOutput": 153
|
|
|
|
},
|
|
|
|
"src/classes/FaceLandmarks68.ts": {
|
|
|
|
"bytesInOutput": 501
|
|
|
|
},
|
|
|
|
"src/classes/FaceMatch.ts": {
|
|
|
|
"bytesInOutput": 255
|
|
|
|
},
|
|
|
|
"src/classes/LabeledBox.ts": {
|
|
|
|
"bytesInOutput": 308
|
|
|
|
},
|
|
|
|
"src/classes/LabeledFaceDescriptors.ts": {
|
|
|
|
"bytesInOutput": 725
|
|
|
|
},
|
|
|
|
"src/classes/PredictedBox.ts": {
|
|
|
|
"bytesInOutput": 508
|
|
|
|
},
|
|
|
|
"src/factories/WithFaceDetection.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytesInOutput": 194
|
2020-12-02 22:46:41 +01:00
|
|
|
},
|
|
|
|
"src/env/createBrowserEnv.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytesInOutput": 478
|
2020-12-02 22:46:41 +01:00
|
|
|
},
|
|
|
|
"src/env/createFileSystem.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytesInOutput": 374
|
2020-12-02 22:46:41 +01:00
|
|
|
},
|
|
|
|
"src/env/createNodejsEnv.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytesInOutput": 714
|
2020-12-02 22:46:41 +01:00
|
|
|
},
|
|
|
|
"src/env/isBrowser.ts": {
|
|
|
|
"bytesInOutput": 274
|
|
|
|
},
|
|
|
|
"src/env/index.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytesInOutput": 1146
|
2020-12-02 22:46:41 +01:00
|
|
|
},
|
|
|
|
"src/dom/resolveInput.ts": {
|
|
|
|
"bytesInOutput": 104
|
|
|
|
},
|
|
|
|
"src/dom/getContext2dOrThrow.ts": {
|
|
|
|
"bytesInOutput": 446
|
|
|
|
},
|
|
|
|
"src/draw/DrawTextField.ts": {
|
|
|
|
"bytesInOutput": 2254
|
|
|
|
},
|
|
|
|
"src/draw/DrawBox.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytesInOutput": 821
|
2020-12-02 22:46:41 +01:00
|
|
|
},
|
|
|
|
"src/draw/drawDetections.ts": {
|
|
|
|
"bytesInOutput": 424
|
|
|
|
},
|
|
|
|
"src/faceExpressionNet/FaceExpressionNet.ts": {
|
|
|
|
"bytesInOutput": 874
|
|
|
|
},
|
|
|
|
"src/dom/isMediaLoaded.ts": {
|
|
|
|
"bytesInOutput": 151
|
|
|
|
},
|
|
|
|
"src/dom/awaitMediaLoaded.ts": {
|
|
|
|
"bytesInOutput": 556
|
|
|
|
},
|
|
|
|
"src/dom/index.ts": {
|
|
|
|
"bytesInOutput": 0
|
|
|
|
},
|
|
|
|
"src/dom/bufferToImage.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytesInOutput": 482
|
2020-12-02 22:46:41 +01:00
|
|
|
},
|
|
|
|
"src/dom/getMediaDimensions.ts": {
|
|
|
|
"bytesInOutput": 265
|
|
|
|
},
|
|
|
|
"src/dom/createCanvas.ts": {
|
|
|
|
"bytesInOutput": 618
|
|
|
|
},
|
|
|
|
"src/dom/imageTensorToCanvas.ts": {
|
|
|
|
"bytesInOutput": 398
|
|
|
|
},
|
|
|
|
"src/dom/isMediaElement.ts": {
|
|
|
|
"bytesInOutput": 147
|
|
|
|
},
|
|
|
|
"src/dom/NetInput.ts": {
|
2020-12-15 14:15:43 +01:00
|
|
|
"bytesInOutput": 2908
|
2020-12-02 22:46:41 +01:00
|
|
|
},
|
|
|
|
"src/dom/imageToSquare.ts": {
|
|
|
|
"bytesInOutput": 704
|
|
|
|
},
|
|
|
|
"src/dom/toNetInput.ts": {
|
|
|
|
"bytesInOutput": 1104
|
|
|
|
},
|
|
|
|
"src/dom/extractFaces.ts": {
|
|
|
|
"bytesInOutput": 764
|
|
|
|
},
|
|
|
|
"src/dom/extractFaceTensors.ts": {
|
|
|
|
"bytesInOutput": 769
|
|
|
|
},
|
|
|
|
"src/dom/fetchOrThrow.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytesInOutput": 212
|
2020-12-02 22:46:41 +01:00
|
|
|
},
|
|
|
|
"src/dom/fetchImage.ts": {
|
|
|
|
"bytesInOutput": 269
|
|
|
|
},
|
|
|
|
"src/dom/fetchJson.ts": {
|
|
|
|
"bytesInOutput": 69
|
|
|
|
},
|
|
|
|
"src/dom/fetchNetWeights.ts": {
|
|
|
|
"bytesInOutput": 106
|
|
|
|
},
|
|
|
|
"src/dom/loadWeightMap.ts": {
|
|
|
|
"bytesInOutput": 242
|
|
|
|
},
|
|
|
|
"src/common/getModelUris.ts": {
|
|
|
|
"bytesInOutput": 765
|
|
|
|
},
|
|
|
|
"src/dom/matchDimensions.ts": {
|
|
|
|
"bytesInOutput": 201
|
|
|
|
},
|
|
|
|
"src/faceFeatureExtractor/FaceFeatureExtractor.ts": {
|
|
|
|
"bytesInOutput": 911
|
|
|
|
},
|
|
|
|
"src/NeuralNetwork.ts": {
|
|
|
|
"bytesInOutput": 3318
|
|
|
|
},
|
|
|
|
"src/faceFeatureExtractor/denseBlock.ts": {
|
|
|
|
"bytesInOutput": 1171
|
|
|
|
},
|
|
|
|
"src/common/depthwiseSeparableConv.ts": {
|
|
|
|
"bytesInOutput": 240
|
|
|
|
},
|
|
|
|
"src/common/convLayer.ts": {
|
|
|
|
"bytesInOutput": 229
|
|
|
|
},
|
|
|
|
"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": 460
|
2020-12-02 22:46:41 +01:00
|
|
|
},
|
|
|
|
"src/common/extractFCParamsFactory.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytesInOutput": 428
|
2020-12-02 22:46:41 +01:00
|
|
|
},
|
|
|
|
"src/common/extractSeparableConvParamsFactory.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytesInOutput": 945
|
2020-12-02 22:46:41 +01:00
|
|
|
},
|
|
|
|
"src/common/types.ts": {
|
|
|
|
"bytesInOutput": 173
|
|
|
|
},
|
|
|
|
"src/common/extractWeightEntryFactory.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytesInOutput": 366
|
2020-12-02 22:46:41 +01:00
|
|
|
},
|
|
|
|
"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
|
2020-12-02 22:46:41 +01:00
|
|
|
},
|
|
|
|
"src/faceFeatureExtractor/loadParamsFactory.ts": {
|
|
|
|
"bytesInOutput": 984
|
|
|
|
},
|
|
|
|
"src/faceFeatureExtractor/extractParamsFromWeigthMap.ts": {
|
|
|
|
"bytesInOutput": 400
|
|
|
|
},
|
|
|
|
"src/faceProcessor/FaceProcessor.ts": {
|
|
|
|
"bytesInOutput": 1579
|
|
|
|
},
|
|
|
|
"src/common/fullyConnectedLayer.ts": {
|
|
|
|
"bytesInOutput": 149
|
|
|
|
},
|
|
|
|
"src/faceProcessor/extractParams.ts": {
|
|
|
|
"bytesInOutput": 414
|
|
|
|
},
|
|
|
|
"src/faceProcessor/extractParamsFromWeigthMap.ts": {
|
|
|
|
"bytesInOutput": 411
|
|
|
|
},
|
|
|
|
"src/faceProcessor/util.ts": {
|
|
|
|
"bytesInOutput": 252
|
|
|
|
},
|
|
|
|
"src/faceExpressionNet/FaceExpressions.ts": {
|
|
|
|
"bytesInOutput": 527
|
|
|
|
},
|
|
|
|
"src/faceExpressionNet/index.ts": {
|
|
|
|
"bytesInOutput": 0
|
|
|
|
},
|
|
|
|
"src/factories/WithFaceExpressions.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytesInOutput": 206
|
2020-12-02 22:46:41 +01:00
|
|
|
},
|
|
|
|
"src/draw/drawFaceExpressions.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytesInOutput": 803
|
2020-12-02 22:46:41 +01:00
|
|
|
},
|
|
|
|
"src/factories/WithFaceLandmarks.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytesInOutput": 592
|
2020-12-02 22:46:41 +01:00
|
|
|
},
|
|
|
|
"src/draw/DrawFaceLandmarks.ts": {
|
|
|
|
"bytesInOutput": 1763
|
|
|
|
},
|
2020-12-23 17:26:55 +01:00
|
|
|
"package.json": {
|
2020-12-23 17:32:01 +01:00
|
|
|
"bytesInOutput": 20
|
2020-12-23 17:26:55 +01:00
|
|
|
},
|
2020-12-02 22:46:41 +01:00
|
|
|
"src/ageGenderNet/AgeGenderNet.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytesInOutput": 2554
|
2020-12-02 22:46:41 +01:00
|
|
|
},
|
|
|
|
"src/xception/TinyXception.ts": {
|
|
|
|
"bytesInOutput": 1917
|
|
|
|
},
|
|
|
|
"src/xception/extractParams.ts": {
|
|
|
|
"bytesInOutput": 2443
|
|
|
|
},
|
|
|
|
"src/xception/extractParamsFromWeigthMap.ts": {
|
|
|
|
"bytesInOutput": 2161
|
|
|
|
},
|
|
|
|
"src/ageGenderNet/extractParams.ts": {
|
|
|
|
"bytesInOutput": 434
|
|
|
|
},
|
|
|
|
"src/ageGenderNet/extractParamsFromWeigthMap.ts": {
|
|
|
|
"bytesInOutput": 457
|
|
|
|
},
|
|
|
|
"src/ageGenderNet/types.ts": {
|
|
|
|
"bytesInOutput": 97
|
|
|
|
},
|
|
|
|
"src/ageGenderNet/index.ts": {
|
|
|
|
"bytesInOutput": 0
|
|
|
|
},
|
|
|
|
"src/faceLandmarkNet/FaceLandmark68NetBase.ts": {
|
|
|
|
"bytesInOutput": 2061
|
|
|
|
},
|
|
|
|
"src/faceLandmarkNet/FaceLandmark68Net.ts": {
|
|
|
|
"bytesInOutput": 253
|
|
|
|
},
|
|
|
|
"src/faceLandmarkNet/index.ts": {
|
|
|
|
"bytesInOutput": 50
|
|
|
|
},
|
|
|
|
"src/faceFeatureExtractor/TinyFaceFeatureExtractor.ts": {
|
|
|
|
"bytesInOutput": 904
|
|
|
|
},
|
|
|
|
"src/faceFeatureExtractor/extractParamsFromWeigthMapTiny.ts": {
|
|
|
|
"bytesInOutput": 362
|
|
|
|
},
|
|
|
|
"src/faceFeatureExtractor/extractParamsTiny.ts": {
|
|
|
|
"bytesInOutput": 517
|
|
|
|
},
|
|
|
|
"src/faceLandmarkNet/FaceLandmark68TinyNet.ts": {
|
|
|
|
"bytesInOutput": 269
|
|
|
|
},
|
|
|
|
"src/faceRecognitionNet/FaceRecognitionNet.ts": {
|
|
|
|
"bytesInOutput": 1751
|
|
|
|
},
|
|
|
|
"src/faceRecognitionNet/convLayer.ts": {
|
|
|
|
"bytesInOutput": 458
|
|
|
|
},
|
|
|
|
"src/faceRecognitionNet/scaleLayer.ts": {
|
|
|
|
"bytesInOutput": 119
|
|
|
|
},
|
|
|
|
"src/faceRecognitionNet/extractParams.ts": {
|
|
|
|
"bytesInOutput": 3416
|
|
|
|
},
|
|
|
|
"src/faceRecognitionNet/extractParamsFromWeigthMap.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytesInOutput": 2099
|
2020-12-02 22:46:41 +01:00
|
|
|
},
|
|
|
|
"src/faceRecognitionNet/residualLayer.ts": {
|
|
|
|
"bytesInOutput": 806
|
|
|
|
},
|
|
|
|
"src/faceRecognitionNet/index.ts": {
|
|
|
|
"bytesInOutput": 113
|
|
|
|
},
|
|
|
|
"src/factories/WithFaceDescriptor.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytesInOutput": 117
|
2020-12-02 22:46:41 +01:00
|
|
|
},
|
|
|
|
"src/factories/index.ts": {
|
|
|
|
"bytesInOutput": 0
|
|
|
|
},
|
|
|
|
"src/factories/WithAge.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytesInOutput": 148
|
2020-12-02 22:46:41 +01:00
|
|
|
},
|
|
|
|
"src/factories/WithGender.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytesInOutput": 268
|
2020-12-02 22:46:41 +01:00
|
|
|
},
|
|
|
|
"src/ssdMobilenetv1/SsdMobilenetv1.ts": {
|
|
|
|
"bytesInOutput": 1928
|
|
|
|
},
|
|
|
|
"src/ssdMobilenetv1/extractParams.ts": {
|
|
|
|
"bytesInOutput": 6070
|
|
|
|
},
|
|
|
|
"src/ssdMobilenetv1/extractParamsFromWeigthMap.ts": {
|
|
|
|
"bytesInOutput": 4320
|
|
|
|
},
|
|
|
|
"src/ssdMobilenetv1/mobileNetV1.ts": {
|
|
|
|
"bytesInOutput": 1140
|
|
|
|
},
|
|
|
|
"src/ssdMobilenetv1/pointwiseConvLayer.ts": {
|
|
|
|
"bytesInOutput": 235
|
|
|
|
},
|
|
|
|
"src/ssdMobilenetv1/nonMaxSuppression.ts": {
|
|
|
|
"bytesInOutput": 1513
|
|
|
|
},
|
|
|
|
"src/ssdMobilenetv1/outputLayer.ts": {
|
|
|
|
"bytesInOutput": 1590
|
|
|
|
},
|
|
|
|
"src/ssdMobilenetv1/predictionLayer.ts": {
|
|
|
|
"bytesInOutput": 1418
|
|
|
|
},
|
|
|
|
"src/ssdMobilenetv1/boxPredictionLayer.ts": {
|
|
|
|
"bytesInOutput": 350
|
|
|
|
},
|
|
|
|
"src/ssdMobilenetv1/SsdMobilenetv1Options.ts": {
|
|
|
|
"bytesInOutput": 554
|
|
|
|
},
|
|
|
|
"src/ssdMobilenetv1/index.ts": {
|
|
|
|
"bytesInOutput": 234
|
|
|
|
},
|
|
|
|
"src/tinyYolov2/const.ts": {
|
|
|
|
"bytesInOutput": 485
|
|
|
|
},
|
|
|
|
"src/tinyYolov2/TinyYolov2Base.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytesInOutput": 5928
|
2020-12-02 22:46:41 +01:00
|
|
|
},
|
|
|
|
"src/tinyYolov2/config.ts": {
|
|
|
|
"bytesInOutput": 1186
|
|
|
|
},
|
|
|
|
"src/tinyYolov2/convWithBatchNorm.ts": {
|
|
|
|
"bytesInOutput": 322
|
|
|
|
},
|
|
|
|
"src/tinyYolov2/leaky.ts": {
|
|
|
|
"bytesInOutput": 178
|
|
|
|
},
|
|
|
|
"src/tinyYolov2/depthwiseSeparableConv.ts": {
|
|
|
|
"bytesInOutput": 293
|
|
|
|
},
|
|
|
|
"src/tinyYolov2/extractParams.ts": {
|
|
|
|
"bytesInOutput": 2555
|
|
|
|
},
|
|
|
|
"src/tinyYolov2/extractParamsFromWeigthMap.ts": {
|
|
|
|
"bytesInOutput": 2042
|
|
|
|
},
|
|
|
|
"src/tinyYolov2/TinyYolov2Options.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytesInOutput": 588
|
2020-12-02 22:46:41 +01:00
|
|
|
},
|
|
|
|
"src/tinyYolov2/TinyYolov2.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytesInOutput": 818
|
2020-12-02 22:46:41 +01:00
|
|
|
},
|
|
|
|
"src/tinyYolov2/index.ts": {
|
|
|
|
"bytesInOutput": 139
|
|
|
|
},
|
|
|
|
"src/tinyFaceDetector/TinyFaceDetectorOptions.ts": {
|
|
|
|
"bytesInOutput": 132
|
|
|
|
},
|
|
|
|
"src/globalApi/ComposableTask.ts": {
|
|
|
|
"bytesInOutput": 154
|
|
|
|
},
|
|
|
|
"src/globalApi/DetectFaceLandmarksTasks.ts": {
|
|
|
|
"bytesInOutput": 1916
|
|
|
|
},
|
|
|
|
"src/globalApi/extractFacesAndComputeResults.ts": {
|
|
|
|
"bytesInOutput": 812
|
|
|
|
},
|
|
|
|
"src/tinyFaceDetector/const.ts": {
|
|
|
|
"bytesInOutput": 215
|
|
|
|
},
|
|
|
|
"src/tinyFaceDetector/TinyFaceDetector.ts": {
|
|
|
|
"bytesInOutput": 663
|
|
|
|
},
|
|
|
|
"src/globalApi/nets.ts": {
|
|
|
|
"bytesInOutput": 1516
|
|
|
|
},
|
|
|
|
"src/globalApi/PredictFaceExpressionsTask.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytesInOutput": 1695
|
2020-12-02 22:46:41 +01:00
|
|
|
},
|
|
|
|
"src/globalApi/PredictAgeAndGenderTask.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytesInOutput": 1789
|
2020-12-02 22:46:41 +01:00
|
|
|
},
|
|
|
|
"src/globalApi/ComputeFaceDescriptorsTasks.ts": {
|
|
|
|
"bytesInOutput": 1417
|
|
|
|
},
|
|
|
|
"src/globalApi/DetectFacesTasks.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytesInOutput": 2221
|
2020-12-02 22:46:41 +01:00
|
|
|
},
|
|
|
|
"src/globalApi/detectFaces.ts": {
|
|
|
|
"bytesInOutput": 224
|
|
|
|
},
|
|
|
|
"src/globalApi/allFaces.ts": {
|
2020-12-23 17:26:55 +01:00
|
|
|
"bytesInOutput": 392
|
2020-12-02 22:46:41 +01:00
|
|
|
},
|
|
|
|
"src/globalApi/index.ts": {
|
|
|
|
"bytesInOutput": 0
|
|
|
|
},
|
|
|
|
"src/euclideanDistance.ts": {
|
|
|
|
"bytesInOutput": 277
|
|
|
|
},
|
|
|
|
"src/globalApi/FaceMatcher.ts": {
|
|
|
|
"bytesInOutput": 1844
|
|
|
|
},
|
|
|
|
"src/tinyFaceDetector/index.ts": {
|
|
|
|
"bytesInOutput": 109
|
|
|
|
},
|
|
|
|
"src/resizeResults.ts": {
|
|
|
|
"bytesInOutput": 824
|
|
|
|
}
|
|
|
|
},
|
2020-12-23 17:32:01 +01:00
|
|
|
"bytes": 130131
|
2020-12-02 22:46:41 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|