Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleOCR
提交
4f207642
P
PaddleOCR
项目概览
PaddlePaddle
/
PaddleOCR
大约 1 年 前同步成功
通知
1528
Star
32962
Fork
6643
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
108
列表
看板
标记
里程碑
合并请求
7
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PaddleOCR
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
108
Issue
108
列表
看板
标记
里程碑
合并请求
7
合并请求
7
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
4f207642
编写于
10月 20, 2020
作者:
L
LDOUBLEV
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix lite doc
上级
35d65936
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
5 addition
and
5 deletion
+5
-5
deploy/lite/readme.md
deploy/lite/readme.md
+4
-4
deploy/lite/readme_en.md
deploy/lite/readme_en.md
+1
-1
未找到文件。
deploy/lite/readme.md
浏览文件 @
4f207642
...
...
@@ -22,7 +22,7 @@ Paddle Lite是飞桨轻量化推理引擎,为手机、IOT端提供高效推理
### 1.2 准备预测库
预测库有两种获取方式:
-
1.
[推荐]
直接下载,预测库下载链接如下:
-
1. 直接下载,预测库下载链接如下:
|平台|预测库下载链接|
|-|-|
|Android|
[
arm7
](
https://github.com/PaddlePaddle/Paddle-Lite/releases/download/v2.6.3/inference_lite_lib.android.armv7.gcc.c++_shared.with_extra.with_cv.tar.gz
)
/
[
arm8
](
https://github.com/PaddlePaddle/Paddle-Lite/releases/download/v2.6.3/inference_lite_lib.android.armv8.gcc.c++_shared.with_extra.with_cv.tar.gz
)
|
...
...
@@ -30,12 +30,12 @@ Paddle Lite是飞桨轻量化推理引擎,为手机、IOT端提供高效推理
注:1. 上述预测库为PaddleLite 2.6.3分支编译得到,有关PaddleLite 2.6.3 详细信息可参考[链接](https://github.com/PaddlePaddle/Paddle-Lite/releases/tag/v2.6.3)。
-
2. 编译Paddle-Lite得到预测库,Paddle-Lite的编译方式如下:
-
2.
[推荐]
编译Paddle-Lite得到预测库,Paddle-Lite的编译方式如下:
```
git clone https://github.com/PaddlePaddle/Paddle-Lite.git
cd Paddle-Lite
# 切换到Paddle-Lite
2.6.3
稳定分支
git checkout
release/v2.6
# 切换到Paddle-Lite
develop
稳定分支
git checkout
develop
./lite/tools/build_android.sh --arch=armv8 --with_cv=ON --with_extra=ON
```
...
...
deploy/lite/readme_en.md
浏览文件 @
4f207642
...
...
@@ -18,7 +18,7 @@ deployment solutions for end-side deployment issues.
2.
[
Linux
](
https://paddle-lite.readthedocs.io/zh/latest/source_compile/compile_env.html#linux
)
3.
[
MAC OS
](
https://paddle-lite.readthedocs.io/zh/latest/source_compile/compile_env.html#mac-os
)
## 3.
[Recommend]
Download prebuild library for android and ios
## 3. Download prebuild library for android and ios
|Platform|Prebuild library Download Link|
|-|-|
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录