Type Alias TinyYolov2Config
TinyYolov2Config: { anchors: Point[]; classes: string[]; filterSizes?: number[]; iouThreshold: number; isFirstLayerConv2d?: boolean; meanRgb?: [number, number, number]; withClassScores?: boolean; withSeparableConvs: boolean;} Type declaration
anchors: Point[]
classes: string[]
OptionalfilterSizes?: number[]
iouThreshold: number
OptionalisFirstLayerConv2d?: boolean
OptionalmeanRgb?: [number, number, number]
OptionalwithClassScores?: boolean
withSeparableConvs: boolean