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)
Apache License 2.0
39.34k stars 7.35k forks source link

batch 推理文本检测 #12119

Closed wufan-tb closed 2 weeks ago

wufan-tb commented 2 weeks ago

请问PaddleOCR可以batch推理文本检测+识别么,我看到目前的ocr接口在输入list且进行检测的时候会报error,不知道是否有其他的接口支持batch的方式同时做检测+识别呢: image

UserWangZz commented 2 weeks ago

paddleocr在推理中,deteciton的batchsize必须为1

UserWangZz commented 2 weeks ago

所以当输入图像为list是,只能做识别任务

wufan-tb commented 2 weeks ago

那有其他接口支持batch推理检测么

Sunting78 commented 2 weeks ago

deteciton的batchsize必须为1 暂无其他接口