modify serving bug;center image
parent
f5f3f473ac
commit
25637ce003
deploy/paddleserving
docs/zh_CN/quick_start
|
@ -162,8 +162,9 @@ python3.7 python/predict_system.py -c configs/inference_general.yaml -o Global.u
|
|||
|
||||
待检索图像如下所示。
|
||||
|
||||

|
||||
|
||||
<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` 文件夹下,对于本张图像,识别结果可视化如下所示。
|
||||
|
||||

|
||||
<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
|
|||
|
||||
待检索图像如下所示。
|
||||
|
||||

|
||||
|
||||
<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
|
|||
|
||||
最终识别结果为`光明_莫斯利安`,识别正确,识别结果可视化如下所示。
|
||||
|
||||

|
||||
|
||||
<div align="center">
|
||||
<img src="../../images/recognition/drink_data_demo/output/mosilian.jpeg" width = "400" />
|
||||
</div>
|
||||
|
||||
<a name="4"></a>
|
||||
## 4. 服务端识别模型列表
|
||||
|
|
Loading…
Reference in New Issue