mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 01:34:08 -05:00
utilize coral tpu in frigate now
This commit is contained in:
parent
cef644e9a7
commit
6b47ae3668
1 changed files with 6 additions and 11 deletions
|
|
@ -47,19 +47,11 @@ in
|
|||
# Detectors #
|
||||
#############
|
||||
detectors = {
|
||||
ov_0 = {
|
||||
type = "openvino";
|
||||
device = "CPU";
|
||||
coral = {
|
||||
type = "edgetpu";
|
||||
device = "usb";
|
||||
};
|
||||
};
|
||||
model = {
|
||||
width = 300;
|
||||
height = 300;
|
||||
input_tensor = "nhwc";
|
||||
input_pixel_format = "bgr";
|
||||
path = "/openvino-model/ssdlite_mobilenet_v2.xml";
|
||||
labelmap_path = "/openvino-model/coco_91cl_bkgr.txt";
|
||||
};
|
||||
objects = {
|
||||
track = [
|
||||
"person"
|
||||
|
|
@ -199,6 +191,9 @@ in
|
|||
"--shm-size=612m"
|
||||
"--ip=10.88.0.10"
|
||||
];
|
||||
devices = [
|
||||
"/dev/bus/usb:/dev/bus/usb"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue