Update quick_start_recognition.md

pull/1654/head
Bin Lu 2022-01-28 11:05:32 +08:00 committed by GitHub
parent a8d1bcd4be
commit 9329d11a2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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. 服务端识别模型列表