UNPKG

face-api.js

Version:

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

7 lines (6 loc) 209 B
import * as tf from '@tensorflow/tfjs-core'; import { PNetParams } from './types'; export declare function PNet(x: tf.Tensor4D, params: PNetParams): { prob: tf.Tensor4D; regions: tf.Tensor4D; };