From f366ccf072aed1a764b9d7d01c1b429a5c6006ad Mon Sep 17 00:00:00 2001 From: tunm Date: Wed, 8 Mar 2023 01:04:55 +0800 Subject: [PATCH] README --- README.md | 10 +++++----- README_CH.md | 9 +++++---- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1d8c898..44f2f3c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,11 @@ #### [![1](https://badge.fury.io/py/hyperlpr3.svg "title")](https://pypi.org/project/hyperlpr3/)[![1](https://img.shields.io/pypi/pyversions/hyperlpr3.svg "title")](https://pypi.org/manage/project/hyperlpr3/releases/) [中文文档](README_CH.md) -### Quick installation +### Demo APP Installation + +- Android APP:[Scan QR Code](http://fir.tunm.top/hyperlpr) + +### Quick Installation `python -m pip install hyperlpr3` @@ -300,10 +304,6 @@ Know more about: **[Prj-Android](./Prj-Android)** ###### Note:Due to some imbalanced samples during training, some special license plates have low recognition rates, such as (Embassy/Hong Kong and Macao license plates), which will be improved in the subsequent versions. -### Demo APP Install - -- Android APP:[Scan QR Code](http://fir.tunm.top/hyperlpr) - ### Example ![demo](./images/demo.png) diff --git a/README_CH.md b/README_CH.md index d511d8b..b0b1c08 100644 --- a/README_CH.md +++ b/README_CH.md @@ -4,6 +4,11 @@ #### [![1](https://badge.fury.io/py/hyperlpr3.svg "title")](https://pypi.org/project/hyperlpr3/)[![1](https://img.shields.io/pypi/pyversions/hyperlpr3.svg "title")](https://pypi.org/manage/project/hyperlpr3/releases/) + +### 快速体验APP + +- 体验 Android APP:[扫码下载](http://fir.tunm.top/hyperlpr) + ### 一键安装 `python -m pip install hyperlpr3` @@ -301,10 +306,6 @@ Plate[] plates = HyperLPR3.getInstance().plateRecognition(bitmap, HyperLPR3.CAM ###### Note:由于训练的时候样本存在一些不均衡的问题,一些特殊车牌存在一定识别率低下的问题,如(使馆/港澳车牌),会在后续的版本进行改进。 -### 识别测试APP - -- 体验 Android APP:[扫码下载](http://fir.tunm.top/hyperlpr) - ### 效果示例 ![demo](./images/demo.png)