modify serving bug;center image

pull/1654/head
lubin10 2022-01-25 12:12:43 +00:00
parent f5f3f473ac
commit 25637ce003
2 changed files with 12 additions and 7 deletions
deploy/paddleserving
docs/zh_CN/quick_start

View File

@ -162,8 +162,9 @@ python3.7 python/predict_system.py -c configs/inference_general.yaml -o Global.u
待检索图像如下所示。
![](../../images/recognition/drink_data_demo/test_images/nongfu_spring.jpeg)
<div align="center">
<img src="../../images/recognition/drink_data_demo/test_images/nongfu_spring.jpeg" width = "400" />
</div>
最终输出结果如下。
@ -175,7 +176,9 @@ python3.7 python/predict_system.py -c configs/inference_general.yaml -o Global.u
检测的可视化结果也保存在 `output` 文件夹下,对于本张图像,识别结果可视化如下所示。
![](../../images/recognition/drink_data_demo/output/nongfu_spring.jpeg)
<div align="center">
<img src="../../images/recognition/drink_data_demo/output/nongfu_spring.jpeg" width = "400" />
<div align="center">
<a name="基于文件夹的批量识别"></a>
@ -224,8 +227,9 @@ python3.7 python/predict_system.py -c configs/inference_general.yaml -o Global.i
待检索图像如下所示。
![](../../images/recognition/drink_data_demo/test_images/mosilian.jpeg)
<div align="center">
<img src="../../images/recognition/drink_data_demo/test_images/mosilian.jpeg" width = "400" />
</div>
输出结果为空。
@ -275,8 +279,9 @@ python3.7 python/predict_system.py -c configs/inference_general.yaml -o Global.i
最终识别结果为`光明_莫斯利安`,识别正确,识别结果可视化如下所示。
![](../../images/recognition/drink_data_demo/output/mosilian.jpeg)
<div align="center">
<img src="../../images/recognition/drink_data_demo/output/mosilian.jpeg" width = "400" />
</div>
<a name="4"></a>
## 4. 服务端识别模型列表