mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-27 17:17:40 +03:00
Cleanup
This commit is contained in:
parent
af7d09300e
commit
bc35ee3feb
@ -120,7 +120,6 @@ class ZmqIpcDetector(DetectionApi):
|
|||||||
# Receive reply
|
# Receive reply
|
||||||
reply_frames = self._socket.recv_multipart()
|
reply_frames = self._socket.recv_multipart()
|
||||||
detections = self._decode_response(reply_frames)
|
detections = self._decode_response(reply_frames)
|
||||||
print(f"got response of first item {detections[0]}")
|
|
||||||
|
|
||||||
# Ensure output shape and dtype are exactly as expected
|
# Ensure output shape and dtype are exactly as expected
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user