frigate: Update config to use Coral TPU

This commit is contained in:
Erwin Boskma 2023-05-15 14:29:19 +02:00
parent 9c08ef3bc1
commit 38d8b17918
Signed by: erwin
SSH key fingerprint: SHA256:9LmFDe1C6jSrEyqxxvX8NtJBmcbB105XoqyUZF092bg
2 changed files with 5 additions and 12 deletions

View file

@ -8,17 +8,9 @@ logger:
default: info
detectors:
ov:
type: openvino
model:
path: /openvino-model/ssdlite_mobilenet_v2.xml
model:
width: 300
height: 300
input_tensor: nhwc
input_pixel_format: bgr
labelmap_path: /openvino-model/coco_91cl_bkgr.txt
coral:
type: edgetpu
device: pci
record:
enabled: true

View file

@ -39,9 +39,10 @@ in
"/data/frigate:/media/frigate"
];
extraOptions = [
# "--device" "/dev/bus/usb:/dev/bus/usb"
"--device"
"/dev/dri/renderD128"
"--device"
"/dev/apex_0"
"--shm-size=128m"
"--mount"
"type=tmpfs,target=/tmp/cache,tmpfs-size=1G"