PPOCRLable自动标注报错
收藏
0
收藏
请登录后评论
为啥自动标注报错
[2022/11/21 14:43:35] ppocr WARNING: When args.layout is false, args.ocr is automatically set to false
file name in openNext is D:\table-datasets\tttt.png
DirPath in importDirImages is D:/table-datasets
Using model from paddle
can only concatenate str (not "list") to str
Traceback (most recent call last):
File "D:\Anaconda3\envs\py38\lib\site-packages\PPOCRLabel\libs\autoDialog.py", line 62, in run
strs += "Transcription: " + chars + " Probability: " + str(cond) + \
TypeError: can only concatenate str (not "list") to str
我也是这个错,搞了好久还是没解决
你解决了吗
pip install PPOCRLabel==2.1.2 存在该问题,pip install PPOCRLabel==2.1.3 好像问题修复了