From fbcf64d7bd2d34fbd8bb5fa3bb118ce3a23c02b0 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 22 Sep 2025 12:32:11 -0600 Subject: [PATCH] Get working --- frigate/detectors/plugins/zmq_ipc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frigate/detectors/plugins/zmq_ipc.py b/frigate/detectors/plugins/zmq_ipc.py index 2ef3d4e03..ae5f94b10 100644 --- a/frigate/detectors/plugins/zmq_ipc.py +++ b/frigate/detectors/plugins/zmq_ipc.py @@ -258,6 +258,7 @@ class ZmqIpcDetector(DetectionApi): "shape": list(tensor_input.shape), "dtype": str(tensor_input.dtype.name), "model_type": str(self.detector_config.model.model_type.name), + "model_name": self._model_name, } return json.dumps(header).encode("utf-8")