From 56a639ff3d507a39d95041d2d0db14ab2a05a1c4 Mon Sep 17 00:00:00 2001 From: Jack Yu <455501914@qq.com> Date: Wed, 31 Jan 2018 02:57:39 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2653bfa..a02c846 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ HyperLPR是一个使用深度学习针对对中文车牌识别的实现,与较 + [带UI界面的工程](https://pan.baidu.com/s/1cNWpK6)(感谢群内小伙伴的工作)。 + [端到端(多标签分类)训练代码](https://github.com/LCorleone/hyperlpr-train_e2e)(感谢群内小伙伴的工作)。 + [端到端(CTC)训练代码](https://github.com/armaab/hyperlpr-train)(感谢群内小伙伴工作)。 - ++ [训练代码和字符分割介绍](https://github.com/zeusees/HyperLPR-Training) ++ [IOS版本 xiaojun123456贡献](https://github.com/xiaojun123456) ### 更新 + 增加了端到端模型的cpp实现,识别速度比分割快30%(Linux)(2018.1.31) + 增加字符分割[训练代码和字符分割介绍](https://github.com/zeusees/HyperLPR-Training)(2018.1.)