# Select width and height of grid:
grid=2 2
# Pipelines are named p0 (top left corner), p1, p2, ... in a horizontal raster scan on screen. For each pipeline, you
# must first set its zoo parameter to a model zoo file (default: models.yml), otherwise it will be left
# unconfigured. Then, select a pipeline from that zoo file by setting the corresponding pipe parameter:
p0:zoo=models.yml
p0:pipe=OpenCV:Detect:OpenCV-Face
p1:zoo=models.yml
p1:pipe=OpenCV:Classify:SqueezeNet
p2:zoo=models.yml
p2:pipe=NPU:Detect:yolov7-tiny-512x288
p3:zoo=models.yml
p3:pipe=NPU:Detect:Yolo-Face-DFP
# or, if you have a Myriad-X:
#p3:pipe=VPU:Detect:pedestrian-and-vehicle-detector-adas-0001