From ee2d77746adf5c2105dc09e0ceeac404ec5a63f6 Mon Sep 17 00:00:00 2001 From: wenlihaoyu Date: Thu, 18 Jan 2018 18:12:10 +0800 Subject: [PATCH] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d18c846..c4079a9 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ cd train & sh train-pytorch.sh ``` # 文字方向检测 基于图像分类,在VGG16模型的基础上,训练0、90、180、270度检测的分类模型,详细代码参考angle/predict.py文件,训练图片8000张,准确率88.23%。 -模型地址![百度云](https://pan.baidu.com/s/1pM2ha5P)下载 +模型地址[百度云](https://pan.baidu.com/s/1pM2ha5P)下载 # 文字检测 [文本检测参考](https://github.com/eragonruan/text-detection-ctpn)(https://github.com/eragonruan/text-detection-ctpn) -- GitLab