frigate: Fix TPU configuration
This commit is contained in:
@@ -32,19 +32,14 @@ config: |
|
|||||||
coral:
|
coral:
|
||||||
type: edgetpu
|
type: edgetpu
|
||||||
device: usb
|
device: usb
|
||||||
#cpu1:
|
|
||||||
#type: cpu
|
|
||||||
#ov:
|
|
||||||
# type: openvino
|
|
||||||
# device: CPU
|
|
||||||
|
|
||||||
model:
|
#model:
|
||||||
width: 300
|
# width: 300
|
||||||
height: 300
|
# height: 300
|
||||||
input_tensor: nhwc
|
# input_tensor: nhwc
|
||||||
input_pixel_format: bgr
|
# input_pixel_format: bgr
|
||||||
path: /openvino-model/ssdlite_mobilenet_v2.xml
|
# path: /openvino-model/ssdlite_mobilenet_v2.xml
|
||||||
labelmap_path: /openvino-model/coco_91cl_bkgr.txt
|
# labelmap_path: /openvino-model/coco_91cl_bkgr.txt
|
||||||
|
|
||||||
record:
|
record:
|
||||||
enabled: True
|
enabled: True
|
||||||
|
Reference in New Issue
Block a user