Object Detection
Real-time perception pipeline for detecting and classifying objects from camera streams on robots and edge devices.
Installation
The pipeline ships as part of the perception package. Install it alongside the runtime to get the GPU-accelerated kernels and the pretrained model registry.
Usage
Instantiate a DetectionPipeline with a pretrained model and a camera source, then iterate over detections in your control loop. The pipeline manages preprocessing, batched inference, and non-maximum suppression so your control code stays focused on policy decisions.
API reference
See the API tab for the full DetectionPipeline class signature, supported models, and event hooks. Related primitives: CameraSource, Tracker, DepthEstimator.