Update README.md

This commit is contained in:
Jack Yu
2018-01-31 02:47:37 +08:00
committed by GitHub
parent 99bf200138
commit 2ea3d470e4
+1 -4
View File
@@ -15,10 +15,7 @@ HyperLPR是一个使用深度学习针对对中文车牌识别的实现,与较
+ [端到端(CTC)训练代码](https://github.com/armaab/hyperlpr-train)(感谢群内小伙伴工作)。
### 更新
+ 增加了端到端模型的cpp实现(Linux)(2018.1.31)
+ 增加了端到端模型的cpp实现,识别速度比分割快30%(Linux)(2018.1.31)
+ 增加字符分割[训练代码和字符分割介绍](https://github.com/zeusees/HyperLPR-Training)(2018.1.)
+ 更新了Android实现,大幅提高准确率和速度 (骁龙835 (*720*x*1280*) ~50ms )(2017.12.27)
+ 添加了IOS版本的实现(感谢[xiaojun123456](https://github.com/xiaojun123456)的工作)