update ppshitu_application_scenarios.md
parent
a4c926c73c
commit
ab7f3425c6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue