From d3de26727812d6f9068afdc21f1144031313f055 Mon Sep 17 00:00:00 2001 From: Ashish D'Souza Date: Sun, 24 Nov 2024 16:55:15 -0600 Subject: [PATCH] Migrate from CPU to OpenVINO detectors --- conf/config.yaml | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/conf/config.yaml b/conf/config.yaml index 9986e28..8c5f95b 100644 --- a/conf/config.yaml +++ b/conf/config.yaml @@ -2,12 +2,26 @@ mqtt: host: mqtt detectors: - cpu1: - type: cpu - num_threads: 2 - cpu2: - type: cpu - num_threads: 2 + ov1: + type: openvino + device: GPU + ov2: + type: openvino + device: GPU + ov3: + type: openvino + device: GPU + ov4: + type: openvino + device: GPU + +model: + width: 300 + height: 300 + input_tensor: nhwc + input_pixel_format: bgr + path: /openvino-model/ssdlite_mobilenet_v2.xml + labelmap_path: /openvino-model/coco_91cl_bkgr.txt go2rtc: streams: