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
| Architecture | Description |
|---|---|
yolo | YOLO object detector (all variants supported via ONNX) |