update docs

pull/2219/head
cuicheng01 2022-08-29 05:58:02 +00:00
parent f1ac17bc4f
commit e0a02fa1cf
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ The predicted pictures are as follows:
![](../../images/quick_start/multi_label_demo.png)
Obtain an output silimar to the following:
After executing the inference command, obtain an output silimar to the following:
```
0517_2715693311.jpg: class id(s): [6, 13, 17, 23, 30], score(s): [0.98, 0.78, 0.64, 0.99, 0.96], label_name(s): ['clouds', 'lake', 'ocean', 'sky', 'water']

View File

@ -110,7 +110,7 @@ python3 python/predict_cls.py \
![](../../images/quick_start/multi_label_demo.png)
得到类似下面的输出:
执行推理命令后,得到类似下面的输出:
```
0517_2715693311.jpg: class id(s): [6, 13, 17, 23, 30], score(s): [0.98, 0.78, 0.64, 0.99, 0.96], label_name(s): ['clouds', 'lake', 'ocean', 'sky', 'water']
```