mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
Merge pull request #4 from TheWanderingCrow/test
utilize coral tpu in frigate now
This commit is contained in:
commit
742be942bb
1 changed files with 6 additions and 11 deletions
|
|
@ -47,19 +47,11 @@ in
|
||||||
# Detectors #
|
# Detectors #
|
||||||
#############
|
#############
|
||||||
detectors = {
|
detectors = {
|
||||||
ov_0 = {
|
coral = {
|
||||||
type = "openvino";
|
type = "edgetpu";
|
||||||
device = "CPU";
|
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 = {
|
objects = {
|
||||||
track = [
|
track = [
|
||||||
"person"
|
"person"
|
||||||
|
|
@ -199,6 +191,9 @@ in
|
||||||
"--shm-size=612m"
|
"--shm-size=612m"
|
||||||
"--ip=10.88.0.10"
|
"--ip=10.88.0.10"
|
||||||
];
|
];
|
||||||
|
devices = [
|
||||||
|
"/dev/bus/usb:/dev/bus/usb"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue