未验证 提交 9329d11a 编写于 作者: B Bin Lu 提交者: GitHub

Update quick_start_recognition.md

上级 a8d1bcd4
......@@ -164,6 +164,7 @@ python3.7 python/predict_system.py -c configs/inference_general.yaml -o Global.u
![](../../images/recognition/drink_data_demo/test_images/nongfu_spring.jpeg)
最终输出结果如下。
```
......@@ -176,6 +177,7 @@ python3.7 python/predict_system.py -c configs/inference_general.yaml -o Global.u
![](../../images/recognition/drink_data_demo/output/nongfu_spring.jpeg)
<a name="基于文件夹的批量识别"></a>
#### 2.2.2 基于文件夹的批量识别
......@@ -224,6 +226,7 @@ python3.7 python/predict_system.py -c configs/inference_general.yaml -o Global.i
![](../../images/recognition/drink_data_demo/test_images/mosilian.jpeg)
输出结果为空。
由于默认的索引库中不包含对应的索引信息,所以这里的识别结果有误,此时我们可以通过构建新的索引库的方式,完成未知类别的图像识别。
......@@ -274,6 +277,7 @@ python3.7 python/predict_system.py -c configs/inference_general.yaml -o Global.i
![](../../images/recognition/drink_data_demo/output/mosilian.jpeg)
<a name="4"></a>
## 4. 服务端识别模型列表
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册