Skip to content

Commit

Permalink
delete lite,slim, iosdemo and android demo of dyrgaph branch for now (#…
Browse files Browse the repository at this point in the history
…1403)

 delete lite,slim, iosdemo and android demo of dyrgaph branch for now
  • Loading branch information
LDOUBLEV committed Dec 13, 2020
1 parent e84ea26 commit 53b514e
Show file tree
Hide file tree
Showing 107 changed files with 15 additions and 31,524 deletions.
9 changes: 6 additions & 3 deletions README_ch.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ PaddleOCR旨在打造一套丰富、领先、且实用的OCR工具库,助力
- [基于Python脚本预测引擎推理](./doc/doc_ch/inference.md)
- [基于C++预测引擎推理](./deploy/cpp_infer/readme.md)
- [服务化部署](./deploy/hubserving/readme.md)
- [端侧部署](./deploy/lite/readme.md)
- [模型量化](./deploy/slim/quantization/README.md)
- [模型裁剪](./deploy/slim/prune/README.md)
- [端侧部署](https://github.com/PaddlePaddle/PaddleOCR/blob/develop/deploy/lite/readme.md)
- [模型量化](https://github.com/PaddlePaddle/PaddleOCR/blob/develop/deploy/slim/quantization/README.md)
- [模型裁剪](https://github.com/PaddlePaddle/PaddleOCR/blob/develop/deploy/slim/prune/README.md)
- [Benchmark](./doc/doc_ch/benchmark.md)
- 数据集
- [通用中英文OCR数据集](./doc/doc_ch/datasets.md)
Expand All @@ -97,6 +97,9 @@ PaddleOCR旨在打造一套丰富、领先、且实用的OCR工具库,助力
- [许可证书](#许可证书)
- [贡献代码](#贡献代码)

***注意:动态图端侧部署仍在开发中,目前仅支持动态图训练、python端预测,C++预测,
如果您有需要移动端部署案例或者量化裁剪,请切换到静态图分支;***

<a name="PP-OCR"></a>
## PP-OCR Pipline
<div align="center">
Expand Down
12 changes: 9 additions & 3 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ For a new language request, please refer to [Guideline for new language_requests
- [Python Inference](./doc/doc_en/inference_en.md)
- [C++ Inference](./deploy/cpp_infer/readme_en.md)
- [Serving](./deploy/hubserving/readme_en.md)
- [Mobile](./deploy/lite/readme_en.md)
- [Model Quantization](./deploy/slim/quantization/README_en.md)
- [Model Compression](./deploy/slim/prune/README_en.md)
- [Mobile](https://github.com/PaddlePaddle/PaddleOCR/blob/develop/deploy/lite/readme_en.md)
- [Model Quantization](https://github.com/PaddlePaddle/PaddleOCR/blob/develop/deploy/slim/quantization/README_en.md)
- [Model Compression](https://github.com/PaddlePaddle/PaddleOCR/blob/develop/deploy/slim/prune/README_en.md)
- [Benchmark](./doc/doc_en/benchmark_en.md)
- Data Annotation and Synthesis
- [Semi-automatic Annotation Tool](./PPOCRLabel/README_en.md)
Expand All @@ -108,6 +108,12 @@ For a new language request, please refer to [Guideline for new language_requests
- [License](#LICENSE)
- [Contribution](#CONTRIBUTION)

***Note: The dynamic graphs branch is still under development.
Currently, only dynamic graph training, python-end prediction, and C++ prediction are supported.
If you need mobile-end deployment cases or quantitative demo,
please use the static graph branch.***


<a name="PP-OCR-Pipeline"></a>

## PP-OCR Pipeline
Expand Down
9 changes: 0 additions & 9 deletions deploy/android_demo/.gitignore

This file was deleted.

19 changes: 0 additions & 19 deletions deploy/android_demo/README.md

This file was deleted.

1 change: 0 additions & 1 deletion deploy/android_demo/app/.gitignore

This file was deleted.

94 changes: 0 additions & 94 deletions deploy/android_demo/app/build.gradle

This file was deleted.

21 changes: 0 additions & 21 deletions deploy/android_demo/app/proguard-rules.pro

This file was deleted.

This file was deleted.

39 changes: 0 additions & 39 deletions deploy/android_demo/app/src/main/AndroidManifest.xml

This file was deleted.

Binary file removed deploy/android_demo/app/src/main/assets/images/5.jpg
Binary file not shown.
Loading

0 comments on commit 53b514e

Please sign in to comment.