PaddlePaddle / PaddleOCR

Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and deployment among server, mobile, embedded and IoT devices)
https://paddlepaddle.github.io/PaddleOCR/
Apache License 2.0
44.27k stars 7.82k forks source link

ch_PP-OCRv4_det_cml.yml 报错 when model type is det #11152

Open Ludasheng opened 1 year ago

Ludasheng commented 1 year ago

image

我的 ch_PP-OCRv4_det_cml.yml

Global: debug: false use_gpu: true epoch_num: 500 log_smooth_window: 20 print_batch_step: 20 save_model_dir: ./output/ch_PP-OCRv4 save_epoch_step: 50 eval_batch_step:

BiynXu commented 1 year ago

看截图最下方的AssertionError,应该是使用det时,Backbone不支持PPLCNetNew。 支持的Backbone都在列表中,或许可以试试选择其中一个。

Ludasheng commented 1 year ago

看截图最下方的AssertionError,应该是使用det时,Backbone不支持PPLCNetNew。 支持的Backbone都在列表中,或许可以试试选择其中一个。

paddle他们官方的配置就是这样写的?难道他们写错了?

Ludasheng commented 1 year ago

看截图最下方的AssertionError,应该是使用det时,Backbone不支持PPLCNetNew。 支持的Backbone都在列表中,或许可以试试选择其中一个。

paddle他们官方的配置就是这样写的?难道他们写错了?

从他们文档里找到了蛛丝马迹,应该是写错了:LCNetV3