Get working

This commit is contained in:
Nicolas Mowen 2025-09-22 12:32:11 -06:00
parent de960285f6
commit fbcf64d7bd

View File

@ -258,6 +258,7 @@ class ZmqIpcDetector(DetectionApi):
"shape": list(tensor_input.shape), "shape": list(tensor_input.shape),
"dtype": str(tensor_input.dtype.name), "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),
"model_name": self._model_name,
} }
return json.dumps(header).encode("utf-8") return json.dumps(header).encode("utf-8")