Replies: 2 comments 3 replies
-
拉取最新的PaddleOCR代码尝试一下呢? |
Beta Was this translation helpful? Give feedback.
2 replies
-
slice是刚刚引入的参数,2.7版本还没有 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
当我使用切片操作时会出现以下报错:ocr() got an unexpected keyword argument 'slice',我所使用的paddle版本是:2.3.2,pddleocr版本是:2.7.3,cuda版本是10.1,所使用的系统是linux。具体报错位置是: results = ocr.ocr(img_path, cls=True, slice=slice)
TypeError: ocr() got an unexpected keyword argument 'slice'
当不使用slice时可以正常运行,使用slice不行,应该是这个ocr函数没有初始化slice
Beta Was this translation helpful? Give feedback.
All reactions