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
|
||||
|
||||
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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue