Skip to main content

Detector

Runs on full frames and produces bounding box detections. At least one primary detector (without operate_on) is required in every pipeline.

models:
- name: "yolo-detector"
type: "detector"
architecture: "yolo"
onnx_file: /path/to/model.onnx
label_file: /path/to/labels.txt
precision: "fp16"

Supported architectures

ArchitectureDescription
yoloYOLO object detector (all variants supported via ONNX)