MCPcopy
hub / github.com/justadudewhohacks/face-api.js / IFaceFeatureExtractor

Interface IFaceFeatureExtractor

src/faceFeatureExtractor/types.ts:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46export interface IFaceFeatureExtractor<TNetParams extends TinyFaceFeatureExtractorParams | FaceFeatureExtractorParams> extends NeuralNetwork<TNetParams> {
47 forwardInput(input: NetInput): tf.Tensor4D
48 forward(input: TNetInput): Promise<tf.Tensor4D>
49}

Callers 12

runNetFunction · 0.65
forwardFunction · 0.65
detectLandmarksFunction · 0.65
runMethod · 0.65
mtcnnFunction · 0.65

Implementers 9

TinyXceptionsrc/xception/TinyXception.ts
FaceRecognitionNetsrc/faceRecognitionNet/FaceRecognition
Mtcnnsrc/mtcnn/Mtcnn.ts
FaceFeatureExtractorsrc/faceFeatureExtractor/FaceFeatureEx
TinyFaceFeatureExtractorsrc/faceFeatureExtractor/TinyFaceFeatu
SsdMobilenetv1src/ssdMobilenetv1/SsdMobilenetv1.ts
TinyYolov2Basesrc/tinyYolov2/TinyYolov2Base.ts
FaceExpressionNetsrc/faceExpressionNet/FaceExpressionNe
AgeGenderNetsrc/ageGenderNet/AgeGenderNet.ts

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…