Corrupted image

#2
by tdemin16 - opened

Dear authors,
thanks for the excellent work.
I was inspecting your data and noticed that this file natural_bluebl_greenr-banana-s6.jpeg has a different extension than all others ".jpeg" instead of ".jpg". Although this is not a significant issue, when I try to load such an image with PIL it raises the following error:
PIL.UnidentifiedImageError: cannot identify image file /path/to/natural_bluebl_greenr-banana-s6.jpeg
It might be that the image you provided is corrupted.
I managed to avoid the problem on my debugging machine by setting PIL.ImageFile.LOAD_TRUNCATED_IMAGES = True, yet, it does not solve the problem on other machines.
Could you provide a non-corrupted version of this image?

Best,
Thomas

Sign up or log in to comment