frigate: Update config to use Coral TPU
This commit is contained in:
parent
9c08ef3bc1
commit
38d8b17918
2 changed files with 5 additions and 12 deletions
|
@ -8,17 +8,9 @@ logger:
|
||||||
default: info
|
default: info
|
||||||
|
|
||||||
detectors:
|
detectors:
|
||||||
ov:
|
coral:
|
||||||
type: openvino
|
type: edgetpu
|
||||||
model:
|
device: pci
|
||||||
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
|
|
||||||
|
|
||||||
record:
|
record:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
@ -39,9 +39,10 @@ in
|
||||||
"/data/frigate:/media/frigate"
|
"/data/frigate:/media/frigate"
|
||||||
];
|
];
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
# "--device" "/dev/bus/usb:/dev/bus/usb"
|
|
||||||
"--device"
|
"--device"
|
||||||
"/dev/dri/renderD128"
|
"/dev/dri/renderD128"
|
||||||
|
"--device"
|
||||||
|
"/dev/apex_0"
|
||||||
"--shm-size=128m"
|
"--shm-size=128m"
|
||||||
"--mount"
|
"--mount"
|
||||||
"type=tmpfs,target=/tmp/cache,tmpfs-size=1G"
|
"type=tmpfs,target=/tmp/cache,tmpfs-size=1G"
|
||||||
|
|
Loading…
Reference in a new issue