UNPKG

face-api.js

Version:

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

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