Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleClas
提交
973d4ca5
P
PaddleClas
项目概览
PaddlePaddle
/
PaddleClas
1 年多 前同步成功
通知
116
Star
4999
Fork
1114
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
19
列表
看板
标记
里程碑
合并请求
6
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PaddleClas
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
19
Issue
19
列表
看板
标记
里程碑
合并请求
6
合并请求
6
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
973d4ca5
编写于
11月 22, 2021
作者:
G
gaotingquan
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
docs: add .zip compressed file
上级
91937e1d
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
11 addition
and
10 deletion
+11
-10
docs/zh_CN/image_recognition_pipeline/mainbody_detection.md
docs/zh_CN/image_recognition_pipeline/mainbody_detection.md
+3
-3
docs/zh_CN/others/paddle_mobile_inference.md
docs/zh_CN/others/paddle_mobile_inference.md
+4
-4
docs/zh_CN/quick_start/quick_start_recognition.md
docs/zh_CN/quick_start/quick_start_recognition.md
+4
-3
未找到文件。
docs/zh_CN/image_recognition_pipeline/mainbody_detection.md
浏览文件 @
973d4ca5
...
...
@@ -29,11 +29,11 @@
| 模型 | 模型结构 | 预训练模型下载地址 | inference模型下载地址 | mAP | inference模型大小(MB) | 单张图片预测耗时(不包含预处理)(ms) |
| :------------: | :-------------: | :------: | :-------: | :--------: | :-------: | :--------: |
| 轻量级主体检测模型 | PicoDet |
[
地址
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/rec/models/pretrain/picodet_PPLCNet_x2_5_mainbody_lite_v1.0_pretrained.pdparams
)
|
[
地址
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/rec/models/inference/picodet_PPLCNet_x2_5_mainbody_lite_v1.0_infer.tar
)
| 40.1% | 30.1 | 29.8 |
| 服务端主体检测模型 | PP-YOLOv2 |
[
地址
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/rec/models/pretrain/ppyolov2_r50vd_dcn_mainbody_v1.0_pretrained.pdparams
)
|
[
地址
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/rec/models/inference/ppyolov2_r50vd_dcn_mainbody_v1.0_infer.tar
)
| 42.5% | 210.5 | 466.6 |
| 轻量级主体检测模型 | PicoDet |
[
地址
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/rec/models/pretrain/picodet_PPLCNet_x2_5_mainbody_lite_v1.0_pretrained.pdparams
)
|
[
tar 格式文件地址
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/rec/models/inference/picodet_PPLCNet_x2_5_mainbody_lite_v1.0_infer.tar
)
[
zip 格式文件地址
]
(https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/rec/models/inference/picodet_PPLCNet_x2_5_mainbody_lite_v1.0_infer.zip) | 40.1% | 30.1 | 29.8 |
| 服务端主体检测模型 | PP-YOLOv2 |
[
地址
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/rec/models/pretrain/ppyolov2_r50vd_dcn_mainbody_v1.0_pretrained.pdparams
)
|
[
tar 格式文件地址
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/rec/models/inference/ppyolov2_r50vd_dcn_mainbody_v1.0_infer.tar
)
[
zip 格式文件地址
]
(https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/rec/models/inference/ppyolov2_r50vd_dcn_mainbody_v1.0_infer.zip) | 42.5% | 210.5 | 466.6 |
*
注意
*
由于部分解压缩软件在解压上述
`tar`
格式文件时存在问题,建议非命令行用户下载
`zip`
格式文件并解压。
`tar`
格式文件建议使用命令
`tar xf xxx.tar`
解压。
*
速度评测机器的CPU具体信息为:
`Intel(R) Xeon(R) Gold 6148 CPU @ 2.40GHz`
,速度指标为开启 mkldnn ,线程数设置为 10 测试得到。
*
主体检测的预处理过程较为耗时,平均每张图在上述机器上的时间在 40~55 ms 左右,没有包含在上述的预测耗时统计中。
...
...
docs/zh_CN/others/paddle_mobile_inference.md
浏览文件 @
973d4ca5
...
...
@@ -16,11 +16,11 @@
```
shell
python tools/export_model.py
\
-c
./ppcls/configs/ImageNet/MobileNetV1/MobileNetV1.yaml
\
-o
Global.pretrained_model
=
./pretrained/MobileNetV1_pretrained/
\
-o
Arch.pretrained
=
./pretrained/MobileNetV1_pretrained/
\
-o
Global.save_inference_dir
=
./inference/MobileNetV1/
```
最终在
`inference/MobileNetV1`
文件夹下会保存得到
`inference.pdmodel`
与
`inference.pdiparmas`
文件。
在上述命令中,通过参数
`Arch.pretrained`
指定训练过程中保存的模型参数文件,也可以指定参数
`Arch.pretrained=True`
加载 PaddleClas 提供的基于 ImageNet1k 的预训练模型参数,最终在
`inference/MobileNetV1`
文件夹下会保存得到
`inference.pdmodel`
与
`inference.pdiparmas`
文件。
### 2.2 benchmark二进制文件下载
...
...
@@ -100,7 +100,7 @@ mkdir ${opt_models_dir}
bash benchmark.sh ./benchmark_bin_v8 ./opt_models result_armv8.txt
```
最终
`result_armv8.txt`
中结果如下
。
最终
`result_armv8.txt`
中结果如下
:
```
PaddleLite Benchmark
...
...
@@ -114,6 +114,6 @@ Threads=4 Warmup=10 Repeats=30
MobileNetV1_lite min = 10.00600 max = 9.90000 average = 9.96177
```
以线程数为1为例,MobileNetV1在骁龙855上的平均速度为
`30.84173
FPS
`
。
以线程数为1为例,MobileNetV1在骁龙855上的平均速度为
`30.84173
ms
`
。
更加具体的参数解释与Paddle-Lite使用方法可以参考
[
Paddle-Lite 文档
](
https://paddle-lite.readthedocs.io/zh/latest/
)
。
docs/zh_CN/quick_start/quick_start_recognition.md
浏览文件 @
973d4ca5
...
...
@@ -40,8 +40,10 @@
| 模型简介 | 推荐场景 | inference模型 | 预测配置文件 | 构建索引库的配置文件 |
| ------------ | ------------- | -------- | ------- | -------- |
| 轻量级通用主体检测模型 | 通用场景 |
[
模型下载链接
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/rec/models/inference/picodet_PPLCNet_x2_5_mainbody_lite_v1.0_infer.tar
)
| - | - |
| 轻量级通用识别模型 | 通用场景 |
[
模型下载链接
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/rec/models/inference/general_PPLCNet_x2_5_lite_v1.0_infer.tar
)
|
[
inference_general.yaml
](
../../../deploy/configs/inference_general.yaml
)
|
[
build_general.yaml
](
../../../deploy/configs/build_general.yaml
)
|
| 轻量级通用主体检测模型 | 通用场景 |
[
tar 格式文件下载链接
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/rec/models/inference/picodet_PPLCNet_x2_5_mainbody_lite_v1.0_infer.tar
)
[
zip 格式文件下载链接
]
(https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/rec/models/inference/picodet_PPLCNet_x2_5_mainbody_lite_v1.0_infer.zip) | - | - |
| 轻量级通用识别模型 | 通用场景 |
[
tar 格式下载链接
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/rec/models/inference/general_PPLCNet_x2_5_lite_v1.0_infer.tar
)
[
zip 格式文件下载链接
]
(https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/rec/models/inference/general_PPLCNet_x2_5_lite_v1.0_infer.zip) |
[
inference_general.yaml
](
../../../deploy/configs/inference_general.yaml
)
|
[
build_general.yaml
](
../../../deploy/configs/build_general.yaml
)
|
注意:由于部分解压缩软件在解压上述
`tar`
格式文件时存在问题,建议非命令行用户下载
`zip`
格式文件并解压。
`tar`
格式文件建议使用命令
`tar xf xxx.tar`
解压。
本章节 demo 数据下载地址如下:
[
瓶装饮料数据下载链接
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/rec/data/drink_dataset_v1.0.tar
)
。
...
...
@@ -337,4 +339,3 @@ wget https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/rec/data/recognit
按照上述步骤下载模型和测试数据后,您可以进行相关方向识别模型的测试。
*
更多关于主体检测的介绍可以参考:
[
主体检测教程文档
](
../image_recognition_pipeline/mainbody_detection.md
)
;关于特征提取的介绍可以参考:
[
特征提取教程文档
](
../image_recognition_pipeline/feature_extraction.md
)
;关于向量检索的介绍可以参考:
[
向量检索教程文档
](
../image_recognition_pipeline/vector_search.md
)
。
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录