mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-18 09:04:28 +03:00
Fix tests
This commit is contained in:
parent
9167e08a97
commit
6afde2b5d6
@ -75,11 +75,11 @@ class TestConfig(unittest.TestCase):
|
|||||||
"detectors": {
|
"detectors": {
|
||||||
"cpu": {
|
"cpu": {
|
||||||
"type": "cpu",
|
"type": "cpu",
|
||||||
"model": {"path": "/cpu_model.tflite"},
|
"model_path": "/cpu_model.tflite",
|
||||||
},
|
},
|
||||||
"edgetpu": {
|
"edgetpu": {
|
||||||
"type": "edgetpu",
|
"type": "edgetpu",
|
||||||
"model": {"path": "/edgetpu_model.tflite"},
|
"model_path": "/edgetpu_model.tflite",
|
||||||
},
|
},
|
||||||
"openvino": {
|
"openvino": {
|
||||||
"type": "openvino",
|
"type": "openvino",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user