UNPKG

@vladmandic/face-api

Version:

FaceAPI: AI-powered Face Detection & Rotation Tracking, Face Description & Recognition, Age & Gender & Emotion Prediction for Browser and NodeJS using TensorFlow/JS

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