mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-08 04:05:26 +03:00
Update edgetpu_tfl.py
This commit is contained in:
parent
eee625bef2
commit
df7cdecfdf
@ -44,6 +44,7 @@ class EdgeTpuTfl(DetectionApi):
|
|||||||
model_path=detector_config.model.path,
|
model_path=detector_config.model.path,
|
||||||
experimental_delegates=[edge_tpu_delegate],
|
experimental_delegates=[edge_tpu_delegate],
|
||||||
)
|
)
|
||||||
|
self.order = detector_config.model.order
|
||||||
except ValueError:
|
except ValueError:
|
||||||
logger.error(
|
logger.error(
|
||||||
"No EdgeTPU was detected. If you do not have a Coral device yet, you must configure CPU detectors."
|
"No EdgeTPU was detected. If you do not have a Coral device yet, you must configure CPU detectors."
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user