ICDAR-2019-SROIE icon indicating copy to clipboard operation
ICDAR-2019-SROIE copied to clipboard

task2 img = Image.open(buf).convert('L')OSError: cannot identify image file <_io.BytesIO object at 0x7f20e6463a98>

Open wjw-2017 opened this issue 4 years ago • 0 comments

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>

wjw-2017 avatar Mar 24 '20 06:03 wjw-2017