@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) • 403 B
TypeScript
import { Point } from '../classes/index';
export declare const IOU_THRESHOLD = 0.4;
export declare const BOX_ANCHORS: Point[];
export declare const BOX_ANCHORS_SEPARABLE: Point[];
export declare const MEAN_RGB_SEPARABLE: [number, number, number];
export declare const DEFAULT_MODEL_NAME = "tiny_yolov2_model";
export declare const DEFAULT_MODEL_NAME_SEPARABLE_CONV = "tiny_yolov2_separable_conv_model";