UNPKG

face-api.js

Version:

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

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