ObjectDetectionToolConfig

Field

Type

Repeated

Description

confidence_threshold

double

SDK defaults to 0.5

aggregation

ObjectDetectionAggregation

sample_n

int32

bucket_secs

double

for BUCKETED; SDK defaults to 1.0

infer_every_ms

double

min media-time between inferences; 0 = every frame

model

string

"" or "rt-detr" = the shipped Apache-2.0 RT-DETR; "yolo" runs a customer-supplied YOLO export (v8-family [1,4+nc,anchors] with NMS server-side, or v10 end-to-end [1,300,6] — detected from the output shape). YOLO weights are never distributed with Norsk.

model_file

string

Server-side path to the customer’s YOLO .onnx (required when model = "yolo"; validated like other file inputs).

labels

string

Class labels for a customer model, index-aligned with its class dimension. Empty = COCO-80.

Member of

Message

Description

LocalAnalysisConfig