Sure, these do not get sent out automatically as it could otherwise leak the test set, but here is a sample of the logs:
2021-08-20T12:48:48.529352337Z File "/opt/algorithm/detection.py", line 86, in process_image
2021-08-20T12:48:48.529361253Z refined_preds = self.verify_pred(pred_cents, image)
2021-08-20T12:48:48.529368727Z File "/opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py", line 15, in decorate_context
2021-08-20T12:48:48.529376833Z return func(*args, **kwargs)
2021-08-20T12:48:48.529383664Z File "/opt/algorithm/detection.py", line 49, in verify_pred
2021-08-20T12:48:48.529391146Z tile = cv2.resize(ver_patch, (self.ver_size, self.ver_size), interpolation=cv2.INTER_CUBIC)
2021-08-20T12:48:48.529398806Z cv2.error: OpenCV(4.5.3) /tmp/pip-req-build-l1r0y34w/opencv/modules/imgproc/src/resize.cpp:4051: error: (-215:Assertion failed) !ssize.empty() in function 'resize'