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

云盘链接已经过期了 #9

Closed yafengguo closed 4 years ago

yafengguo commented 4 years ago

下载预训练模型的云盘链接已经过期了。。

py2013 commented 4 years ago

第一次使用就会自动下载 试试运行

from cnstd import CnStd
std = CnStd()

from cnstd import CnStd
std = CnStd(model_name='resnet50_v1b')