ObjectDetectionToolConfig
Field |
Type |
Repeated |
Description |
confidence_threshold |
SDK defaults to 0.5 |
||
aggregation |
|||
sample_n |
|||
bucket_secs |
for BUCKETED; SDK defaults to 1.0 |
||
infer_every_ms |
min media-time between inferences; 0 = every frame |
||
model |
"" 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 |
Server-side path to the customer’s YOLO .onnx (required when model = "yolo"; validated like other file inputs). |
||
labels |
✅ |
Class labels for a customer model, index-aligned with its class dimension. Empty = COCO-80. |