Migrate from CPU to OpenVINO detectors
This commit is contained in:
parent
c34d7692f6
commit
d3de267278
|
@ -2,12 +2,26 @@ mqtt:
|
||||||
host: mqtt
|
host: mqtt
|
||||||
|
|
||||||
detectors:
|
detectors:
|
||||||
cpu1:
|
ov1:
|
||||||
type: cpu
|
type: openvino
|
||||||
num_threads: 2
|
device: GPU
|
||||||
cpu2:
|
ov2:
|
||||||
type: cpu
|
type: openvino
|
||||||
num_threads: 2
|
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:
|
go2rtc:
|
||||||
streams:
|
streams:
|
||||||
|
|
Loading…
Reference in New Issue