You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, /xxxxxx.jpg really does not exist, I would expect a message like "unable to open file" or similar, but I get an error about the size of the file.
(tested on sha256:f84101fe0b38128ed5673621ecfb7c6476921ffbdabcee38477473993520bc50 jolibrain/deepdetect_cpu)
This is OpenCV saying the image is of size 0. Not too easy to replace with a better error in our case since image reading is multithreaded, but we could.
For example,
/xxxxxx.jpg
really does not exist, I would expect a message like "unable to open file" or similar, but I get an error about the size of the file.(tested on sha256:f84101fe0b38128ed5673621ecfb7c6476921ffbdabcee38477473993520bc50 jolibrain/deepdetect_cpu)
The text was updated successfully, but these errors were encountered: