Update quick_start_recognition.md
parent
a8d1bcd4be
commit
9329d11a2c
|
@ -164,6 +164,7 @@ python3.7 python/predict_system.py -c configs/inference_general.yaml -o Global.u
|
|||
|
||||

|
||||
|
||||
|
||||
最终输出结果如下。
|
||||
|
||||
```
|
||||
|
@ -176,6 +177,7 @@ python3.7 python/predict_system.py -c configs/inference_general.yaml -o Global.u
|
|||
|
||||

|
||||
|
||||
|
||||
<a name="基于文件夹的批量识别"></a>
|
||||
#### 2.2.2 基于文件夹的批量识别
|
||||
|
||||
|
@ -224,6 +226,7 @@ python3.7 python/predict_system.py -c configs/inference_general.yaml -o Global.i
|
|||
|
||||

|
||||
|
||||
|
||||
输出结果为空。
|
||||
|
||||
由于默认的索引库中不包含对应的索引信息,所以这里的识别结果有误,此时我们可以通过构建新的索引库的方式,完成未知类别的图像识别。
|
||||
|
@ -274,6 +277,7 @@ python3.7 python/predict_system.py -c configs/inference_general.yaml -o Global.i
|
|||
|
||||

|
||||
|
||||
|
||||
<a name="4"></a>
|
||||
## 4. 服务端识别模型列表
|
||||
|
||||
|
|
Loading…
Reference in New Issue