UNPKG

tfjs-tiny-yolov2

Version:

Tiny YOLO v2 object detection with tensorflow.js.

4 lines (3 loc) 319 B
import { ExtractWeightsFunction, ParamMapping } from 'tfjs-image-recognition-base'; import { FCParams } from './types'; export declare function extractFCParamsFactory(extractWeights: ExtractWeightsFunction, paramMappings: ParamMapping[]): (channelsIn: number, channelsOut: number, mappedPrefix: string) => FCParams;