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")