update ppshitu_application_scenarios.md

pull/2248/head
zengshao0622 2022-08-31 10:01:55 +00:00
parent a4c926c73c
commit ab7f3425c6
1 changed files with 3 additions and 1 deletions

View File

@ -13,6 +13,8 @@
- [2.3 准备模型](#23-准备模型)
- [2.4 场景库识别与检索](#24-场景库识别与检索)
- [2.4.1 识别单张图像](#241-识别单张图像)
- [2.4.2 基于文件夹的批量识别](#242-基于文件夹的批量识别)
<a name="1. 应用场景介绍"></a>
## 1. 应用场景介绍
@ -92,7 +94,7 @@ wget {场景库下载链接} && tar -xf {压缩包的名称}
### 2.3 准备模型
创建存放模型的文件夹`deploy/models`,并下载轻量级主体检测、识别模型,命令如下:
```shellc
```shell
cd ..
mkdir models
cd models