Update default config to leverage openvino (#2763)

This commit is contained in:
Rémi Bédard-Couture 2024-04-08 21:41:54 -04:00 committed by GitHub
parent 1cded8c053
commit 55175f9b31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 1 deletions

View File

@ -77,8 +77,18 @@ sed -i '/^s6-svc -O \.$/s/^/#/' /opt/frigate/docker/main/rootfs/etc/s6-overlay/s
cat <<EOF >/config/config.yml
mqtt:
enabled: false
detectors:
ov:
type: openvino
device: AUTO
model:
path: /openvino-model/FP16/ssdlite_mobilenet_v2.xml
model:
path: /cpu_model.tflite
width: 300
height: 300
input_tensor: nhwc
input_pixel_format: bgr
labelmap_path: /openvino-model/coco_91cl_bkgr.txt
cameras:
test:
ffmpeg: