This commit is contained in:
Nicolas Mowen 2025-08-18 07:38:52 -06:00
parent af7d09300e
commit bc35ee3feb

View File

@ -120,7 +120,6 @@ class ZmqIpcDetector(DetectionApi):
# Receive reply
reply_frames = self._socket.recv_multipart()
detections = self._decode_response(reply_frames)
print(f"got response of first item {detections[0]}")
# Ensure output shape and dtype are exactly as expected