Skip to main content

Pipeline

How the Voyager SDK inference pipeline is structured — from raw video frame to structured results. This section covers the YAML-based GStreamer pipeline. For the Pythonic alternative, see Pipeline Builder.

PageWhat it covers
Pipeline BasicsHow a pipeline is defined in YAML: tasks, operators, the GStreamer runtime, and how data flows from input to output.
Model FormatsThe three file types in a compiled model: ONNX (input), .axmodel (compiled binary), and model.json (pipeline descriptor).
GStreamer OperatorsReference for all built-in operators: resize, normalize, decode (YOLO, SSD, classification), NMS, tracker, and utilities.