breezedeus / CnSTD

CnSTD: 基于 PyTorch/MXNet 的 中文/英文 场景文字检测(Scene Text Detection)、数学公式检测(Mathematical Formula Detection, MFD)、篇章分析(Layout Analysis)的Python3 包
https://www.breezedeus.com/article/cnocr
Apache License 2.0
674 stars 106 forks source link

detect()传入**kwargs时显示类型错误 #14

Closed odedbadger closed 3 years ago

odedbadger commented 4 years ago

代码 kwargs = {'height_border':0.05,'width_border':0.05} box_info_list = std.detect(img,**kwargs)

运行报错 TypeError: detect() got an unexpected keyword argument 'height_border'