UNPKG

face-api.js

Version:

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

6 lines (5 loc) 211 B
import * as tf from '@tensorflow/tfjs-core'; export declare function seperateWeightMaps(weightMap: tf.NamedTensorMap): { featureExtractorMap: tf.NamedTensorMap; classifierMap: tf.NamedTensorMap; };