-
Notifications
You must be signed in to change notification settings - Fork 957
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: 'OCRPipeline' object has no attribute 'update_model_name' #1821
Comments
您好,该问题已经修复,麻烦重新测试下呢? |
gitee不会同步更新? |
请问一下使用PaddleX的PaddleOCR功能,执行文本检测可以返回正确的结果,但是文本识别就报错,是什么原因呢? 文本检测 代码 会打印tensor系列出来。 文本识别 代码 会返回错误
如果使用以下命令
又会报错
|
这个目录的模型 |
train.yaml的主要内容
|
通过训练使用的配置文件可以看出来,模型 |
我指令有覆盖配置文件里的。 |
什么意思? |
python main.py -c ./train.yaml -o Global.mode=train -o Global.device=cpu -o Global.dataset_dir=./dataset_dir/ 这里有指令是train,不是check_dataset |
train没问题,但训练的是检测模型啊:PP-OCRv4_mobile_det,所以训练产出的模型文件 |
我换成 PP-OCRv4_mobile_rec试下 |
建议直接使用 |
好的,谢谢 |
环境
报错
During handling of the above exception, another exception occurred: Traceback (most recent call last): |
卡死了在上面的错误里 |
我看你使用的是cpu训练,非常不建议哈,因为这些模型至少也都需要单卡gpu来训练 |
但是paddlepaddle不支持mac的GPU Currently, only the CPU version of PaddlePaddle is supported in the macOS environment https://www.paddlepaddle.org.cn/documentation/docs/en/install/pip/macos-pip_en.html |
嗯嗯,这里特指NV的GPU |
paddleX的paddleOCR套件也不支持paddle2.6.1,非得要安装paddle3.0,paddle3.0又不支持macOS |
tensorflow 在 macos 安装以下组件是能支持GPU的 |
官方demo
paddlex --pipeline OCR --model PP-OCRv4_mobile_det PP-OCRv4_mobile_rec --input https://paddle-model-ecology.bj.bcebos.com/paddlex/imgs/demo_image/general_ocr_002.png --device cpu
报错:
AttributeError: 'OCRPipeline' object has no attribute 'update_model_name'
检查了base/pipeline.py,发现仍有这个方法,但是OCRPipeline里却没有了?
PaddlePaddle 3.0.0-beta1
macOS M2
The text was updated successfully, but these errors were encountered: