From 63416fc4952caa29d84eff27d0d7d619dfb2ed83 Mon Sep 17 00:00:00 2001 From: dyning Date: Fri, 17 Jul 2020 15:42:48 +0800 Subject: [PATCH] Update README_en.md --- README_en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README_en.md b/README_en.md index f14e9aa6..324a0c68 100644 --- a/README_en.md +++ b/README_en.md @@ -60,13 +60,13 @@ Mobile DEMO experience (based on EasyEdge and Paddle-Lite, supports iOS and Andr - Model training/evaluation - [Text Detection](./doc/doc_en/detection_en.md) - [Text Recognition](./doc/doc_en/recognition_en.md) - - [Yml configuration](./doc/doc_en/config_en.md) + - [Yml Configuration](./doc/doc_en/config_en.md) - [Tricks](./doc/doc_en/tricks_en.md) - 预测部署 - [Python Inference](./doc/doc_en/inference_en.md) - [C++ Inference](./deploy/cpp_infer/readme_en.md) - [Serving](./doc/doc_en/serving_en.md) - - [Moile](./deploy/lite/readme_en.md) + - [Mobile](./deploy/lite/readme_en.md) - Model Quantization and Compression (coming soon) - [Benchmark](./doc/doc_en/benchmark_en.md) - 数据集 @@ -211,4 +211,4 @@ We welcome all the contributions to PaddleOCR and appreciate for your feedback v - Many thanks to [zhangxin](https://github.com/ZhangXinNan) for contributing the new visualize function、add .gitgnore and discard set PYTHONPATH manually. - Many thanks to [lyl120117](https://github.com/lyl120117) for contributing the code for printing the network structure. - Thanks [xiangyubo](https://github.com/xiangyubo) for contributing the handwritten Chinese OCR datasets. -- Thanks [authorfu](https://github.com/authorfu) for contributing Android demo and [xiadeye](https://github.com/xiadeye) contributing iOS demo, respectively. \ No newline at end of file +- Thanks [authorfu](https://github.com/authorfu) for contributing Android demo and [xiadeye](https://github.com/xiadeye) contributing iOS demo, respectively. -- GitLab