zzzDavid / ICDAR-2019-SROIE

ICDAR 2019 Robust Reading Challenge on Scanned Receipts OCR and Information Extraction
MIT License
381 stars 132 forks source link

task1(data_provider.py) #13

Open a165741 opened 4 years ago

a165741 commented 4 years ago

How do I solve this? Error in data_provider.py

Find 712 images 712 training images in /content/drive/My Drive/mlt Find 712 images 712 training images in /content/drive/My Drive/mlt

TypeError Traceback (most recent call last)

in () 21 gen = get_batch(num_workers=2, vis=True) 22 while True: ---> 23 image, bbox, im_info = next(gen) 24 print('done') TypeError: 'ApplyResult' object is not iterable too many values to unpack (expected 4) too many values to unpack (expected 4) too many values to unpack (expected 4) too many values to unpack (expected 4) too many values to unpack (expected 4) too many values to unpack (expected 4)