提交 25637ce0 编写于 作者: L lubin10

modify serving bug;center image

上级 f5f3f473
...@@ -162,8 +162,9 @@ python3.7 python/predict_system.py -c configs/inference_general.yaml -o Global.u ...@@ -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 ...@@ -175,7 +176,9 @@ python3.7 python/predict_system.py -c configs/inference_general.yaml -o Global.u
检测的可视化结果也保存在 `output` 文件夹下,对于本张图像,识别结果可视化如下所示。 检测的可视化结果也保存在 `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> <a name="基于文件夹的批量识别"></a>
...@@ -224,8 +227,9 @@ python3.7 python/predict_system.py -c configs/inference_general.yaml -o Global.i ...@@ -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 ...@@ -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> <a name="4"></a>
## 4. 服务端识别模型列表 ## 4. 服务端识别模型列表
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册