提交 9f04ddc4 编写于 作者: W wangjiawei04

add dataset link

上级 dc0e7431
...@@ -9,6 +9,13 @@ tar -xzvf ocr_rec.tar.gz ...@@ -9,6 +9,13 @@ tar -xzvf ocr_rec.tar.gz
python -m paddle_serving_app.package --get_model ocr_det python -m paddle_serving_app.package --get_model ocr_det
tar -xzvf ocr_det.tar.gz tar -xzvf ocr_det.tar.gz
``` ```
## Get Dataset
```
wget --no-check-certificate https://paddle-serving.bj.bcebos.com/ocr/test_imgs.tar
tar xf test_imgs.tar
```
## Web Service ## Web Service
### Start Service ### Start Service
......
...@@ -9,6 +9,11 @@ tar -xzvf ocr_rec.tar.gz ...@@ -9,6 +9,11 @@ tar -xzvf ocr_rec.tar.gz
python -m paddle_serving_app.package --get_model ocr_det python -m paddle_serving_app.package --get_model ocr_det
tar -xzvf ocr_det.tar.gz tar -xzvf ocr_det.tar.gz
``` ```
## 获取数据集
```
wget --no-check-certificate https://paddle-serving.bj.bcebos.com/ocr/test_imgs.tar
tar xf test_imgs.tar
```
### 客户端预测 ### 客户端预测
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册