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
Traceback (most recent call last):
File "/root/code/ICDAR-2019-SROIE-master/task2/dataset.py", line 55, in getitem
img = Image.open(buf).convert('L')
File "/root/anaconda3/envs/python367/lib/python3.6/site-packages/PIL/Image.py", line 2519, in open
% (filename if filename else fp))
OSError: cannot identify image file <_io.BytesIO object at 0x7f20e6463a98>
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/root/code/ICDAR-2019-SROIE-master/task2/dataset.py", line 55, in getitem
img = Image.open(buf).convert('L')
File "/root/anaconda3/envs/python367/lib/python3.6/site-packages/PIL/Image.py", line 2519, in open
% (filename if filename else fp))
OSError: cannot identify image file <_io.BytesIO object at 0x7f20e6463a98>
The text was updated successfully, but these errors were encountered: