UNPKG

@vladmandic/face-api

Version:

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

3 lines (2 loc) 141 B
import * as tf from '@tensorflow/tfjs/dist/tf.es2017.js'; export declare function normalize(x: tf.Tensor4D, meanRgb: number[]): tf.Tensor4D;