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

5 lines (4 loc) 184 B
import { Point } from '../classes/index'; export declare const IOU_THRESHOLD = 0.4; export declare const BOX_ANCHORS: Point[]; export declare const MEAN_RGB: [number, number, number];