error: OpenCV(4.12.0) /io/opencv/modules/imgproc/src/resize.cpp:4208: error: (-215:Assertion failed) !ssize.empty() in function 'resize'
File "robotoff/workers/tasks/import_image.py", line 735, in run_logo_object_detection
save_logo_embeddings(logos, image, triton_stub_clip)
File "robotoff/workers/tasks/import_image.py", line 794, in save_logo_embeddings
cv2.resize(cropped_image, (224, 224), interpolation=cv2.INTER_LINEAR)