mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 19:55: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,
|
||||
experimental_delegates=[edge_tpu_delegate],
|
||||
)
|
||||
self.order = detector_config.model.order
|
||||
except ValueError:
|
||||
logger.error(
|
||||
"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