UNPKG

@vladmandic/face-api

Version:

JavaScript module for Face Detection and Face Recognition Using Tensorflow/JS

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