FastDeploy icon indicating copy to clipboard operation
FastDeploy copied to clipboard

[Bug Fix] add ocr new feature and fix codestyle

Open HexToString opened this issue 3 years ago • 0 comments

PR types(PR类型)

Bug Fix

Describe

1、逐层增加了新的接口,允许用户设置cls_batch_size 和 rec_batch_size,但只在OCR类中暴露设置,pybind也只在ocr中。 2、增加新的pybind接口,允许用户直接单独调用det、cls、rec,且允许用户访问和修改属性。 3、修复了遗留的codestyle,以及冗余代码问题。 4、增加了单元测试。 5、修改了Serving示例中的config,默认使用paddle

HexToString avatar Nov 30 '22 16:11 HexToString