diff --git a/frigate/detectors/plugins/zmq_ipc.py b/frigate/detectors/plugins/zmq_ipc.py index cc7d8dbd4..aa7113c72 100644 --- a/frigate/detectors/plugins/zmq_ipc.py +++ b/frigate/detectors/plugins/zmq_ipc.py @@ -82,7 +82,7 @@ class ZmqIpcDetector(DetectionApi): header: dict[str, Any] = { "shape": list(tensor_input.shape), "dtype": str(tensor_input.dtype.name), - "model_type": str(self.detector_config.model.model_type.name) + "model_type": str(self.detector_config.model.model_type.name), } return json.dumps(header).encode("utf-8")