server-json/node_modules/face-api.js/build/commonjs/tinyYolov2/index.d.ts
2024-11-01 08:00:42 +00:00

3 lines
176 B
TypeScript

import { TinyYolov2 } from './TinyYolov2';
export { TinyYolov2 };
export declare function createTinyYolov2(weights: Float32Array, withSeparableConvs?: boolean): TinyYolov2;