UNPKG

face-api.js

Version:

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

9 lines (8 loc) 298 B
export * from './iou'; export * from './minBbox'; export * from './nonMaxSuppression'; export * from './normalize'; export * from './padToSquare'; export * from './shuffleArray'; export declare function sigmoid(x: number): number; export declare function inverseSigmoid(x: number): number;