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

3 lines (2 loc) 114 B
import { Box } from '../classes/Box'; export declare function iou(box1: Box, box2: Box, isIOU?: boolean): number;