Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PIL.UnidentifiedImageError exception handling for corrupted images #109

Open
quickgrid opened this issue Nov 23, 2021 · 0 comments
Open

Comments

@quickgrid
Copy link

I tried training with cats and dogs dataset and got this error on an image after some progress in training,

PIL.UnidentifiedImageError: cannot identify image file '...\\Cat\\666.jpg'

Wondering if exception handling should be added at the cost of extra runtime overhead. This error was generated from,

img = Image.open(path)

I found this same error with same dataset was mentioned here, https://discuss.pytorch.org/t/pil-unidentifiedimageerror-in-dataloader/73577,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant