Skip to main content
Version: Next

Type Alias: ObjectDetectionConfig<T>

ObjectDetectionConfig<T> = object

Defined in: types/objectDetection.ts:59

Configuration for a custom object detection model.

Type Parameters

T

T extends LabelEnum

Properties

labelMap

labelMap: T

Defined in: types/objectDetection.ts:60


preprocessorConfig?

optional preprocessorConfig: object

Defined in: types/objectDetection.ts:61

normMean?

optional normMean: Triple<number>

normStd?

optional normStd: Triple<number>