Commit b37c715 1 parent e0d7dea commit b37c715 Copy full SHA for b37c715
File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ PaddleOCR提供2种服务部署方式:
36
36
37
37
1 . 安装serving,用于启动服务
38
38
```
39
- pip3 install paddle-serving-server==0.6.0 # for CPU
40
- pip3 install paddle-serving-server-gpu==0.6.0 # for GPU
39
+ pip3 install paddle-serving-server==0.6.1 # for CPU
40
+ pip3 install paddle-serving-server-gpu==0.6.1 # for GPU
41
41
# 其他GPU环境需要确认环境再选择执行如下命令
42
- pip3 install paddle-serving-server-gpu==0.6.0 .post101 # GPU with CUDA10.1 + TensorRT6
43
- pip3 install paddle-serving-server-gpu==0.6.0 .post11 # GPU with CUDA11 + TensorRT7
42
+ pip3 install paddle-serving-server-gpu==0.6.1 .post101 # GPU with CUDA10.1 + TensorRT6
43
+ pip3 install paddle-serving-server-gpu==0.6.1 .post11 # GPU with CUDA11 + TensorRT7
44
44
```
45
45
46
46
2. 安装client,用于向服务发送请求
@@ -53,7 +53,7 @@ PaddleOCR提供2种服务部署方式:
53
53
54
54
3. 安装serving-app
55
55
```
56
- pip3 install paddle-serving-app==0.6.0
56
+ pip3 install paddle-serving-app==0.6.1
57
57
```
58
58
59
59
**Note:** 如果要安装最新版本的PaddleServing参考[链接](https://github.com/PaddlePaddle/Serving/blob/develop/doc/LATEST_PACKAGES.md)。
@@ -200,7 +200,9 @@ Windows用户不能使用上述的启动方式,需要使用Web Service,详
200
200
201
201
```
202
202
cd win
203
- python3 ocr_web_server.py
203
+ python3 ocr_web_server.py gpu(使用gpu方式)
204
+ 或者
205
+ python3 ocr_web_server.py cpu(使用gpu方式)
204
206
```
205
207
206
208
2. 发送服务请求
You can’t perform that action at this time.
0 commit comments