From e0f54b8413b205d691eb31d6d8b0299ac31a14d9 Mon Sep 17 00:00:00 2001 From: syan Date: Thu, 27 Sep 2018 11:30:37 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a6a784d..1ca1e13 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,8 @@ print(HyperLPR_PlateRecogntion(image)) - 添加了HyperLPR Lite 仅仅需160 行代码即可实现车牌识别(2018.3.12) - 提供精确定位的车牌矩形框(2018.3.12) - - 增加了端到端模型的cpp实现(Linux)(2018.1.31) - +- 感谢 sundyCoder [Android 字符分割版本](https://github.com/sundyCoder/hyperlpr4Android) - 增加字符分割[训练代码和字符分割介绍](https://github.com/zeusees/HyperLPR-Training)(2018.1.) - 更新了Android实现,大幅提高准确率和速度 (骁龙835 (*720*x*1280*) ~50ms )(2017.12.27) @@ -182,7 +181,6 @@ int main(){ ### 识别测试APP - 体验 Android APP:[https://fir.im/HyperLPR](https://fir.im/HyperLPR) (根据图片尺寸调整程序中的尺度,提高准确率) -- 感谢 sundyCoder [Android 字符分割版本](https://github.com/sundyCoder/hyperlpr4Android) ### 数据分享