UNPKG

face-api.js

Version:

JavaScript API for face detection and face recognition in the browser with tensorflow.js

5 lines (4 loc) 182 B
export declare function extractWeightsFactory(weights: Float32Array): { extractWeights: (numWeights: number) => Float32Array; getRemainingWeights: () => Float32Array; };