Skip to content

Commit a50fd82

Browse files
check in latest build
1 parent e1b15a1 commit a50fd82

File tree

281 files changed

+1216
-1734
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

281 files changed

+1216
-1734
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import * as tf from '@tensorflow/tfjs-core';
2-
import { FCParams } from 'tfjs-tiny-yolov2';
3-
export declare function fullyConnectedLayer(x: tf.Tensor2D, params: FCParams): tf.Tensor2D;
2+
import { TfjsImageRecognitionBase } from 'tfjs-image-recognition-base';
3+
export declare function fullyConnectedLayer(x: tf.Tensor2D, params: TfjsImageRecognitionBase.FCParams): tf.Tensor2D;

build/commonjs/common/fullyConnectedLayer.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/commonjs/dom/drawContour.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/commonjs/dom/drawFaceExpressions.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/commonjs/dom/drawLandmarks.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/commonjs/dom/extractFaceTensors.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/commonjs/dom/extractFaces.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/commonjs/dom/types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { IPoint, IRect } from 'tfjs-tiny-yolov2';
1+
import { IPoint, IRect } from 'tfjs-image-recognition-base';
22
import { WithFaceExpressions } from '../factories/WithFaceExpressions';
33
export declare type DrawLandmarksOptions = {
44
lineWidth?: number;

build/commonjs/euclideanDistance.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/commonjs/faceExpressionNet/FaceExpressionNet.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/commonjs/faceFeatureExtractor/FaceFeatureExtractor.d.ts

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,10 @@ export declare class FaceFeatureExtractor extends NeuralNetwork<FaceFeatureExtra
88
protected getDefaultModelName(): string;
99
protected extractParamsFromWeigthMap(weightMap: tf.NamedTensorMap): {
1010
params: FaceFeatureExtractorParams;
11-
paramMappings: {
12-
originalPath?: string | undefined;
13-
paramPath: string;
14-
}[];
11+
paramMappings: import("tfjs-image-recognition-base/build/commonjs/common").ParamMapping[];
1512
};
1613
protected extractParams(weights: Float32Array): {
1714
params: FaceFeatureExtractorParams;
18-
paramMappings: {
19-
originalPath?: string | undefined;
20-
paramPath: string;
21-
}[];
15+
paramMappings: import("tfjs-image-recognition-base/build/commonjs/common").ParamMapping[];
2216
};
2317
}

build/commonjs/faceFeatureExtractor/TinyFaceFeatureExtractor.d.ts

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,10 @@ export declare class TinyFaceFeatureExtractor extends NeuralNetwork<TinyFaceFeat
88
protected getDefaultModelName(): string;
99
protected extractParamsFromWeigthMap(weightMap: tf.NamedTensorMap): {
1010
params: TinyFaceFeatureExtractorParams;
11-
paramMappings: {
12-
originalPath?: string | undefined;
13-
paramPath: string;
14-
}[];
11+
paramMappings: import("tfjs-image-recognition-base/build/commonjs/common").ParamMapping[];
1512
};
1613
protected extractParams(weights: Float32Array): {
1714
params: TinyFaceFeatureExtractorParams;
18-
paramMappings: {
19-
originalPath?: string | undefined;
20-
paramPath: string;
21-
}[];
15+
paramMappings: import("tfjs-image-recognition-base/build/commonjs/common").ParamMapping[];
2216
};
2317
}

0 commit comments

Comments
 (0)