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
0%| | 0/11 [00:14<?, ?it/s]
Traceback (most recent call last):
File "C:/develop_jay/BatchChineseOcr/run.py", line 89, in
main()
File "C:/develop_jay/BatchChineseOcr/run.py", line 85, in main
result = ocr.job(test_path)
File "C:/develop_jay/BatchChineseOcr/run.py", line 58, in job
for batch_partImg in temp_partImg_loader:
File "C:\develop_jay\BatchChineseOcr\ocr.py", line 146, in getitem
img = img.convert('L')
AttributeError: 'list' object has no attribute 'convert'
The text was updated successfully, but these errors were encountered:
0%| | 0/11 [00:14<?, ?it/s]
Traceback (most recent call last):
File "C:/develop_jay/BatchChineseOcr/run.py", line 89, in
main()
File "C:/develop_jay/BatchChineseOcr/run.py", line 85, in main
result = ocr.job(test_path)
File "C:/develop_jay/BatchChineseOcr/run.py", line 58, in job
for batch_partImg in temp_partImg_loader:
File "C:\develop_jay\BatchChineseOcr\ocr.py", line 146, in getitem
img = img.convert('L')
AttributeError: 'list' object has no attribute 'convert'
The text was updated successfully, but these errors were encountered: