mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-23 17:52:05 +02:00
Get working
This commit is contained in:
parent
de960285f6
commit
fbcf64d7bd
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user