UNPKG

@vladmandic/face-api

Version:

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

4 lines (3 loc) 232 B
import * as tf from '@tensorflow/tfjs/dist/tf.es2017.js'; import { OutputLayerParams } from './types'; export declare function outputLayer(boxPredictions: tf.Tensor4D, classPredictions: tf.Tensor4D, params: OutputLayerParams): any;