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
654 stars 101 forks source link

无法准确识别长图 #38

Closed yfq512 closed 2 years ago

yfq512 commented 2 years ago

正文部分的文本框的位置有误

lala3

breezedeus commented 2 years ago

@yfq512 把图片长度的参数设大点试试 resized_shape: Tuple[int, int] = (768, 768), 这个中的第一个值,比如2048,甚至更大

yfq512 commented 2 years ago

@breezedeus 试过了,不起作用,我再试试别的开源吧