From df7cdecfdfe32ba4a7684174e0bd71cd84c635d9 Mon Sep 17 00:00:00 2001 From: alec-groff <148134052+alec-groff@users.noreply.github.com> Date: Fri, 26 Jan 2024 14:25:28 -0600 Subject: [PATCH] Update edgetpu_tfl.py --- frigate/detectors/plugins/edgetpu_tfl.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frigate/detectors/plugins/edgetpu_tfl.py b/frigate/detectors/plugins/edgetpu_tfl.py index ac67626a2..5b3435197 100644 --- a/frigate/detectors/plugins/edgetpu_tfl.py +++ b/frigate/detectors/plugins/edgetpu_tfl.py @@ -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."