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

8 lines (7 loc) 363 B
import { SsdMobilenetv1 } from './SsdMobilenetv1'; export * from './SsdMobilenetv1'; export * from './SsdMobilenetv1Options'; export declare function createSsdMobilenetv1(weights: Float32Array): SsdMobilenetv1; export declare function createFaceDetectionNet(weights: Float32Array): SsdMobilenetv1; export declare class FaceDetectionNet extends SsdMobilenetv1 { }